Skip to content

Commit 352a45e

Browse files
committed
build: bump dev-dependencies
1 parent 67bf497 commit 352a45e

8 files changed

Lines changed: 593 additions & 638 deletions

File tree

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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.3",
26-
"react-dom": "^19.2.3"
25+
"react": "^19.2.4",
26+
"react-dom": "^19.2.4"
2727
},
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "3.9.2",

examples/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"date-fns": "^4.1.0",
2020
"jotai-devtools": "^0.13.0",
2121
"polkadot-api": "^1.23.3",
22-
"react": "^19.2.3",
23-
"react-dom": "^19.2.3",
22+
"react": "^19.2.4",
23+
"react-dom": "^19.2.4",
2424
"react-error-boundary": "^6.1.0",
2525
"react-hot-toast": "^2.6.0"
2626
},
@@ -29,9 +29,9 @@
2929
"@tsconfig/recommended": "^1.0.13",
3030
"@tsconfig/strictest": "^2.0.8",
3131
"@tsconfig/vite-react": "^7.0.2",
32-
"@types/react": "^19.2.9",
32+
"@types/react": "^19.2.10",
3333
"@types/react-dom": "^19.2.3",
34-
"@vitejs/plugin-react": "^5.1.2",
34+
"@vitejs/plugin-react": "^5.1.3",
3535
"eslint": "^9.39.2",
3636
"typescript": "^5.9.3",
3737
"vite": "^7.3.1"

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@reactive-dot/eslint-config": "workspace:^",
2121
"@tsconfig/recommended": "^1.0.13",
2222
"@tsconfig/strictest": "^2.0.8",
23-
"@vitejs/plugin-vue": "^6.0.3",
23+
"@vitejs/plugin-vue": "^6.0.4",
2424
"eslint": "^9.39.2",
2525
"typescript": "^5.9.3",
2626
"vite": "^7.3.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"devDependencies": {
4242
"@changesets/changelog-github": "^0.5.2",
4343
"@changesets/cli": "^2.29.8",
44-
"@commitlint/cli": "^20.3.1",
45-
"@commitlint/config-conventional": "^20.3.1",
44+
"@commitlint/cli": "^20.4.1",
45+
"@commitlint/config-conventional": "^20.4.1",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@vitest/coverage-v8": "4.0.18",
4848
"husky": "^9.1.7",
49-
"nx": "^22.4.1",
49+
"nx": "^22.4.4",
5050
"prettier": "^3.8.1",
5151
"vitest": "^4.0.18"
5252
}

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"./*": "./*"
99
},
1010
"devDependencies": {
11-
"@eslint-react/eslint-plugin": "^2.7.4",
12-
"@eslint/compat": "^2.0.1",
11+
"@eslint-react/eslint-plugin": "^2.9.4",
12+
"@eslint/compat": "^2.0.2",
1313
"@eslint/js": "^9.39.2",
1414
"eslint-config-prettier": "^10.1.8",
1515
"eslint-plugin-react-hooks": "^7.0.1",
1616
"eslint-plugin-tsdoc": "^0.5.0",
1717
"eslint-plugin-vue": "^10.7.0",
1818
"typescript": "^5.9.3",
19-
"typescript-eslint": "^8.53.1",
19+
"typescript-eslint": "^8.54.0",
2020
"vue-eslint-parser": "^10.2.0"
2121
},
2222
"peerDependencies": {

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@testing-library/user-event": "^14.6.1",
4747
"@tsconfig/recommended": "^1.0.13",
4848
"@tsconfig/strictest": "^2.0.8",
49-
"@types/react": "^19.2.9",
49+
"@types/react": "^19.2.10",
5050
"eslint": "^9.39.2",
51-
"jsdom": "^27.4.0",
52-
"react": "^19.2.3",
51+
"jsdom": "^28.0.0",
52+
"react": "^19.2.4",
5353
"typescript": "^5.9.3",
5454
"vitest": "^4.0.18",
5555
"wonka": "^6.3.5"

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@tsconfig/strictest": "^2.0.8",
4242
"@types/jsdom": "^27.0.0",
4343
"eslint": "^9.39.2",
44-
"jsdom": "^27.4.0",
44+
"jsdom": "^28.0.0",
4545
"typescript": "^5.9.3",
4646
"vitest": "^4.0.18",
4747
"vue": "^3.5.27"

0 commit comments

Comments
 (0)