Skip to content

Commit 8f21ee1

Browse files
chore(deps): update all non-major dependencies (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60ac05d commit 8f21ee1

File tree

9 files changed

+760
-773
lines changed

9 files changed

+760
-773
lines changed

examples/angular/simple/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^19.2.13",
14-
"@angular/common": "^19.2.13",
15-
"@angular/compiler": "^19.2.13",
16-
"@angular/core": "^19.2.13",
17-
"@angular/platform-browser": "^19.2.13",
18-
"@angular/platform-browser-dynamic": "^19.2.13",
19-
"@angular/router": "^19.2.13",
13+
"@angular/animations": "^19.2.14",
14+
"@angular/common": "^19.2.14",
15+
"@angular/compiler": "^19.2.14",
16+
"@angular/core": "^19.2.14",
17+
"@angular/platform-browser": "^19.2.14",
18+
"@angular/platform-browser-dynamic": "^19.2.14",
19+
"@angular/router": "^19.2.14",
2020
"@tanstack/angular-store": "^0.7.1",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.15.1"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^19.2.13",
27-
"@angular/cli": "^19.2.13",
28-
"@angular/compiler-cli": "^19.2.13",
26+
"@angular-devkit/build-angular": "^19.2.14",
27+
"@angular/cli": "^19.2.14",
28+
"@angular/compiler-cli": "^19.2.14",
2929
"typescript": "5.6.3"
3030
}
3131
}

examples/svelte/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@sveltejs/vite-plugin-svelte": "^5.0.3",
1414
"@tsconfig/svelte": "^5.0.4",
15-
"svelte": "^5.33.2",
15+
"svelte": "^5.33.13",
1616
"svelte-check": "^4.2.1",
1717
"tslib": "^2.8.1",
1818
"typescript": "5.6.3",

examples/vue/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@tanstack/vue-store": "^0.7.1",
14-
"vue": "^3.5.14"
14+
"vue": "^3.5.16"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^5.2.4",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
},
3838
"devDependencies": {
3939
"@eslint-react/eslint-plugin": "^1.50.0",
40-
"@tanstack/config": "^0.18.0",
40+
"@tanstack/config": "^0.18.2",
4141
"@testing-library/jest-dom": "^6.6.3",
4242
"@testing-library/user-event": "^14.6.1",
4343
"@types/node": "^22.10.1",
4444
"@vitest/coverage-istanbul": "^3.1.4",
45-
"eslint": "^9.27.0",
45+
"eslint": "^9.28.0",
4646
"eslint-plugin-react-hooks": "^5.2.0",
4747
"fast-glob": "^3.3.3",
4848
"jsdom": "^25.0.1",
49-
"knip": "^5.58.0",
49+
"knip": "^5.59.1",
5050
"markdown-link-extractor": "^4.0.2",
5151
"nx": "^20.8.2",
5252
"premove": "^4.0.0",
@@ -61,6 +61,6 @@
6161
"typescript53": "npm:typescript@5.3",
6262
"vite": "^6.3.5",
6363
"vitest": "^3.1.4",
64-
"vue": "^3.5.14"
64+
"vue": "^3.5.16"
6565
}
6666
}

packages/angular-store/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"tslib": "^2.8.1"
5252
},
5353
"devDependencies": {
54-
"@analogjs/vite-plugin-angular": "^1.16.2",
55-
"@angular/common": "^19.2.13",
56-
"@angular/compiler": "^19.2.13",
57-
"@angular/compiler-cli": "^19.2.13",
58-
"@angular/core": "^19.2.13",
59-
"@angular/platform-browser": "^19.2.13",
60-
"@angular/platform-browser-dynamic": "^19.2.13",
54+
"@analogjs/vite-plugin-angular": "^1.17.1",
55+
"@angular/common": "^19.2.14",
56+
"@angular/compiler": "^19.2.14",
57+
"@angular/compiler-cli": "^19.2.14",
58+
"@angular/core": "^19.2.14",
59+
"@angular/platform-browser": "^19.2.14",
60+
"@angular/platform-browser-dynamic": "^19.2.14",
6161
"ng-packagr": "^19.2.2",
6262
"zone.js": "^0.15.1"
6363
},

packages/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"src"
5757
],
5858
"devDependencies": {
59-
"@angular/core": "^19.2.13",
59+
"@angular/core": "^19.2.14",
6060
"@preact/signals": "^1.3.2",
6161
"solid-js": "^1.9.7",
62-
"vue": "^3.5.14"
62+
"vue": "^3.5.16"
6363
}
6464
}

packages/svelte-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sveltejs/vite-plugin-svelte": "^5.0.3",
5454
"@testing-library/svelte": "^5.2.8",
5555
"eslint-plugin-svelte": "^2.46.1",
56-
"svelte": "^5.33.2",
56+
"svelte": "^5.33.13",
5757
"svelte-check": "^4.2.1"
5858
},
5959
"peerDependencies": {

packages/vue-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@testing-library/vue": "^8.1.0",
6868
"@vitejs/plugin-vue": "^5.2.4",
6969
"@vue/composition-api": "^1.7.2",
70-
"vue": "^3.5.14",
70+
"vue": "^3.5.16",
7171
"vue2": "npm:vue@2.6",
7272
"vue2.7": "npm:vue@2.7"
7373
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)