Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent ed630e7 commit d11e034
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 426 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.1",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@angular/animations": "^19.0.3",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/router": "^19.0.3",
"@tanstack/angular-store": "^0.6.0",
"@tanstack/store": "^0.6.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.1",
"@angular-devkit/build-angular": "^19.0.4",
"@angular/cli": "^19.0.4",
"@angular/compiler-cli": "^19.0.3",
"typescript": "5.6.3"
}
}
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.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0",
"svelte": "^5.9.0",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "5.6.3",
"vite": "^5.4.11"
Expand Down
10 changes: 5 additions & 5 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": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.17.2",
"@eslint-react/eslint-plugin": "^1.18.0",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.14.2",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -45,12 +45,12 @@
"@types/node": "^22.10.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.1.6",
"@vitest/coverage-istanbul": "^2.1.8",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"knip": "^5.39.2",
"nx": "^20.2.0",
"nx": "^20.2.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
Expand All @@ -66,7 +66,7 @@
"typescript52": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"vite": "^5.4.11",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vue": "^3.5.13"
}
}
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.10.1",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/compiler-cli": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/compiler-cli": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"ng-packagr": "^19.0.1",
"zone.js": "^0.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"dependencies": {
"@tanstack/store": "workspace:*",
"use-sync-external-store": "^1.2.2"
"use-sync-external-store": "^1.4.0"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
Expand Down
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.2",
"@testing-library/svelte": "^5.2.6",
"eslint-plugin-svelte": "^2.46.1",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0"
"svelte": "^5.9.0",
"svelte-check": "^4.1.1"
},
"peerDependencies": {
"svelte": "^5.0.0"
Expand Down
Loading

0 comments on commit d11e034

Please sign in to comment.