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 Aug 5, 2024
1 parent bef88f6 commit f4b5a0e
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 264 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.6.0",
"@eslint-react/eslint-plugin": "^1.8.2",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.11.1",
"@testing-library/jest-dom": "^6.4.8",
Expand All @@ -44,18 +44,18 @@
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.0.5",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.1",
"knip": "^5.27.0",
"nx": "^19.5.3",
"nx": "^19.5.6",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"publint": "^0.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"sherif": "^0.10.0",
"solid-js": "^1.8.19",
"typescript": "5.4.2",
Expand All @@ -65,7 +65,7 @@
"typescript52": "npm:typescript@5.2",
"typescript53": "npm:typescript@5.3",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vue": "^3.4.34"
"vitest": "^2.0.5",
"vue": "^3.4.35"
}
}
4 changes: 2 additions & 2 deletions packages/svelte-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.5",
"@testing-library/svelte": "^5.2.1",
"eslint-plugin-svelte": "^2.43.0",
"svelte": "^5.0.0-next.201",
"svelte-check": "^3.8.4"
"svelte": "^5.0.0-next.208",
"svelte-check": "^3.8.5"
},
"peerDependencies": {
"svelte": "^5.0.0-next.138"
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 @@ -66,10 +66,10 @@
},
"devDependencies": {
"@vue/composition-api": "^1.7.2",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue2": "npm:vue@2.6",
"vue2.7": "npm:vue@2.7",
"@vitejs/plugin-vue": "^5.1.1"
"@vitejs/plugin-vue": "^5.1.2"
},
"peerDependencies": {
"@vue/composition-api": "^1.2.1",
Expand Down
Loading

0 comments on commit f4b5a0e

Please sign in to comment.