Skip to content

Commit 8e134c7

Browse files
committedDec 21, 2022
chore: Update to rollup 3
1 parent f72eee8 commit 8e134c7

File tree

4 files changed

+109
-99
lines changed

4 files changed

+109
-99
lines changed
 
File renamed without changes.
File renamed without changes.

‎package-lock.json

+103-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"scripts": {
3939
"build": "npm run build:node && npm run build:browser",
40-
"build:browser": "rollup -c config/rollup.browser-config.js",
41-
"build:node": "rollup -c config/rollup.node-config.js",
40+
"build:browser": "rollup -c config/rollup.browser-config.mjs",
41+
"build:node": "rollup -c config/rollup.node-config.mjs",
4242
"clean": "git clean -fdxe node_modules",
4343
"lint": "eslint src/",
4444
"prettier": "prettier --write .",
@@ -69,9 +69,9 @@
6969
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
7070
"@babel/plugin-transform-typescript": "^7.12.17",
7171
"@babel/preset-env": "^7.12.11",
72-
"@rollup/plugin-babel": "^5.2.3",
73-
"@rollup/plugin-replace": "^4.0.0",
74-
"@rollup/plugin-typescript": "^8.1.1",
72+
"@rollup/plugin-babel": "^6.0.3",
73+
"@rollup/plugin-replace": "^5.0.2",
74+
"@rollup/plugin-typescript": "^10.0.1",
7575
"@types/jest": "^29.2.4",
7676
"@types/node": "^14.18.35",
7777
"@typescript-eslint/eslint-plugin": "^5.3.1",
@@ -84,7 +84,7 @@
8484
"jest": "^29.0.1",
8585
"jest-ts-webcompat-resolver": "^1.0.0",
8686
"prettier": "^2.2.1",
87-
"rollup": "^2.38.2",
87+
"rollup": "^3.7.5",
8888
"tslib": "^2.1.0",
8989
"typescript": "^4.3.5"
9090
},

0 commit comments

Comments
 (0)
Please sign in to comment.