Skip to content

Commit 9b7e07b

Browse files
committed
build: bump dev-dependencies
1 parent 48e0bdb commit 9b7e07b

18 files changed

Lines changed: 1236 additions & 1523 deletions

File tree

apps/docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^3.9.2",
19-
"@docusaurus/preset-classic": "^3.9.2",
20-
"@docusaurus/remark-plugin-npm2yarn": "^3.9.2",
18+
"@docusaurus/core": "^3.10.0",
19+
"@docusaurus/preset-classic": "^3.10.0",
20+
"@docusaurus/remark-plugin-npm2yarn": "^3.10.0",
2121
"@mdx-js/react": "^3.1.1",
2222
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
2323
"clsx": "^2.1.1",
2424
"prism-react-renderer": "^2.4.1",
25-
"react": "^19.2.4",
26-
"react-dom": "^19.2.4"
25+
"react": "^19.2.5",
26+
"react-dom": "^19.2.5"
2727
},
2828
"devDependencies": {
29-
"@docusaurus/module-type-aliases": "3.9.2",
30-
"@docusaurus/tsconfig": "3.9.2",
31-
"@docusaurus/types": "3.9.2",
29+
"@docusaurus/module-type-aliases": "3.10.0",
30+
"@docusaurus/tsconfig": "3.10.0",
31+
"@docusaurus/types": "3.10.0",
3232
"@reactive-dot/core": "workspace:^",
3333
"@reactive-dot/react": "workspace:^",
3434
"@reactive-dot/utils": "workspace:^",
3535
"@reactive-dot/vue": "workspace:^",
3636
"docusaurus-plugin-typedoc": "^1.4.2",
37-
"typedoc": "^0.28.17",
38-
"typedoc-plugin-markdown": "^4.10.0",
39-
"typescript": "^5.9.3"
37+
"typedoc": "^0.28.19",
38+
"typedoc-plugin-markdown": "^4.11.0",
39+
"typescript": "^6.0.2"
4040
},
4141
"browserslist": {
4242
"production": [

examples/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@reactive-dot/wallet-readonly": "workspace:^",
1818
"@reactive-dot/wallet-walletconnect": "workspace:^",
1919
"date-fns": "^4.1.0",
20-
"jotai-devtools": "^0.13.0",
20+
"jotai-devtools": "^0.13.1",
2121
"polkadot-api": "^2.0.1",
22-
"react": "^19.2.4",
23-
"react-dom": "^19.2.4",
22+
"react": "^19.2.5",
23+
"react-dom": "^19.2.5",
2424
"react-error-boundary": "^6.1.1",
2525
"react-hot-toast": "^2.6.0"
2626
},
@@ -32,8 +32,8 @@
3232
"@types/react": "^19.2.14",
3333
"@types/react-dom": "^19.2.3",
3434
"@vitejs/plugin-react": "^6.0.1",
35-
"eslint": "^10.0.3",
36-
"typescript": "^5.9.3",
37-
"vite": "^8.0.0"
35+
"eslint": "^10.2.0",
36+
"typescript": "^6.0.2",
37+
"vite": "^8.0.8"
3838
}
3939
}

