Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#678)
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 20, 2024
1 parent 7db9827 commit 51c7c4a
Show file tree
Hide file tree
Showing 12 changed files with 2,202 additions and 1,880 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"@algolia/client-search": "^4.24.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/preact": "^3.5.1",
"@astrojs/react": "^3.6.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@docsearch/css": "^3.6.1",
"@docsearch/react": "^3.6.1",
"@preact/signals": "^1.3.0",
"@types/node": "^20.14.14",
"@types/node": "^20.16.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.13.1",
"astro": "^4.14.2",
"astro-icon": "^0.8.2",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
"preact": "^10.23.1",
"preact": "^10.23.2",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.6.0",
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.46.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/svelte": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -26,9 +26,9 @@
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"process": "^0.11.10",
"publint": "^0.2.9",
"publint": "^0.2.10",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"directory": "packages/angular"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.3",
"@angular/cli": "~18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@angular/core": "^18.1.3",
"ng-packagr": "^18.1.0",
"publint": "^0.2.9",
"@angular-devkit/build-angular": "^18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@angular/core": "^18.2.0",
"ng-packagr": "^18.2.0",
"publint": "^0.2.10",
"typescript": "5.5.4"
},
"dependencies": {
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.13.1"
"astro": "^4.14.2"
},
"dependencies": {
"@unpic/core": "0.0.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"lit": "^3.2.0",
"publint": "^0.2.9",
"publint": "^0.2.10",
"web-component-analyzer": "2.0.0"
},
"dependencies": {
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.4",
"preact": "^10.23.1",
"preact": "^10.23.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^1.6.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 @@ -46,21 +46,21 @@
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "1.7.3",
"@builder.io/qwik": "1.8.0",
"@types/eslint": "8.56.11",
"@types/node": "^20.14.14",
"@types/node": "^20.16.1",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@unpic/core": "0.0.49",
"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.7.3",
"eslint-plugin-qwik": "^1.8.0",
"node-fetch": "3.3.2",
"np": "10.0.7",
"prettier": "^3.3.3",
"typescript": "5.5.4",
"undici": "6.19.5",
"vite": "5.3.5",
"undici": "6.19.8",
"vite": "5.4.1",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@
"test": "vitest run"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@arethetypeswrong/cli": "^0.15.4",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.14",
"@types/node": "^20.16.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"cssstyle": "^4.0.1",
"jsdom": "^24.1.1",
"next": "^14.2.5",
"publint": "^0.2.9",
"publint": "^0.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.9",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"esbuild-plugin-solid": "^0.6.0",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"solid-js": "^1.8.19",
"solid-js": "^1.8.21",
"tsup": "^8.2.4",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/package": "^2.3.2",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/package": "^2.3.4",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.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.35"
"vue": "^3.4.38"
},
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.29"
}
Expand Down
Loading

0 comments on commit 51c7c4a

Please sign in to comment.