Skip to content

Commit

Permalink
Merge pull request #5 from barclayd/chore/bump-deps
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
barclayd authored Dec 24, 2024
2 parents 3d0fb0d + 9dd4ff8 commit 746291f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@
"test:browser:headless": "vitest run --browser.headless"
},
"dependencies": {
"@react-router/fs-routes": "^7.0.2",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"@trpc/client": "^11.0.0-rc.660",
"isbot": "^5.1.17",
"@react-router/fs-routes": "^7.1.1",
"@react-router/node": "^7.1.1",
"@react-router/serve": "^7.1.1",
"@trpc/client": "^11.0.0-rc.666",
"isbot": "^5.1.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.0"
"react-router": "^7.1.1"
},
"devDependencies": {
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.49.0",
"@react-router/dev": "^7.0.2",
"@tailwindcss/vite": "^4.0.0-beta.6",
"@playwright/test": "^1.49.1",
"@react-router/dev": "^7.1.1",
"@tailwindcss/vite": "^4.0.0-beta.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^2.1.8",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"babel-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"playwright": "^1.49.1",
"postcss": "^8.4.49",
"react-router-devtools": "1.0.5",
"tailwindcss": "^4.0.0-beta.6",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.7.2",
"vite": "6.0.5",
"vite-plugin-babel": "^1.3.0",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swipe-move",
"devDependencies": {
"turbo": "^2.3.3",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"packageManager": "[email protected]",
"private": true,
Expand Down

0 comments on commit 746291f

Please sign in to comment.