Skip to content

Commit

Permalink
Upgrade to rollup v4 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Dec 3, 2023
1 parent d91b882 commit ef6bd8c
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 115 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
},
"license": "MIT",
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-esm-shim": "^0.1.5",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-wasm": "^6.1.3",
"@rollup/pluginutils": "^5.0.4",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-wasm": "^6.2.2",
"@rollup/pluginutils": "^5.1.0",
"@swc/core": "^1.3.99",
"@swc/helpers": "^0.5.0",
"arg": "^5.0.2",
"pretty-bytes": "^5.6.0",
"publint": "~0.2.2",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-swc3": "^0.10.3",
"publint": "~0.2.6",
"rollup": "^4.6.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.4",
"rollup-preserve-directives": "^1.0.0",
"tslib": "^2.5.0"
"tslib": "^2.6.2"
},
"peerDependencies": {
"typescript": "^4.1 || ^5.0"
Expand Down
Loading

0 comments on commit ef6bd8c

Please sign in to comment.