]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Switch to @rollup/plugin-commonjs (#29907)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 25 Dec 2019 19:43:56 +0000 (21:43 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Dec 2019 19:43:56 +0000 (21:43 +0200)
js/tests/integration/rollup.bundle-modularity.js
package-lock.json
package.json

index 68313275bdd9f12d8df481be91c5f41e03421539..a8670ca8ce48dfd0f08acb59f0d1a9028d01f70d 100644 (file)
@@ -1,6 +1,6 @@
 /* eslint-env node */
 
-const commonjs = require('rollup-plugin-commonjs')
+const commonjs = require('@rollup/plugin-commonjs')
 const configRollup = require('./rollup.bundle')
 
 const config = {
index 6a27b39ab260ffc5136f804e98a20014b580fb74..8ffebe33997fc174c421c75b42e6e3332c92d203 100644 (file)
       "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
       "dev": true
     },
+    "@rollup/plugin-commonjs": {
+      "version": "11.0.0",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.0.tgz",
+      "integrity": "sha512-jnm//T5ZWOZ6zmJ61fReSCBOif+Ax8dHVoVggA+d2NA7T4qCWgQ3KYr+zN2faGEYLpe1wa03IzvhR+sqVLxUWg==",
+      "dev": true,
+      "requires": {
+        "@rollup/pluginutils": "^3.0.0",
+        "estree-walker": "^0.6.1",
+        "is-reference": "^1.1.2",
+        "magic-string": "^0.25.2",
+        "resolve": "^1.11.0"
+      }
+    },
     "@rollup/plugin-node-resolve": {
       "version": "6.0.0",
       "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz",
         "rollup-pluginutils": "^2.8.1"
       }
     },
-    "rollup-plugin-commonjs": {
-      "version": "10.1.0",
-      "resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz",
-      "integrity": "sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==",
-      "dev": true,
-      "requires": {
-        "estree-walker": "^0.6.1",
-        "is-reference": "^1.1.2",
-        "magic-string": "^0.25.2",
-        "resolve": "^1.11.0",
-        "rollup-pluginutils": "^2.8.1"
-      }
-    },
     "rollup-plugin-istanbul": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/rollup-plugin-istanbul/-/rollup-plugin-istanbul-2.0.1.tgz",
index 2c9fb622fd2b7f203f9129e6ecbf2ca249816143..18786a2ae86cbe4db1d13a5b0c0bbc813ef56a68 100644 (file)
@@ -90,6 +90,7 @@
     "@babel/core": "^7.7.7",
     "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
     "@babel/preset-env": "^7.7.7",
+    "@rollup/plugin-commonjs": "^11.0.0",
     "@rollup/plugin-node-resolve": "^6.0.0",
     "autoprefixer": "^9.7.3",
     "babel-eslint": "^10.0.3",
     "postcss-cli": "^6.1.3",
     "rollup": "^1.26.5",
     "rollup-plugin-babel": "^4.3.3",
-    "rollup-plugin-commonjs": "^10.1.0",
     "rollup-plugin-istanbul": "^2.0.1",
     "serve": "^11.2.0",
     "shelljs": "^0.8.3",