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 Dec 2, 2024
1 parent 43be323 commit 023d0a1
Show file tree
Hide file tree
Showing 12 changed files with 675 additions and 821 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.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@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",
"@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.1",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@angular-devkit/build-angular": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.1",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
"vite-plugin-solid": "^2.11.0"
}
}
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.1",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.2.7",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0",
"tslib": "^2.8.1",
"typescript": "5.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.1.10"
}
}
16 changes: 8 additions & 8 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].2",
"packageManager": "[email protected].4",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.17.1",
"@eslint-react/eslint-plugin": "^1.17.2",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.14.0",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -45,13 +45,13 @@
"@types/node": "^18.19.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.1.5",
"eslint": "^9.15.0",
"@vitest/coverage-istanbul": "^2.1.6",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.1",
"knip": "^5.37.2",
"nx": "^20.1.3",
"prettier": "^3.3.3",
"knip": "^5.38.3",
"nx": "^20.1.4",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
"react": "^18.3.1",
Expand All @@ -66,7 +66,7 @@
"typescript52": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"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.9.4",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@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",
"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 @@ -62,7 +62,7 @@
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
"@vitejs/plugin-react": "^4.3.3"
"@vitejs/plugin-react": "^4.3.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.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 @@ -65,7 +65,7 @@
},
"devDependencies": {
"solid-js": "^1.9.3",
"vite-plugin-solid": "^2.10.2"
"vite-plugin-solid": "^2.11.0"
},
"peerDependencies": {
"solid-js": "^1.6.0"
Expand Down
6 changes: 3 additions & 3 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.1",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@testing-library/svelte": "^5.2.6",
"eslint-plugin-svelte": "^2.46.0",
"svelte": "^5.2.7",
"eslint-plugin-svelte": "^2.46.1",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/composition-api": "^1.7.2",
"vue": "^3.5.13",
"vue2": "npm:[email protected]",
Expand Down
Loading

0 comments on commit 023d0a1

Please sign in to comment.