Skip to content

Commit f798124

Browse files
committed
fix: update dependencies and versions in package.json and package-lock.json
1 parent 7063842 commit f798124

5 files changed

Lines changed: 68 additions & 48 deletions

File tree

package-lock.json

Lines changed: 46 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
4848
"react-i18next": "^14.1.0",
49-
"react-router-dom": "^6.30.4",
49+
"react-router-dom": "^7.18.2",
5050
"recharts": "^2.12.0",
5151
"sharp": "^0.35.3",
5252
"zustand": "^4.5.0"
@@ -72,8 +72,9 @@
7272
"vitest": "^4.1.7"
7373
},
7474
"overrides": {
75-
"brace-expansion": "^5.0.8",
75+
"brace-expansion": "^5.0.9",
7676
"minimatch": "^10.2.5",
77-
"js-yaml": "^5.2.2"
77+
"js-yaml": "^5.2.2",
78+
"nanoid": "^3.3.18"
7879
}
7980
}

src/MainApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ export default function MainApp() {
512512
}, [updateInfo, notifyWithNavigate, t]);
513513

514514
return (
515-
<HashRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
515+
<HashRouter>
516516
<MainLayout>
517517
<Suspense fallback={<Loading />}>
518518
<Routes>

vscode-extension/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@
169169
"typescript": "^5.8.3"
170170
},
171171
"overrides": {
172-
"brace-expansion": "^5.0.8",
173-
"minimatch": "^10.2.5"
172+
"brace-expansion": "^5.0.9",
173+
"minimatch": "^10.2.5",
174+
"js-yaml": "^4.3.1",
175+
"fast-uri": "^3.1.5",
176+
"undici": "^7.29.0"
174177
}
175178
}

0 commit comments

Comments
 (0)