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 Sep 23, 2024
1 parent 2869221 commit a05db14
Show file tree
Hide file tree
Showing 5 changed files with 854 additions and 730 deletions.
20 changes: 10 additions & 10 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.10.0",
"packageManager": "pnpm@9.11.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -34,9 +34,9 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.14.1",
"@eslint-react/eslint-plugin": "^1.14.2",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.13.1",
"@tanstack/config": "^0.13.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -45,14 +45,14 @@
"@types/react": "^18.2.45",
"@types/react-dom": "^18.0.5",
"@vitest/coverage-istanbul": "^2.1.1",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.0",
"knip": "^5.30.2",
"nx": "^19.7.3",
"jsdom": "^25.0.1",
"knip": "^5.30.4",
"nx": "^19.8.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"publint": "^0.2.10",
"publint": "^0.2.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.10",
Expand All @@ -64,8 +64,8 @@
"typescript51": "npm:[email protected]",
"typescript52": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"vite": "^5.4.5",
"vite": "^5.4.7",
"vitest": "^2.1.1",
"vue": "^3.5.5"
"vue": "^3.5.8"
}
}
2 changes: 1 addition & 1 deletion packages/angular-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslib": "^2.7.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.8.0",
"@analogjs/vite-plugin-angular": "^1.8.1",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@testing-library/svelte": "^5.2.1",
"eslint-plugin-svelte": "^2.44.0",
"svelte": "^5.0.0-next.246",
"svelte": "^5.0.0-next.257",
"svelte-check": "^4.0.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/composition-api": "^1.7.2",
"vue": "^3.5.5",
"vue": "^3.5.8",
"vue2": "npm:[email protected]",
"vue2.7": "npm:[email protected]"
},
Expand Down
Loading

0 comments on commit a05db14

Please sign in to comment.