Skip to content

Commit 66018ed

Browse files
authored
Update Dependencies (#1085)
This updates all dependencies to their latest versions as of September 2025. This also includes updates to `livesplit-core`, such as being able to parse `OpenSplit` files. Changelog: Splits from the new speedrun timer [OpenSplit](https://github.com/ZellyDev-Games/OpenSplit) can now be opened.
1 parent d46f8b5 commit 66018ed

File tree

7 files changed

+2517
-2077
lines changed

7 files changed

+2517
-2077
lines changed

livesplit-core

Submodule livesplit-core updated 158 files

package-lock.json

Lines changed: 1313 additions & 1170 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"idb": "^8.0.0",
19-
"lucide-react": "^0.483.0",
19+
"lucide-react": "^0.544.0",
2020
"markdown-it": "^14.1.0",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
@@ -25,11 +25,10 @@
2525
"react-toastify": "^11.0.3"
2626
},
2727
"devDependencies": {
28-
"@babel/plugin-proposal-explicit-resource-management": "^7.25.9",
29-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
28+
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
29+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
3030
"@tauri-apps/cli": "^2.2.7",
3131
"@types/markdown-it": "^14.1.2",
32-
"@types/node": "^22.13.1",
3332
"@types/react": "^19.0.10",
3433
"@types/react-dom": "^19.0.4",
3534
"@types/react-resizable": "^3.0.3",
@@ -40,7 +39,7 @@
4039
"favicons-webpack-plugin": "^6.0.0",
4140
"html-inline-script-webpack-plugin": "^3.1.0",
4241
"html-webpack-plugin": "^5.6.0",
43-
"react-compiler-webpack": "^0.1.2",
42+
"react-compiler-webpack": "^0.2.0",
4443
"react-refresh-typescript": "^2.0.7",
4544
"sass": "^1.77.2",
4645
"sass-loader": "^16.0.4",

0 commit comments

Comments
 (0)