Skip to content

Commit f0921e4

Browse files
committed
chore(dependencies): update package versions and configurations
1 parent be093c2 commit f0921e4

6 files changed

Lines changed: 245 additions & 248 deletions

File tree

.cursor/mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"nx-mcp": {
4+
"enabled": false,
5+
"url": "http://localhost:9882/sse"
6+
}
7+
}
8+
}

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
"editor.detectIndentation": false,
1111
"editor.formatOnSave": true,
1212
"files.eol": "\n",
13-
"cSpell.words": ["aetherjs"],
13+
"cSpell.words": ["aetherjs", "choosable"],
1414
"files.exclude": {
15-
"**/node_modules": false,
15+
"**/node_modules": true,
1616
"**/.git": true
1717
},
1818
"files.associations": {
1919
"tsconfig.json": "jsonc",
2020
"tsconfig.eslint.json": "jsonc",
21-
"tsconfig.docs.json": "jsonc"
2221
}
2322
}

bun.lock

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@commitlint/config-conventional": "^19.8.0",
2020
"@favware/cliff-jumper": "^6.0.0",
2121
"@favware/npm-deprecate": "^2.0.0",
22-
"@types/bun": "^1.2.9",
23-
"@types/node": "^22.14.0",
24-
"bun-types": "^1.2.9",
22+
"@types/bun": "^1.2.10",
23+
"@types/node": "^22.14.1",
24+
"bun-types": "^1.2.10",
2525
"cz-conventional-changelog": "^3.3.0",
26-
"eslint": "^9.24.0",
26+
"eslint": "^9.25.0",
2727
"husky": "^9.1.7",
28-
"lint-staged": "^15.5.0",
29-
"npm-check-updates": "^17.1.16",
30-
"nx": "20.7.2",
28+
"lint-staged": "^15.5.1",
29+
"npm-check-updates": "^17.1.18",
30+
"nx": "20.8.0",
3131
"prettier": "^3.5.3",
3232
"rimraf": "^6.0.1",
3333
"tsup": "^8.4.0",
@@ -45,7 +45,7 @@
4545
"lint-staged": {
4646
"*": "prettier --ignore-unknown --write"
4747
},
48-
"packageManager": "bun@1.2.9",
48+
"packageManager": "bun@1.2.10",
4949
"patchedDependencies": {
5050
"@favware/cliff-jumper@6.0.0": "patches/@favware%2Fcliff-jumper@6.0.0.patch"
5151
}

packages/eslint-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"check-update": "cliff-jumper --dry-run"
2525
},
2626
"dependencies": {
27-
"@eslint/js": "^9.24.0",
28-
"@next/eslint-plugin-next": "^15.2.5",
29-
"@typescript-eslint/eslint-plugin": "^8.29.1",
30-
"@typescript-eslint/parser": "^8.29.1",
31-
"eslint": "^9.24.0",
32-
"eslint-config-prettier": "^10.1.1",
27+
"@eslint/js": "^9.25.0",
28+
"@next/eslint-plugin-next": "^15.3.1",
29+
"@typescript-eslint/eslint-plugin": "^8.30.1",
30+
"@typescript-eslint/parser": "^8.30.1",
31+
"eslint": "^9.25.0",
32+
"eslint-config-prettier": "^10.1.2",
3333
"eslint-plugin-import": "^2.31.0",
3434
"eslint-plugin-jsx-a11y": "^6.10.2",
3535
"eslint-plugin-prettier": "^5.2.6",
3636
"eslint-plugin-react": "^7.37.5",
3737
"eslint-plugin-react-hooks": "^5.2.0",
3838
"prettier": "^3.5.3",
3939
"typescript": "^5.8.3",
40-
"typescript-eslint": "^8.29.1"
40+
"typescript-eslint": "^8.30.1"
4141
},
4242
"devDependencies": {
4343
"@favware/cliff-jumper": "^6.0.0"

0 commit comments

Comments
 (0)