Skip to content

Commit

Permalink
chore(deps): bump to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Nov 23, 2024
1 parent d8703da commit 96c83d1
Show file tree
Hide file tree
Showing 7 changed files with 1,092 additions and 996 deletions.
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"typecheck": "tsc"
},
"dependencies": {
"@fastify/static": "^8.0.2",
"@fastify/static": "^8.0.3",
"@mcansh/remix-fastify": "4.0.2",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^5.0.0",
"fastify": "^5.1.0",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"react": "^18.3.1",
Expand All @@ -30,12 +30,12 @@
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@total-typescript/tsconfig": "^1.0.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"chokidar": "^4.0.1",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.0.0"
Expand Down
16 changes: 8 additions & 8 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"validate": "run-p lint format typecheck"
},
"dependencies": {
"@fastify/static": "^8.0.2",
"@fastify/static": "^8.0.3",
"@mcansh/remix-fastify": "workspace:*",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"chalk": "^5.3.0",
"fastify": "^5.1.0",
"get-port": "^7.1.0",
Expand All @@ -29,8 +29,8 @@
},
"devDependencies": {
"@fastify/middie": "^9.0.2",
"@remix-run/dev": "^2.14.0",
"@remix-run/eslint-config": "^2.14.0",
"@remix-run/dev": "^2.15.0",
"@remix-run/eslint-config": "^2.15.0",
"@tailwindcss/vite": "4.0.0-alpha.34",
"@total-typescript/tsconfig": "^1.0.4",
"@types/react": "npm:types-react@19.0.0-rc.1",
Expand All @@ -41,11 +41,11 @@
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "4.0.0-alpha.34",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
"vite-tsconfig-paths": "^5.1.3"
},
"overrides": {
"@types/react": "$@types/react",
Expand Down
24 changes: 12 additions & 12 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
},
"dependencies": {
"@mcansh/remix-fastify": "^4.0.2",
"@react-router/node": "7.0.0-pre.4",
"@react-router/serve": "7.0.0-pre.4",
"@react-router/node": "7.0.1",
"@react-router/serve": "7.0.1",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^5.0.0",
"fastify": "^5.1.0",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "7.0.0-pre.4",
"react-router": "7.0.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@react-router/dev": "7.0.0-pre.4",
"@react-router/dev": "7.0.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
},
"engines": {
"node": ">=20.0.0"
Expand Down
14 changes: 7 additions & 7 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.2",
"@fastify/static": "^8.0.3",
"@mcansh/remix-fastify": "4.0.2",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^5.0.0",
"fastify": "^5.1.0",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"react": "^18.3.1",
Expand All @@ -31,15 +31,15 @@
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@total-typescript/tsconfig": "^1.0.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/source-map-support": "^0.5.10",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1"
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
},
"engines": {
"node": ">=20.0.0"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,30 @@
"changeset:release": "pnpm run build && pnpm publish -r"
},
"dependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@changesets/cli": "^2.27.9",
"@arethetypeswrong/cli": "^0.17.0",
"@changesets/cli": "^2.27.10",
"@manypkg/get-packages": "^2.2.2",
"@npmcli/package-json": "^6.0.1",
"@remix-run/eslint-config": "2.13.1",
"@remix-run/eslint-config": "2.15.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/npmcli__package-json": "^4.0.4",
"chalk": "^5.3.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-prefer-let": "^4.0.0",
"glob": "^11.0.0",
"jsonfile": "^6.1.0",
"npm-run-all": "^4.1.5",
"pkg-pr-new": "^0.0.29",
"pkg-pr-new": "^0.0.30",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"prompt-confirm": "^2.0.4",
"publint": "^0.2.11",
"publint": "^0.2.12",
"react": "^18.3.1",
"semver": "^7.6.3",
"tsup": "^8.3.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"tsup": "^8.3.5",
"type-fest": "^4.27.0",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}
18 changes: 9 additions & 9 deletions packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@
},
"dependencies": {
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.2",
"@fastify/static": "^8.0.3",
"fastify-plugin": "^5.0.1",
"pretty-cache-header": "^1.0.0"
},
"devDependencies": {
"@react-router/node": "7.0.0-pre.5",
"@remix-run/node": "^2.13.1",
"@types/node": "^22.7.7",
"@typescript/lib-dom": "npm:@types/web@^0.0.174",
"fastify": "^5.0.0",
"@react-router/node": "7.0.1",
"@remix-run/node": "^2.15.0",
"@types/node": "^22.9.2",
"@typescript/lib-dom": "npm:@types/web@^0.0.182",
"fastify": "^5.1.0",
"node-mocks-http": "^1.16.1",
"react-router": "^7.0.0-pre.5",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"react-router": "^7.0.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"peerDependencies": {
"@remix-run/node": "^2.0.0",
Expand Down
Loading

0 comments on commit 96c83d1

Please sign in to comment.