-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
31bb957
commit 8b35a5a
Showing
5 changed files
with
454 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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]", | ||
|
@@ -66,6 +66,6 @@ | |
"typescript53": "npm:[email protected]", | ||
"vite": "^5.4.8", | ||
"vitest": "^2.1.2", | ||
"vue": "^3.5.11" | ||
"vue": "^3.5.12" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
}, | ||
|
Oops, something went wrong.