Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 6, 2024
1 parent 224e965 commit c34d126
Show file tree
Hide file tree
Showing 10 changed files with 8,332 additions and 6,613 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vitepress serve"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/carbon": "^1.1.32",
"unocss": "^0.59.4",
"vitepress": "^1.1.3"
"vitepress": "^1.1.4"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.11.3",
"private": true,
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"dev:prepare": "pnpm -r --filter=./packages/** run dev:prepare",
Expand All @@ -18,15 +18,15 @@
"prepare": "pnpm run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"@antfu/eslint-config": "^2.16.1",
"@types/node": "^20.12.8",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"happy-dom": "^14.7.1",
"typescript": "^5.4.5",
"unbuild": "^3.0.0-rc.1",
"vite": "^5.2.9",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/core",
"type": "module",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/nuxt",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "Nuxt lazy loading module for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,9 +50,9 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@unocss/nuxt": "^0.59.4",
"@unocss/reset": "^0.59.4",
"nuxt": "^3.11.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/react",
"type": "module",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "React lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,14 +48,14 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.5.8",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@eslint-react/eslint-plugin": "^1.5.10",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/solid",
"type": "module",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "Solid lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -55,9 +55,9 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.12.7",
"eslint-plugin-solid": "^0.13.2",
"solid-js": "^1.8.16",
"@types/node": "^20.12.8",
"eslint-plugin-solid": "^0.14.0",
"solid-js": "^1.8.17",
"tsup": "^8.0.2",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.10.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/svelte",
"type": "module",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "Svelte lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/package": "^2.3.1",
"eslint-plugin-svelte": "^2.37.0",
"eslint-plugin-svelte": "^2.38.0",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/unlazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unlazy",
"type": "module",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unlazy/vue",
"type": "module",
"version": "0.11.3",
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.0.6",
"description": "Vue lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -59,8 +59,8 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@vitejs/plugin-vue": "^5.0.4",
"vue": "^3.4.23"
"vue": "^3.4.26"
}
}
Loading

0 comments on commit c34d126

Please sign in to comment.