Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Sep 1, 2023
1 parent ff70262 commit eeab208
Show file tree
Hide file tree
Showing 2 changed files with 775 additions and 450 deletions.
38 changes: 19 additions & 19 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.2",
"axios": "^1.4.0",
"consola": "^3.1.0",
"@rollup/pluginutils": "^5.0.4",
"axios": "^1.5.0",
"consola": "^3.2.3",
"picocolors": "^1.0.0",
"semver": "^7.5.1",
"unplugin": "^1.3.1",
"workspace-root": "^2.5.1"
"semver": "^7.5.4",
"unplugin": "^1.4.0",
"workspace-root": "^3.2.0"
},
"devDependencies": {
"@types/node": "^18.16.17",
"@types/semver": "^7.5.0",
"@yutengjing/eslint-config-typescript": "^0.4.1",
"@types/node": "^18.17.12",
"@types/semver": "^7.5.1",
"@yutengjing/eslint-config-typescript": "^0.4.2",
"@yutengjing/prettier-config": "^0.0.1",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"eslint-define-config": "^1.20.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint-define-config": "^1.23.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.0"
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
}
}
Loading

0 comments on commit eeab208

Please sign in to comment.