Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yzrmn committed Jul 17, 2024
1 parent ecd9cec commit 971f979
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 94 deletions.
8 changes: 4 additions & 4 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.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vite-node": "^1.6.0",
"vitest": "^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.14.6"
"@types/node": "^20.14.11"
}
}
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.42"
"@webgpu/types": "^0.1.44"
},
"scripts": {
"build": "vite-node ./scripts/build.ts",
Expand Down
Loading

0 comments on commit 971f979

Please sign in to comment.