aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-26 09:46:50 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-26 09:47:01 +0200
commite6244a57b549ad788d02596c98ff33f6c348899e (patch)
tree6717fff3b4d6ad5f286d707b3cc64e59d7836419 /package.json
parentb074050a6d4dd7beaf115805859af40f7a25e6db (diff)
downloadfosdem-2021-minimalism-presentation-e6244a57b549ad788d02596c98ff33f6c348899e.tar
fosdem-2021-minimalism-presentation-e6244a57b549ad788d02596c98ff33f6c348899e.tar.gz
fix polyfills, add ie11 support
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 0c3f04e..12201d1 100644
--- a/package.json
+++ b/package.json
@@ -32,8 +32,9 @@
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
- "@rollup/plugin-commonjs": "^11.1.0",
- "@rollup/plugin-node-resolve": "^7.1.3",
+ "@rollup/plugin-babel": "^5.0.2",
+ "@rollup/plugin-commonjs": "^12.0.0",
+ "@rollup/plugin-node-resolve": "^8.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"colors": "^1.4.0",
@@ -52,8 +53,7 @@
"marked": "^1.1.0",
"node-qunit-puppeteer": "^2.0.1",
"qunit": "^2.10.0",
- "rollup": "^2.10.4",
- "rollup-plugin-babel": "^4.4.0",
+ "rollup": "^2.10.9",
"rollup-plugin-terser": "^5.3.0",
"yargs": "^15.1.0"
},