Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#634)
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 Apr 15, 2024
1 parent c07cfcb commit a8cd5ef
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.12.2
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@docsearch/react": "^3.6.0",
"@preact/signals": "^1.2.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.6.0",
"astro": "^4.6.1",
"astro-icon": "^0.8.2",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.0.0",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/svelte": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
Expand All @@ -34,5 +34,5 @@
"resolutions": {
"cssstyle": "^4.0.1"
},
"packageManager": "pnpm@8.15.6"
"packageManager": "pnpm@8.15.7"
}
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.6.0"
"astro": "^4.6.1"
},
"dependencies": {
"@unpic/core": "0.0.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unpic/core",
"version": "0.0.49",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.7",
"license": "MIT",
"sideEffects": false,
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@builder.io/qwik": "1.5.2",
"@types/eslint": "8.56.8",
"@types/eslint": "8.56.9",
"@types/node": "^20.12.7",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "7.6.0",
Expand All @@ -59,7 +59,7 @@
"np": "10.0.3",
"prettier": "^3.2.5",
"typescript": "5.4.5",
"undici": "6.12.0",
"undici": "6.13.0",
"vite": "5.2.8",
"vitest": "^1.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"@arethetypeswrong/cli": "^0.15.3",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"cssstyle": "^4.0.1",
"jsdom": "^24.0.0",
"next": "^14.2.0",
"next": "^14.2.1",
"publint": "^0.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@sveltejs/kit": "^1.30.4",
"@sveltejs/package": "^2.3.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"svelte": "^4.2.13",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.12"
"vue-tsc": "^2.0.13"
}
}
2 changes: 1 addition & 1 deletion packages/webc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/webc",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.7",
"license": "MIT",
"description": "WebC component for responsive, high-performance images.",
"keywords": [
Expand Down
Loading

0 comments on commit a8cd5ef

Please sign in to comment.