Skip to content

Commit

Permalink
perf: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Aug 15, 2024
1 parent 696513f commit baa7dfd
Show file tree
Hide file tree
Showing 3 changed files with 1,070 additions and 1,184 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,28 @@
"release": "semantic-release"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"@octokit/rest": "^21.0.1",
"axios": "^1.7.4",
"debug": "^4.3.4",
"picocolors": "^1.0.0"
"debug": "^4.3.6",
"picocolors": "^1.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/debug": "^4.1.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"esbuild": "^0.23.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"semantic-release": "^23.0.5",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "5.1.6"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "5.4.0"
},
"peerDependencies": {
"vite": ">=3"
Expand Down
Loading

0 comments on commit baa7dfd

Please sign in to comment.