Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yzrmn committed Jun 20, 2024
1 parent ad1adce commit 2db4b81
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 95 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"pnpm": ">=8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.5",
"vite-node": "^1.6.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.11"
"@types/node": "^20.14.6"
}
}
2 changes: 1 addition & 1 deletion packages/redgeometry-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"redgeometry": "workspace:*"
},
"devDependencies": {
"@webgpu/types": "^0.1.40"
"@webgpu/types": "^0.1.42"
},
"scripts": {
"build": "vite-node ./scripts/build.ts",
Expand Down
Loading

0 comments on commit 2db4b81

Please sign in to comment.