Skip to content

Commit 84b5c9e

Browse files
Upgrade some more dev dependencies (#505)
* Upgrade chai a bit * Bump rollup one major version (doesn't break anything yet) * Bump rollup to 3.0.0 and tweak stuff to make the error messages go away * Bump rollup to latest
1 parent 16a060e commit 84b5c9e

File tree

3 files changed

+227
-186
lines changed

3 files changed

+227
-186
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"karma-sourcemap-loader": "^0.4.0",
7979
"karma-webpack": "^5.0.1",
8080
"mocha": "^6.0.0",
81-
"rollup": "^1.0.2",
81+
"rollup": "^4.13.0",
8282
"rollup-plugin-babel": "^4.2.0",
8383
"semver": "^7.6.0",
8484
"webpack": "^5.90.3",

rollup.config.js renamed to rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import babel from 'rollup-plugin-babel';
2-
import pkg from './package.json';
2+
import pkg from './package.json' assert { type: 'json' };
33

44
export default [
55
// browser-friendly UMD build

0 commit comments

Comments
 (0)