Skip to content

Commit 45c697d

Browse files
chore(deps): update all non-major dependencies (#1383)
* chore(deps): update all non-major dependencies * chore: fix tests --------- Co-authored-by: Leonardo Montini <[email protected]>
1 parent cf50512 commit 45c697d

File tree

29 files changed

+1301
-1171
lines changed

29 files changed

+1301
-1171
lines changed

docs/framework/vue/reference/functions/usestore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: useStore
1313
function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected, TSelected>>
1414
```
1515

16-
Defined in: node\_modules/.pnpm/@tanstack+vue-store@0.7.0\_vue@3.5.13\_typescript@5.8.2\_/node\_modules/@tanstack/vue-store/dist/esm/index.d.ts:8
16+
Defined in: node\_modules/.pnpm/@tanstack+vue-store@0.7.0\_vue@3.5.13\_typescript@5.8.3\_/node\_modules/@tanstack/vue-store/dist/esm/index.d.ts:8
1717

1818
### Type Parameters
1919

@@ -41,7 +41,7 @@ Defined in: node\_modules/.pnpm/@[email protected]\[email protected]\_typescrip
4141
function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected, TSelected>>
4242
```
4343

44-
Defined in: node\_modules/.pnpm/@tanstack+vue-store@0.7.0\_vue@3.5.13\_typescript@5.8.2\_/node\_modules/@tanstack/vue-store/dist/esm/index.d.ts:9
44+
Defined in: node\_modules/.pnpm/@tanstack+vue-store@0.7.0\_vue@3.5.13\_typescript@5.8.3\_/node\_modules/@tanstack/vue-store/dist/esm/index.d.ts:9
4545

4646
### Type Parameters
4747

examples/angular/array/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^19.2.4",
14-
"@angular/common": "^19.2.4",
15-
"@angular/compiler": "^19.2.4",
16-
"@angular/core": "^19.2.4",
17-
"@angular/forms": "^19.2.4",
18-
"@angular/platform-browser": "^19.2.4",
19-
"@angular/platform-browser-dynamic": "^19.2.4",
20-
"@angular/router": "^19.2.4",
13+
"@angular/animations": "^19.2.6",
14+
"@angular/common": "^19.2.6",
15+
"@angular/compiler": "^19.2.6",
16+
"@angular/core": "^19.2.6",
17+
"@angular/forms": "^19.2.5",
18+
"@angular/platform-browser": "^19.2.6",
19+
"@angular/platform-browser-dynamic": "^19.2.6",
20+
"@angular/router": "^19.2.6",
2121
"@tanstack/angular-form": "^1.3.1",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "^0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^19.2.5",
28-
"@angular/cli": "^19.2.5",
29-
"@angular/compiler-cli": "^19.2.4",
27+
"@angular-devkit/build-angular": "^19.2.7",
28+
"@angular/cli": "^19.2.7",
29+
"@angular/compiler-cli": "^19.2.6",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/simple/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^19.2.4",
14-
"@angular/common": "^19.2.4",
15-
"@angular/compiler": "^19.2.4",
16-
"@angular/core": "^19.2.4",
17-
"@angular/forms": "^19.2.4",
18-
"@angular/platform-browser": "^19.2.4",
19-
"@angular/platform-browser-dynamic": "^19.2.4",
20-
"@angular/router": "^19.2.4",
13+
"@angular/animations": "^19.2.6",
14+
"@angular/common": "^19.2.6",
15+
"@angular/compiler": "^19.2.6",
16+
"@angular/core": "^19.2.6",
17+
"@angular/forms": "^19.2.5",
18+
"@angular/platform-browser": "^19.2.6",
19+
"@angular/platform-browser-dynamic": "^19.2.6",
20+
"@angular/router": "^19.2.6",
2121
"@tanstack/angular-form": "^1.3.1",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "^0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^19.2.5",
28-
"@angular/cli": "^19.2.5",
29-
"@angular/compiler-cli": "^19.2.4",
27+
"@angular-devkit/build-angular": "^19.2.7",
28+
"@angular/cli": "^19.2.7",
29+
"@angular/compiler-cli": "^19.2.6",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/lit/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lit": "^3.2.1"
1414
},
1515
"devDependencies": {
16-
"vite": "^6.2.3"
16+
"vite": "^6.2.5"
1717
},
1818
"browserslist": {
1919
"production": [

examples/lit/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lit": "^3.2.1"
1515
},
1616
"devDependencies": {
17-
"vite": "^6.2.3"
17+
"vite": "^6.2.5"
1818
},
1919
"browserslist": {
2020
"production": [

examples/react/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.3"
20+
"vite": "^6.2.5"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/compiler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
21-
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
22-
"vite": "^6.2.3"
20+
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
21+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
22+
"vite": "^6.2.5"
2323
},
2424
"browserslist": {
2525
"production": [

examples/react/field-errors-from-form-validators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.3"
20+
"vite": "^6.2.5"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/large-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.7",
1818
"@types/react-dom": "^19.0.3",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"vite": "^6.2.3"
20+
"vite": "^6.2.5"
2121
},
2222
"browserslist": {
2323
"production": [

examples/react/next-server-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-form": "^1.3.1",
1212
"@tanstack/react-store": "^0.7.0",
13-
"next": "15.2.4",
13+
"next": "15.2.5",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

0 commit comments

Comments
 (0)