Skip to content

Commit

Permalink
pnpm up -L -r
Browse files Browse the repository at this point in the history
typescript は 5.6.2 のままにする
  • Loading branch information
voluntas committed Oct 30, 2024
1 parent dcd089f commit 9bd18e4
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 268 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.48.1",
"@playwright/test": "1.48.2",
"typedoc": "0.26.10",
"typescript": "5.6.2",
"vite": "5.4.9",
"vitest": "2.1.3"
"vite": "5.4.10",
"vitest": "2.1.4"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"jsdom": "25.0.1",
"vite-plugin-dts": "4.2.4"
"vite-plugin-dts": "4.3.0"
}
}
Loading

0 comments on commit 9bd18e4

Please sign in to comment.