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 9, 2024
1 parent 49ecd3c commit 240e3d5
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 455 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.12.4",
"@eslint-react/eslint-plugin": "^1.13.0",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.13.1",
"@testing-library/jest-dom": "^6.5.0",
Expand All @@ -45,11 +45,11 @@
"@types/react": "^18.2.45",
"@types/react-dom": "^18.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"jsdom": "^25.0.0",
"knip": "^5.29.1",
"nx": "^19.6.4",
"knip": "^5.30.0",
"nx": "^19.6.5",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"publint": "^0.2.10",
Expand All @@ -64,8 +64,8 @@
"typescript51": "npm:[email protected]",
"typescript52": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"vite": "^5.4.2",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vue": "^3.4.38"
"vue": "^3.5.3"
}
}
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.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@testing-library/svelte": "^5.2.1",
"eslint-plugin-svelte": "^2.43.0",
"svelte": "^5.0.0-next.242",
"svelte-check": "^4.0.0"
"svelte": "^5.0.0-next.244",
"svelte-check": "^4.0.1"
},
"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.3",
"@vue/composition-api": "^1.7.2",
"vue": "^3.4.38",
"vue": "^3.5.3",
"vue2": "npm:[email protected]",
"vue2.7": "npm:[email protected]"
},
Expand Down
Loading

0 comments on commit 240e3d5

Please sign in to comment.