Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 20, 2023
1 parent 31f3c1b commit a9c4043
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 517 deletions.
7 changes: 3 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
},
"dependencies": {
"lodash": "^4.17.21",
"react": "^18.2.0",
"three": "^0.145.0"
"three": "^0.156.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0"
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1"
}
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@
"dist"
],
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "16.11.66",
"esbuild": "^0.15.11",
"prettier": "^2.7.1",
"rollup": "^3.2.2",
"ts-essentials": "^9.3.0",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"@types/debug": "^4.1.8",
"@types/node": "20.6.3",
"esbuild": "^0.19.3",
"prettier": "^3.0.3",
"react": "^18.2.0",
"rollup": "^3.29.2",
"ts-essentials": "^9.4.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.4",
"vue": "^3.2.41"
"vue": "^3.3.4"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
"@rollup/pluginutils": "^5.0.4",
"debug": "^4.3.4",
"es-module-lexer": "^1.0.5",
"es-module-lexer": "^1.3.1",
"joycon": "^3.1.1",
"jsonc-parser": "^3.2.0"
},
Expand Down

0 comments on commit a9c4043

Please sign in to comment.