diff options
| author | XhmikosR <[email protected]> | 2020-05-26 19:20:15 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-06-04 17:53:16 +0300 |
| commit | 7a9bbd4489dc9343db2ae269037a9dc0ca2cb52d (patch) | |
| tree | 96ce33815fbfea9a44f6c4225aa4a1cd12b710d7 /package.json | |
| parent | fdb596b2c32cff35da2ab6686e06f8558d6a05e8 (diff) | |
| download | bootstrap-7a9bbd4489dc9343db2ae269037a9dc0ca2cb52d.tar.xz bootstrap-7a9bbd4489dc9343db2ae269037a9dc0ca2cb52d.zip | |
Backport #30742
Update to `@rollup/plugin-babel`
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f0ec45bb8..94a83cb0a 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,7 @@ "@babel/core": "^7.9.6", "@babel/plugin-proposal-object-rest-spread": "^7.9.6", "@babel/preset-env": "^7.9.6", + "@rollup/plugin-babel": "^5.0.2", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "autoprefixer": "^9.7.6", @@ -144,7 +145,6 @@ "postcss-cli": "^7.1.1", "qunit": "2.9.2", "rollup": "^2.9.1", - "rollup-plugin-babel": "^4.4.0", "shelljs": "^0.8.4", "shx": "^0.3.2", "sinon": "^7.5.0", |
