Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 67d5f62 commit aa10dd5
Show file tree
Hide file tree
Showing 15 changed files with 2,305 additions and 1,654 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
40 changes: 20 additions & 20 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"astro": "astro"
},
"dependencies": {
"@algolia/client-search": "^5.14.0",
"@algolia/client-search": "^5.19.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/preact": "^3.5.4",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@docsearch/css": "^3.8.0",
"@docsearch/react": "^3.8.0",
"@iconify-json/cib": "^1.2.1",
"@iconify-json/devicon": "^1.2.5",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@docsearch/css": "^3.8.2",
"@docsearch/react": "^3.8.2",
"@iconify-json/cib": "^1.2.2",
"@iconify-json/devicon": "^1.2.11",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.18",
"@preact/signals": "^2.0.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@unpic/astro": "workspace:^",
"@unpic/placeholder": "^0.1.2",
"@unpic/react": "workspace:^",
"astro": "^4.16.12",
"astro-icon": "^1.1.2",
"astro": "^4.16.18",
"astro-icon": "^1.1.5",
"blurhash": "^2.0.5",
"pako": "^2.1.0",
"preact": "^10.24.3",
"prism-react-renderer": "^2.4.0",
"preact": "^10.25.4",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-live": "^4.1.7"
"react-live": "^4.1.8"
},
"devDependencies": {
"@types/pako": "^2.0.3",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"unpic": "^3.22.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@netlify/plugin-nextjs": "5.8.1",
"@playwright/test": "^1.48.2",
"@changesets/cli": "^2.27.11",
"@netlify/plugin-nextjs": "5.9.3",
"@playwright/test": "^1.49.1",
"@testing-library/dom": "^10.4.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@unpic/core": "workspace:^",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"process": "^0.11.10",
"publint": "^0.2.12",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"publint": "^0.3.0",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"resolutions": {
"cssstyle": "^4.1.0"
},
"packageManager": "pnpm@9.13.1"
"packageManager": "pnpm@9.15.3"
}
12 changes: 6 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"directory": "packages/angular"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.4",
"@angular/cli": "~19.0.4",
"@angular/compiler-cli": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular-devkit/build-angular": "^19.0.6",
"@angular/cli": "~19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@angular/core": "^19.0.5",
"ng-packagr": "^19.0.1",
"publint": "^0.2.12",
"typescript": "5.5.4"
"publint": "^0.3.0",
"typescript": "5.7.2"
},
"dependencies": {
"@unpic/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@types/jsdom": "^21.1.7",
"astro": "^4.16.12",
"astro": "^4.16.18",
"jsdom": "^25.0.1",
"vitest": "^2.1.8"
},
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.1.0",
"packageManager": "pnpm@9.13.1",
"packageManager": "pnpm@9.15.3",
"license": "MIT",
"sideEffects": false,
"repository": {
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.1",
"publint": "^0.2.12",
"publint": "^0.3.0",
"web-component-analyzer": "2.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"@testing-library/preact": "^3.2.4",
"preact": "^10.24.3",
"preact": "^10.25.4",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"dependencies": {
Expand Down
20 changes: 10 additions & 10 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.10.0",
"@builder.io/qwik": "1.12.0",
"@types/eslint": "9.6.1",
"@types/node": "^22.9.0",
"@types/node": "^22.10.5",
"@types/node-fetch": "^2.6.12",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@unpic/core": "workspace:^",
"eslint": "8.57.1",
"eslint-plugin-qwik": "^1.10.0",
"eslint-plugin-qwik": "^1.12.0",
"node-fetch": "3.3.2",
"np": "10.0.7",
"prettier": "^3.3.3",
"typescript": "5.6.3",
"undici": "7.1.0",
"vite": "6.0.3",
"np": "10.1.0",
"prettier": "^3.4.2",
"typescript": "5.7.2",
"undici": "7.2.0",
"vite": "6.0.7",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@
"test": "vitest run"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@arethetypeswrong/cli": "^0.17.2",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"cssstyle": "^4.1.0",
"jsdom": "^25.0.1",
"next": "^15.0.3",
"publint": "^0.2.12",
"next": "^15.1.3",
"publint": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"esbuild-plugin-solid": "^0.6.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"solid-js": "^1.9.3",
"tsup": "^8.3.5",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"vite-plugin-solid": "^2.10.2",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-plugin-solid": "^2.11.0",
"vitest": "^2.1.8"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/svelte": "^5.2.6",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.0.0",
"svelte-check": "^4.1.0",
"svelte": "^5.16.5",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"type": "module",
Expand Down
10 changes: 5 additions & 5 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"dependencies": {
"@unpic/core": "workspace:^",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
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@9.13.1",
"packageManager": "pnpm@9.15.3",
"license": "MIT",
"description": "WebC component for responsive, high-performance images.",
"keywords": [
Expand Down
Loading

0 comments on commit aa10dd5

Please sign in to comment.