examples/vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@reactive-dot/vue": "workspace:^",
1515
"@reactive-dot/wallet-readonly": "workspace:^",
1616
"polkadot-api": "^2.0.1",
17-
"vue": "^3.5.30"
17+
"vue": "^3.5.32"
1818
},
1919
"devDependencies": {
2020
"@reactive-dot/eslint-config": "workspace:^",
2121
"@tsconfig/recommended": "^1.0.13",
2222
"@tsconfig/strictest": "^2.0.8",
23-
"@vitejs/plugin-vue": "^6.0.5",
24-
"eslint": "^10.0.3",
25-
"typescript": "^5.9.3",
26-
"vite": "^8.0.0"
23+
"@vitejs/plugin-vue": "^6.0.6",
24+
"eslint": "^10.2.0",
25+
"typescript": "^6.0.2",
26+
"vite": "^8.0.8"
2727
}
2828
}

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
},
1111
"lint": { "cache": true }
1212
},
13-
"parallel": 12
13+
"parallel": 12,
14+
"analytics": false
1415
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"repository": "github:buffed-labs/reactive-dot",
1717
"private": true,
1818
"type": "module",
19-
"packageManager": "yarn@4.12.0",
19+
"packageManager": "yarn@4.13.0",
2020
"volta": {
21-
"node": "24.14.0",
22-
"yarn": "4.12.0"
21+
"node": "24.14.1",
22+
"yarn": "4.13.0"
2323
},
2424
"engines": {
2525
"node": "24.x"
@@ -44,11 +44,11 @@
4444
"@commitlint/cli": "^20.5.0",
4545
"@commitlint/config-conventional": "^20.5.0",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
47-
"@vitest/coverage-v8": "4.1.0",
47+
"@vitest/coverage-v8": "4.1.4",
4848
"esbuild": "^0.28.0",
4949
"husky": "^9.1.7",
50-
"nx": "^22.5.4",
51-
"prettier": "^3.8.1",
52-
"vitest": "^4.1.0"
50+
"nx": "^22.6.5",
51+
"prettier": "^3.8.3",
52+
"vitest": "^4.1.4"
5353
}
5454
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"@tsconfig/recommended": "^1.0.13",
5050
"@tsconfig/strictest": "^2.0.8",
5151
"abitype": "^1.2.3",
52-
"eslint": "^10.0.3",
52+
"eslint": "^10.2.0",
5353
"polkadot-api": "^2.0.1",
54-
"typescript": "^5.9.3",
55-
"vitest": "^4.1.0"
54+
"typescript": "^6.0.2",
55+
"vitest": "^4.1.4"
5656
},
5757
"peerDependencies": {
5858
"polkadot-api": ">=2.0.1"

packages/core/src/providers/light-client/provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ vi.mock("./wellknown-chains.js", () => ({
3838
},
3939
}));
4040

41-
global.Worker = class {
41+
globalThis.Worker = class {
4242
constructor() {}
4343
postMessage = vi.fn();
4444
addEventListener = vi.fn();

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"./*": "./*"
99
},
1010
"devDependencies": {
11-
"@eslint-react/eslint-plugin": "^3.0.0",
12-
"@eslint/compat": "^2.0.3",
11+
"@eslint-react/eslint-plugin": "^4.2.3",
12+
"@eslint/compat": "^2.0.5",
1313
"@eslint/js": "^10.0.1",
1414
"eslint-config-prettier": "^10.1.8",
1515
"eslint-plugin-react-hooks": "^7.0.1",
1616
"eslint-plugin-tsdoc": "^0.5.2",
1717
"eslint-plugin-vue": "^10.8.0",
18-
"globals": "^17.4.0",
19-
"typescript": "^5.9.3",
20-
"typescript-eslint": "^8.57.0",
18+
"globals": "^17.5.0",
19+
"typescript": "^6.0.2",
20+
"typescript-eslint": "^8.58.2",
2121
"vue-eslint-parser": "^10.4.0"
2222
},
2323
"peerDependencies": {

packages/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"@tsconfig/recommended": "^1.0.13",
4848
"@tsconfig/strictest": "^2.0.8",
4949
"@types/react": "^19.2.14",
50-
"eslint": "^10.0.3",
51-
"jsdom": "^29.0.0",
52-
"react": "^19.2.4",
53-
"typescript": "^5.9.3",
54-
"vitest": "^4.1.0"
50+
"eslint": "^10.2.0",
51+
"jsdom": "^29.0.2",
52+
"react": "^19.2.5",
53+
"typescript": "^6.0.2",
54+
"vitest": "^4.1.4"
5555
},
5656
"peerDependencies": {
5757
"react": ">= 19.2.x"

packages/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@reactive-dot/eslint-config": "workspace:^",
1313
"@tsconfig/recommended": "^1.0.13",
1414
"@tsconfig/strictest": "^2.0.8",
15-
"eslint": "^10.0.3",
16-
"typescript": "^5.9.3",
17-
"vitest": "^4.1.0"
15+
"eslint": "^10.2.0",
16+
"typescript": "^6.0.2",
17+
"vitest": "^4.1.4"
1818
}
1919
}

0 commit comments

Comments
 (0)