Skip to content

Commit

Permalink
利用パッケージアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuvski committed Feb 28, 2024
1 parent 1b1fe58 commit 8f417c0
Show file tree
Hide file tree
Showing 4 changed files with 967 additions and 662 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@local/tsconfig": "workspace:*",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.5.7",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.21",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.0",
"jsdom": "^23.0.1",
"@vitest/coverage-v8": "^1.3.1",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"tsup": "^8.0.1",
"turbo": "^1.11.2",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build": "tsup src/ --format=esm,cjs --dts"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react": "^18.2.60",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8f417c0

Please sign in to comment.