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] committed Oct 14, 2024
1 parent 31bb957 commit 8b35a5a
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 368 deletions.
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": "[email protected].0",
"packageManager": "[email protected].1",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.14.3",
"@eslint-react/eslint-plugin": "^1.15.0",
"@solidjs/testing-library": "^0.8.10",
"@tanstack/config": "^0.13.4",
"@testing-library/jest-dom": "^6.5.0",
Expand All @@ -48,7 +48,7 @@
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.1",
"knip": "^5.32.0",
"knip": "^5.33.3",
"nx": "^19.8.4",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
Expand All @@ -57,7 +57,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.10",
"sherif": "^1.0.0",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"typescript": "5.4.2",
"typescript49": "npm:[email protected]",
"typescript50": "npm:[email protected]",
Expand All @@ -66,6 +66,6 @@
"typescript53": "npm:[email protected]",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
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 @@
"@tanstack/store": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"vite-plugin-solid": "^2.10.2"
},
"peerDependencies": {
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,11 +50,11 @@
},
"devDependencies": {
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8",
"@testing-library/svelte": "^5.2.3",
"eslint-plugin-svelte": "^2.44.1",
"svelte": "^5.0.0-next.262",
"svelte-check": "^4.0.4"
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.5"
},
"peerDependencies": {
"svelte": "^5.0.0-next.138"
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 @@ -67,7 +67,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vue/composition-api": "^1.7.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue2": "npm:[email protected]",
"vue2.7": "npm:[email protected]"
},
Expand Down
Loading

0 comments on commit 8b35a5a

Please sign in to comment.