Skip to content

Commit 8da0749

Browse files
committed
Update dependencies
1 parent 1522d4b commit 8da0749

3 files changed

Lines changed: 430 additions & 727 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"name": "museeks",
3-
"productName": "Museeks",
43
"version": "0.23.4",
54
"description": "A simple, clean, and cross-platform music player.",
6-
"type": "module",
75
"bugs": {
86
"url": "https://github.com/martpie/museeks/issues"
97
},
10-
"author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>",
118
"license": "MIT",
9+
"author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>",
1210
"repository": {
1311
"type": "git",
1412
"url": "https://github.com/martpie/museeks"
1513
},
14+
"type": "module",
1615
"scripts": {
1716
"dev": "vp dev",
1817
"build": "vp build",
@@ -26,9 +25,6 @@
2625
"postinstall": "simple-git-hooks",
2726
"knip": "knip"
2827
},
29-
"simple-git-hooks": {
30-
"pre-commit": "vp run gen:translations && git add src/translations"
31-
},
3228
"dependencies": {
3329
"@base-ui/react": "1.4.1",
3430
"@dnd-kit/core": "6.3.1",
@@ -38,8 +34,8 @@
3834
"@lingui/core": "6.0.0",
3935
"@lingui/react": "6.0.0",
4036
"@stylexjs/stylex": "0.18.3",
41-
"@tanstack/react-query": "5.100.5",
42-
"@tanstack/react-router": "1.168.24",
37+
"@tanstack/react-query": "5.100.6",
38+
"@tanstack/react-router": "1.168.25",
4339
"@tanstack/react-virtual": "3.13.24",
4440
"@tauri-apps/api": "2.10.1",
4541
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
@@ -69,7 +65,7 @@
6965
"@rolldown/plugin-babel": "0.2.3",
7066
"@stylexjs/eslint-plugin": "0.18.3",
7167
"@stylexjs/unplugin": "0.18.3",
72-
"@tanstack/router-plugin": "1.167.27",
68+
"@tanstack/router-plugin": "1.167.28",
7369
"@tauri-apps/cli": "2.10.1",
7470
"@types/lodash-es": "4.17.12",
7571
"@types/node": "^24.12.2",
@@ -88,5 +84,9 @@
8884
"vitest": "catalog:",
8985
"vitest-browser-react": "2.2.0"
9086
},
91-
"packageManager": "pnpm@10.33.2"
87+
"simple-git-hooks": {
88+
"pre-commit": "vp run gen:translations && git add src/translations"
89+
},
90+
"packageManager": "pnpm@11.0.0",
91+
"productName": "Museeks"
9292
}

0 commit comments

Comments
 (0)