Skip to content

Commit

Permalink
feat: support rollup 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 8, 2023
1 parent 3205edd commit 3822de9
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 208 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Expand Up @@ -7,10 +7,10 @@
},
"dependencies": {
"lodash": "^4.17.21",
"three": "^0.156.1"
"three": "^0.157.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1"
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.2"
}
}
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -22,27 +22,27 @@
"dist"
],
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/node": "20.6.3",
"esbuild": "^0.19.3",
"@types/debug": "^4.1.9",
"@types/node": "20.8.3",
"esbuild": "^0.19.4",
"prettier": "^3.0.3",
"react": "^18.2.0",
"rollup": "^3.29.2",
"ts-essentials": "^9.4.0",
"rollup": "^4.0.2",
"ts-essentials": "^9.4.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4",
"vitest": "^0.34.6",
"vue": "^3.3.4"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.4",
"@rollup/pluginutils": "^5.0.5",
"debug": "^4.3.4",
"es-module-lexer": "^1.3.1",
"get-tsconfig": "^4.7.2"
},
"peerDependencies": {
"esbuild": ">=0.18.0",
"rollup": "^1.20.0 || ^2.0.0 || ^3.0.0"
"rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"engines": {
"node": ">=14.18.0"
Expand Down

0 comments on commit 3822de9

Please sign in to comment.