Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 3f9460d commit 633b9da
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 484 deletions.
20 changes: 10 additions & 10 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/animations": "^19.0.6",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"@angular/router": "^19.0.6",
"@tanstack/angular-store": "^0.7.0",
"@tanstack/store": "^0.7.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@angular-devkit/build-angular": "^19.0.7",
"@angular/cli": "^19.0.7",
"@angular/compiler-cli": "^19.0.6",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/solid-store": "^0.7.0",
"@tanstack/store": "^0.7.0",
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"typescript": "5.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"svelte": "^5.17.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "5.6.3",
"vite": "^5.4.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"repository": "https://github.com/tanstack/store.git",
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -41,14 +41,14 @@
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.1",
"@vitest/coverage-istanbul": "^2.1.8",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"knip": "^5.42.0",
"nx": "^20.3.0",
"nx": "^20.3.1",
"premove": "^4.0.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-svelte": "^3.3.3",
"publint": "^0.3.2",
"sherif": "^1.1.1",
"typescript": "5.6.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.12.0",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/compiler-cli": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/compiler-cli": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"ng-packagr": "^19.0.1",
"zone.js": "^0.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"solid-js": "^1.9.3",
"solid-js": "^1.9.4",
"vite-plugin-solid": "^2.11.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"src"
],
"devDependencies": {
"@angular/core": "^19.0.5",
"@preact/signals": "^1.3.0",
"solid-js": "^1.9.3",
"@angular/core": "^19.0.6",
"@preact/signals": "^1.3.2",
"solid-js": "^1.9.4",
"vue": "^3.5.13"
}
}
4 changes: 2 additions & 2 deletions packages/svelte-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@testing-library/svelte": "^5.2.6",
"eslint-plugin-svelte": "^2.46.1",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1"
"svelte": "^5.17.3",
"svelte-check": "^4.1.4"
},
"peerDependencies": {
"svelte": "^5.0.0"
Expand Down
911 changes: 457 additions & 454 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 633b9da

Please sign in to comment.