Skip to content

Commit

Permalink
chore: Update deps (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 authored Jan 8, 2025
1 parent fa63c13 commit 504b07f
Show file tree
Hide file tree
Showing 11 changed files with 819 additions and 474 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"commitlint": "^19.6.1",
"husky": "^9.1.7",
"prettier": "3.4.2",
"semantic-release": "^24.2.0",
"semantic-release": "^24.2.1",
"sherif": "^1.1.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "[email protected].0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"packageManager": "[email protected].3",
"resolutions": {
"@headlessui/react": "2.2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@sentry/nextjs": "^8.46.0",
"@sentry/nextjs": "^8.48.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tremor/react": "^3.18.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fumadocs-core": "^14.6.1",
"fumadocs-mdx": "^11.1.2",
"fumadocs-ui": "^14.6.1",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"fumadocs-core": "^14.7.2",
"fumadocs-mdx": "^11.2.3",
"fumadocs-ui": "^14.7.2",
"lucide-react": "^0.469.0",
"next": "15.1.4",
"nuqs": "workspace:*",
"pretty-bytes": "^6.1.1",
"react": "catalog:react19",
Expand All @@ -53,13 +53,13 @@
"res": "workspace:*",
"semver": "^7.6.3",
"server-only": "^0.0.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@shikijs/transformers": "^1.24.2",
"@shikijs/transformers": "^1.26.1",
"@types/mdx": "^2.0.13",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
Expand All @@ -68,7 +68,7 @@
"hast-util-to-jsx-runtime": "^2.3.2",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"shiki": "^1.24.2",
"shiki": "^1.26.1",
"typescript": "^5.7.2"
},
"postcss": {
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"cypress:run": "cypress run --headless"
},
"dependencies": {
"next": "15.1.0",
"next": "15.1.4",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e/react-router/v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router-dom": "^6.28.0"
"react-router-dom": "^6.28.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -29,6 +29,6 @@
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.7"
}
}
16 changes: 8 additions & 8 deletions packages/e2e/react-router/v7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"cypress:run": "cross-env FORCE_COLOR=3 cypress run --headless"
},
"dependencies": {
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"isbot": "^5.1.18",
"@react-router/node": "^7.1.1",
"@react-router/serve": "^7.1.1",
"isbot": "^5.1.20",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router": "^7.0.2"
"react-router": "^7.1.1"
},
"devDependencies": {
"@react-router/dev": "^7.0.2",
"@react-router/express": "^7.0.2",
"@types/node": "^22.10.2",
"@react-router/dev": "^7.1.1",
"@react-router/express": "^7.1.1",
"@types/node": "^22.10.5",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"compression": "^1.7.5",
Expand All @@ -34,7 +34,7 @@
"express": "^4.21.2",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/e2e/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -28,7 +28,7 @@
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}
12 changes: 6 additions & 6 deletions packages/e2e/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"cypress:run": "cross-env FORCE_COLOR=3 cypress run --headless"
},
"dependencies": {
"@remix-run/node": "^2.15.1",
"@remix-run/react": "^2.15.1",
"@remix-run/serve": "^2.15.1",
"isbot": "^5.1.18",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"isbot": "^5.1.20",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@remix-run/dev": "^2.15.1",
"@remix-run/dev": "^2.15.2",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"cross-env": "^7.0.3",
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cypress-terminal-report": "^7.1.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"cypress": "catalog:e2e",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,22 +147,22 @@
}
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@remix-run/react": "^2.15.1",
"@microsoft/api-extractor": "7.48.1",
"@remix-run/react": "^2.15.2",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"next": "15.1.0",
"next": "15.1.4",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router-dom": "6.28.0",
"react-router-dom": "6.28.1",
"size-limit": "^11.1.6",
"tsafe": "^1.8.5",
"tsd": "^0.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 504b07f

Please sign in to comment.