Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yzrmn committed Apr 10, 2024
1 parent 4b2029c commit 0cffd49
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 130 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"pnpm": ">=8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vite-node": "^1.4.0",
"vitest": "^1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/build-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"typescript": ">=5.4"
},
"devDependencies": {
"@types/node": "^20.12.2"
"@types/node": "^20.12.7"
}
}
Loading

0 comments on commit 0cffd49

Please sign in to comment.