Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#679)
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] authored Aug 21, 2024
1 parent 51c7c4a commit c0ca2cc
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 359 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@algolia/client-search": "^4.24.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/mdx": "^3.1.4",
"@astrojs/preact": "^3.5.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
Expand All @@ -20,12 +20,12 @@
"@docsearch/react": "^3.6.1",
"@preact/signals": "^1.3.0",
"@types/node": "^20.16.1",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.14.2",
"astro": "^4.14.3",
"astro-icon": "^0.8.2",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"process": "^0.11.10",
"publint": "^0.2.10",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@angular/core": "^18.2.0",
"ng-packagr": "^18.2.0",
"ng-packagr": "^18.2.1",
"publint": "^0.2.10",
"typescript": "5.5.4"
},
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.14.2"
"astro": "^4.14.3"
},
"dependencies": {
"@unpic/core": "0.0.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "^3.3.3",
"typescript": "5.5.4",
"undici": "6.19.8",
"vite": "5.4.1",
"vite": "5.4.2",
"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 @@ -76,7 +76,7 @@
"@arethetypeswrong/cli": "^0.15.4",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.16.1",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"cssstyle": "^4.0.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.2.4",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vitest": "^1.6.0"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vitejs/plugin-vue": "^5.1.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.29"
}
Expand Down
Loading

0 comments on commit c0ca2cc

Please sign in to comment.