Skip to content

Commit cf61ce8

Browse files
committed
fix(music): versions issue
1 parent 371eb7b commit cf61ce8

File tree

2 files changed

+53
-80
lines changed

2 files changed

+53
-80
lines changed

packages/music/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@
3535
"@nanoforge/common": "workspace:^"
3636
},
3737
"devDependencies": {
38-
"@commitlint/cli": "^19.8.0",
39-
"@commitlint/config-conventional": "^19.8.0",
40-
"@eslint/js": "^9.23.0",
38+
"@commitlint/cli": "^20.0.0",
39+
"@commitlint/config-conventional": "^20.0.0",
40+
"@eslint/js": "^9.36.0",
4141
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
42-
"@types/node": "^22.13.13",
43-
"eslint": "^9.23.0",
44-
"eslint-config-prettier": "^10.1.1",
45-
"eslint-plugin-format": "^1.0.1",
46-
"eslint-plugin-jest": "^28.11.0",
47-
"eslint-plugin-prettier": "^5.2.5",
48-
"globals": "^16.0.0",
49-
"lint-staged": "^15.5.0",
50-
"prettier": "^3.5.3",
51-
"taze": "^19.0.2",
52-
"typescript": "^5.8.2",
53-
"typescript-eslint": "^8.28.0"
42+
"@types/node": "^22.18.7",
43+
"eslint": "^9.36.0",
44+
"eslint-config-prettier": "^10.1.8",
45+
"eslint-plugin-format": "^1.0.2",
46+
"eslint-plugin-jest": "^29.0.1",
47+
"eslint-plugin-prettier": "^5.5.4",
48+
"globals": "^16.4.0",
49+
"lint-staged": "^16.2.3",
50+
"prettier": "^3.6.2",
51+
"taze": "^19.7.0",
52+
"typescript": "^5.9.2",
53+
"typescript-eslint": "^8.45.0"
5454
},
5555
"engines": {
5656
"node": "23.6.0",
57-
"pnpm": "10.6.5"
57+
"pnpm": "10.17.1"
5858
},
59-
"packageManager": "pnpm@10.6.5",
59+
"packageManager": "pnpm@10.17.1",
6060
"lint-staged": {
6161
"**/*.{js,ts}": [
6262
"eslint --fix",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)