Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent ebf1df5 commit 6c1a34e
Show file tree
Hide file tree
Showing 9 changed files with 737 additions and 518 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
20.12.2
20.13.0
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -19,7 +19,7 @@
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@preact/signals": "^1.2.3",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@unpic/astro": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,8 +12,8 @@
"unpic": "^3.18.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.2.1",
"@playwright/test": "^1.43.1",
"@netlify/plugin-nextjs": "5.2.2",
"@playwright/test": "^1.44.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/svelte": "^4.2.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/qwik/package.json
Expand Up @@ -46,20 +46,20 @@
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "1.5.3",
"@builder.io/qwik": "1.5.4",
"@types/eslint": "8.56.10",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@unpic/core": "0.0.49",
"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.5.3",
"eslint-plugin-qwik": "^1.5.4",
"node-fetch": "3.3.2",
"np": "10.0.5",
"prettier": "^3.2.5",
"typescript": "5.4.5",
"undici": "6.15.0",
"undici": "6.16.0",
"vite": "5.2.11",
"vitest": "^1.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Expand Up @@ -74,8 +74,8 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@testing-library/react": "^15.0.6",
"@types/node": "^20.12.8",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Expand Up @@ -78,8 +78,8 @@
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.7",
"esbuild": "^0.20.2",
"esbuild-plugin-solid": "^0.5.0",
"esbuild": "^0.21.1",
"esbuild-plugin-solid": "^0.6.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"solid-js": "^1.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Expand Up @@ -30,7 +30,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@unpic/core": "0.0.49",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"devDependencies": {
"@testing-library/vue": "^8.0.3",
Expand Down

0 comments on commit 6c1a34e

Please sign in to comment.