Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 13, 2022
1 parent 1194b3a commit 14bfc1e
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 949 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"author": "Rongjian Zhang",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.6",
"tsdv": "^0.6.0",
"typescript": "^4.7.4",
"vite": "^3.0.2"
"@types/node": "^18.8.5",
"tsdv": "^0.7.0",
"typescript": "^4.8.4",
"vite": "^3.1.7"
},
"peerDependencies": {
"vite": "^2.6.0 || 3"
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
"@svgr/core": "^6.3.1"
"@rollup/pluginutils": "^5.0.0",
"@svgr/core": "^6.4.0"
}
}

0 comments on commit 14bfc1e

Please sign in to comment.