Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/react-router-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/react-router-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"globals": "16.4.0",
"typescript": "5.8.3",
"typescript": "5.9.3",
"typescript-eslint": "8.44.1",
"vite": "7.1.7",
"vite-tsconfig-paths": "5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"postcss-nesting": "13.0.2",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"typescript": "5.7.3",
"typescript": "5.9.3",
"typescript-eslint": "8.44.0",
"vite": "7.1.6",
"vite-plugin-istanbul": "7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions patterns/navigation-layout/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion patterns/navigation-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.22",
"globals": "16.4.0",
"typescript": "5.8.3",
"typescript": "5.9.3",
"typescript-eslint": "8.44.1",
"vite": "7.1.7"
}
Expand Down
8 changes: 4 additions & 4 deletions templates/vite-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.22",
"globals": "16.4.0",
"typescript": "5.8.3",
"typescript": "5.9.3",
"typescript-eslint": "8.44.1",
"vite": "7.1.7"
}
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20094,7 +20094,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.3, typescript@npm:>=3 < 6":
"typescript@npm:5.9.3":
version: 5.9.3
resolution: "typescript@npm:5.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
languageName: node
linkType: hard

"typescript@npm:>=3 < 6":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
Expand All @@ -20114,7 +20124,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>":
version: 5.9.3
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
bin:
Expand Down Expand Up @@ -20219,7 +20239,7 @@ __metadata:
rimraf: "npm:6.0.1"
storybook: "npm:9.1.7"
tocbot: "npm:4.36.4"
typescript: "npm:5.7.3"
typescript: "npm:5.9.3"
typescript-eslint: "npm:8.44.0"
vite: "npm:7.1.6"
vite-plugin-istanbul: "npm:7.2.0"
Expand Down
Loading