Skip to content

Commit f2c46ed

Browse files
authored
build(deps): upgrade rollup@2 to rollup@3 (#6990)
* build(deps): upgrade rollup@2 to rollup@3 Signed-off-by: JayFate <37610029@qq.com> * build(rollup): move rollup.config.js to rollup.config.mjs Signed-off-by: JayFate <37610029@qq.com> Signed-off-by: JayFate <37610029@qq.com>
1 parent a1099af commit f2c46ed

File tree

3 files changed

+370
-274
lines changed

3 files changed

+370
-274
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@
5656
"@babel/types": "^7.12.0",
5757
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
5858
"@microsoft/api-extractor": "~7.20.0",
59-
"@rollup/plugin-commonjs": "^18.0.0",
60-
"@rollup/plugin-json": "^4.0.0",
61-
"@rollup/plugin-node-resolve": "^11.2.1",
62-
"@rollup/plugin-replace": "^2.3.4",
59+
"@rollup/plugin-commonjs": "^23.0.2",
60+
"@rollup/plugin-json": "^5.0.1",
61+
"@rollup/plugin-node-resolve": "^15.0.1",
62+
"@rollup/plugin-replace": "^5.0.1",
6363
"@types/hash-sum": "^1.0.0",
6464
"@types/jest": "^27.0.1",
6565
"@types/node": "^16.4.7",
6666
"@types/puppeteer": "^5.0.0",
6767
"@typescript-eslint/parser": "^5.23.0",
68+
"@vue/consolidate": "0.17.3",
6869
"@vue/reactivity": "workspace:*",
6970
"@vue/runtime-core": "workspace:*",
7071
"@vue/runtime-dom": "workspace:*",
@@ -85,13 +86,14 @@
8586
"minimist": "^1.2.0",
8687
"npm-run-all": "^4.1.5",
8788
"prettier": "^2.7.1",
88-
"puppeteer": "^10.0.0",
89-
"rollup": "~2.38.5",
89+
"pug": "^3.0.1",
90+
"puppeteer": "^10.4.0",
91+
"rollup": "~3.2.3",
9092
"rollup-plugin-node-builtins": "^2.1.2",
9193
"rollup-plugin-node-globals": "^1.4.0",
92-
"rollup-plugin-polyfill-node": "^0.6.2",
94+
"rollup-plugin-polyfill-node": "^0.11.0",
9395
"rollup-plugin-terser": "^7.0.2",
94-
"rollup-plugin-typescript2": "^0.27.2",
96+
"rollup-plugin-typescript2": "^0.34.1",
9597
"semver": "^7.3.2",
9698
"serve": "^12.0.0",
9799
"terser": "^5.15.1",

0 commit comments

Comments
 (0)