Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#152)
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 23, 2024
1 parent c522b45 commit 38ab8d3
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 472 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.4",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
"@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",
"@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.5",
"@angular/cli": "^19.0.5",
"@angular/compiler-cli": "^19.0.4",
"@angular-devkit/build-angular": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"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 @@ -10,9 +10,9 @@
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.3",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.14.0",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "5.6.3",
Expand Down
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].0",
"packageManager": "[email protected].1",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.19.0",
"@eslint-react/eslint-plugin": "^1.22.0",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.14.2",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -49,8 +49,8 @@
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"knip": "^5.40.0",
"nx": "^20.2.2",
"knip": "^5.41.1",
"nx": "^20.3.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
Expand Down
14 changes: 7 additions & 7 deletions packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.10.1",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/compiler-cli": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@analogjs/vite-plugin-angular": "^1.10.3",
"@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",
"ng-packagr": "^19.0.1",
"zone.js": "^0.15.0"
},
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 @@ -50,10 +50,10 @@
},
"devDependencies": {
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.3",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@testing-library/svelte": "^5.2.6",
"eslint-plugin-svelte": "^2.46.1",
"svelte": "^5.14.0",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 38ab8d3

Please sign in to comment.