Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#662)
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 Jun 18, 2024
1 parent a535258 commit f9d9e26
Show file tree
Hide file tree
Showing 9 changed files with 966 additions and 816 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"dependencies": {
"@algolia/client-search": "^4.23.3",
"@astrojs/mdx": "^2.3.1",
"@astrojs/preact": "^3.4.0",
"@astrojs/react": "^3.5.0",
"@astrojs/preact": "^3.5.0",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/sitemap": "^3.1.6",
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@preact/signals": "^1.2.3",
"@types/node": "^20.14.2",
"@types/node": "^20.14.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.10.2",
"astro": "^4.10.3",
"astro-icon": "^0.8.2",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@playwright/test": "^1.44.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/svelte": "^4.2.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@unpic/core": "workspace:^",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -28,7 +28,7 @@
"process": "^0.11.10",
"publint": "^0.2.8",
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"astro": "^4.10.2"
"astro": "^4.10.3"
},
"dependencies": {
"@unpic/core": "0.0.49",
Expand Down
10 changes: 5 additions & 5 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
"devDependencies": {
"@builder.io/qwik": "1.5.7",
"@types/eslint": "8.56.10",
"@types/node": "^20.14.2",
"@types/node": "^20.14.4",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@unpic/core": "0.0.49",
"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.5.7",
"node-fetch": "3.3.2",
"np": "10.0.5",
"prettier": "^3.3.2",
"typescript": "5.4.5",
"undici": "6.18.2",
"vite": "5.3.0",
"undici": "6.19.1",
"vite": "5.3.1",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.14.2",
"@types/node": "^20.14.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"tsup": "^8.1.0",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.11",
"@sveltejs/kit": "^2.5.16",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-check": "^3.8.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@unpic/core": "0.0.49",
"vue": "^3.4.27"
"vue": "^3.4.29"
},
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
}
Expand Down
Loading

0 comments on commit f9d9e26

Please sign in to comment.