Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#625)
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 Mar 28, 2024
1 parent 595b621 commit 30f80bf
Show file tree
Hide file tree
Showing 11 changed files with 602 additions and 254 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"astro": "astro"
},
"dependencies": {
"@algolia/client-search": "^4.22.1",
"@astrojs/mdx": "^2.2.1",
"@algolia/client-search": "^4.23.2",
"@astrojs/mdx": "^2.2.2",
"@astrojs/preact": "^3.1.1",
"@astrojs/react": "^3.1.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/sitemap": "^3.1.2",
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@preact/signals": "^1.2.3",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.5.8",
"astro": "^4.5.10",
"astro-icon": "^0.8.2",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
"preact": "^10.20.0",
"preact": "^10.20.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"unpic": "^3.18.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.0.0-rc.6",
"@netlify/plugin-nextjs": "5.0.0-rc.7",
"@playwright/test": "^1.42.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/svelte": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@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.7",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite": "^5.2.6",
"vitest": "^1.4.0"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"directory": "packages/angular"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.1",
"@angular/cli": "~17.3.1",
"@angular-devkit/build-angular": "^17.3.2",
"@angular/cli": "~17.3.2",
"@angular/compiler-cli": "^17.3.1",
"@angular/core": "^17.3.1",
"ng-packagr": "^17.3.0",
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.5.8"
"astro": "^4.5.10"
},
"dependencies": {
"@unpic/core": "0.0.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@testing-library/preact": "^3.2.3",
"preact": "^10.20.0",
"preact": "^10.20.1",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"@types/eslint": "8.56.6",
"@types/node": "^20.11.30",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@unpic/core": "0.0.49",
"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.5.1",
"node-fetch": "3.3.2",
"np": "10.0.1",
"np": "10.0.2",
"prettier": "^3.2.5",
"typescript": "5.4.3",
"undici": "6.9.0",
"vite": "5.2.2",
"undici": "6.10.2",
"vite": "5.2.6",
"vitest": "^1.4.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.2",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"cssstyle": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"solid-js": "^1.0.0"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.6",
"@solidjs/testing-library": "^0.8.7",
"esbuild": "^0.20.2",
"esbuild-plugin-solid": "^0.5.0",
"jsdom": "^24.0.0",
Expand All @@ -86,7 +86,7 @@
"tsup": "^8.0.2",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite": "^5.2.6",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.4.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 @@ -24,7 +24,7 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^1.30.4",
"@sveltejs/package": "^2.3.0",
"prettier": "^3.2.5",
Expand All @@ -33,7 +33,7 @@
"svelte-check": "^3.6.8",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite": "^5.2.6",
"vitest": "^1.4.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.0.4",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
}
Expand Down
Loading

0 comments on commit 30f80bf

Please sign in to comment.