Skip to content

Commit effe70c

Browse files
committed
chore(deps): bump to latest
1 parent 4bac934 commit effe70c

4 files changed

Lines changed: 361 additions & 358 deletions

File tree

examples/my-react-router-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
"typecheck": "react-router typegen && tsc"
1010
},
1111
"dependencies": {
12-
"@react-router/node": "^7.6.2",
13-
"@react-router/serve": "^7.6.2",
12+
"@react-router/node": "^7.6.3",
13+
"@react-router/serve": "^7.6.3",
1414
"clsx": "^2.1.1",
1515
"isbot": "^5.1.28",
1616
"react": "^19.1.0",
1717
"react-dom": "^19.1.0",
18-
"react-router": "^7.6.2",
18+
"react-router": "^7.6.3",
1919
"tailwind-merge": "^3.3.1"
2020
},
2121
"devDependencies": {
2222
"@mcansh/vite-plugin-svg-sprite": "workspace:*",
23-
"@react-router/dev": "^7.6.2",
24-
"@tailwindcss/vite": "^4.1.10",
25-
"@types/node": "^24.0.4",
23+
"@react-router/dev": "^7.6.3",
24+
"@tailwindcss/vite": "^4.1.11",
25+
"@types/node": "^24.0.8",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"heroicons": "^2.2.0",
29-
"lucide-static": "^0.523.0",
29+
"lucide-static": "^0.525.0",
3030
"react-router-devtools": "^5.0.6",
31-
"tailwindcss": "^4.1.10",
31+
"tailwindcss": "^4.1.11",
3232
"typescript": "^5.8.3",
3333
"vite": "^6.3.4",
3434
"vite-plugin-inspect": "catalog:",

examples/remix/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"@remix-run/dev": "^2.16.8",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
28-
"@typescript-eslint/eslint-plugin": "^8.35.0",
29-
"@typescript-eslint/parser": "^8.35.0",
28+
"@typescript-eslint/eslint-plugin": "^8.35.1",
29+
"@typescript-eslint/parser": "^8.35.1",
3030
"eslint": "^8.38.0",
31-
"eslint-import-resolver-typescript": "^4.4.3",
31+
"eslint-import-resolver-typescript": "^4.4.4",
3232
"eslint-plugin-import": "^2.32.0",
3333
"eslint-plugin-jsx-a11y": "^6.10.2",
3434
"eslint-plugin-react": "^7.37.5",
3535
"eslint-plugin-react-hooks": "^5.2.0",
3636
"heroicons": "^2.2.0",
37-
"lucide-static": "^0.523.0",
37+
"lucide-static": "^0.525.0",
3838
"typescript": "^5.8.3",
3939
"vite": "^6.3.4",
4040
"vite-plugin-inspect": "catalog:",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"@manypkg/get-packages": "^3.0.0",
1616
"@npmcli/package-json": "^6.2.0",
1717
"@total-typescript/tsconfig": "^1.0.4",
18-
"@types/node": "^24.0.4",
18+
"@types/node": "^24.0.8",
1919
"@types/npmcli__package-json": "^4.0.4",
2020
"chalk": "^5.4.1",
2121
"glob": "^11.0.3",
2222
"jsonfile": "^6.1.0",
23-
"pkg-pr-new": "^0.0.53",
24-
"prettier": "^3.6.0",
23+
"pkg-pr-new": "^0.0.54",
24+
"prettier": "^3.6.2",
2525
"prettier-plugin-organize-imports": "^4.1.0",
2626
"prettier-plugin-tailwindcss": "^0.6.13",
2727
"prompt-confirm": "^2.0.4",
2828
"publint": "^0.3.12",
2929
"semver": "^7.7.2",
30-
"tsdown": "^0.12.8",
30+
"tsdown": "^0.12.9",
3131
"typescript": "^5.8.3"
3232
},
33-
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
33+
"packageManager": "pnpm@10.12.4",
3434
"pnpm": {
3535
"onlyBuiltDependencies": [
3636
"@swc/core",

0 commit comments

Comments
 (0)