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.3.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"typescript-eslint": "8.40.0",
"vite": "6.3.5",
"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 @@ -95,7 +95,7 @@
"postcss-nesting": "13.0.2",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"typescript": "5.7.3",
"typescript": "5.9.2",
"typescript-eslint": "8.40.0",
"vite": "6.3.5",
"vite-plugin-istanbul": "7.1.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.20",
"globals": "16.3.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"typescript-eslint": "8.40.0",
"vite": "6.3.5"
}
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.20",
"globals": "16.3.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"typescript-eslint": "8.40.0",
"vite": "6.3.5"
}
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19802,7 +19802,17 @@ __metadata:
languageName: node
linkType: hard

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

"typescript@npm:>=3 < 6":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
Expand All @@ -19822,7 +19832,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.2#optional!builtin<compat/typescript>":
version: 5.9.2
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
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 @@ -19927,7 +19947,7 @@ __metadata:
rimraf: "npm:6.0.1"
storybook: "npm:9.1.3"
tocbot: "npm:4.36.4"
typescript: "npm:5.7.3"
typescript: "npm:5.9.2"
typescript-eslint: "npm:8.40.0"
vite: "npm:6.3.5"
vite-plugin-istanbul: "npm:7.1.0"
Expand Down
Loading