Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Oct 12, 2023
1 parent e692a83 commit a1d851d
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 241 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,29 +67,29 @@
"vite": "^4"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.4",
"axios": "^1.5.0",
"@rollup/pluginutils": "^5.0.5",
"axios": "^1.5.1",
"consola": "^3.2.3",
"picocolors": "^1.0.0",
"semver": "^7.5.4",
"unplugin": "^1.4.0",
"unplugin": "^1.5.0",
"workspace-root": "^3.2.0"
},
"devDependencies": {
"@types/node": "^18.17.12",
"@types/semver": "^7.5.1",
"@types/node": "^18.18.4",
"@types/semver": "^7.5.3",
"@yutengjing/eslint-config-typescript": "^0.4.2",
"@yutengjing/prettier-config": "^0.0.1",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint-define-config": "^1.23.0",
"eslint": "^8.51.0",
"eslint-define-config": "^1.24.1",
"execa": "^8.0.1",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit a1d851d

Please sign in to comment.