Skip to content

Commit 6c72e2b

Browse files
chore: upgrade dependencies
1 parent 972d5e5 commit 6c72e2b

File tree

11 files changed

+1752
-2398
lines changed

11 files changed

+1752
-2398
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"serve": "vitepress serve"
1010
},
1111
"devDependencies": {
12-
"@iconify-json/carbon": "^1.2.1",
13-
"unocss": "^0.63.3",
14-
"vitepress": "^1.3.4"
12+
"@iconify-json/carbon": "^1.2.3",
13+
"unocss": "^0.63.6",
14+
"vitepress": "^1.4.1"
1515
}
1616
}
File renamed without changes.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.11.3",
55
"private": true,
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].2",
77
"scripts": {
88
"build": "pnpm -r --filter=./packages/** run build",
99
"dev:prepare": "pnpm -r --filter=./packages/** run dev:prepare",
@@ -18,15 +18,15 @@
1818
"prepare": "pnpm run dev:prepare"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^3.7.3",
22-
"@types/node": "^20.16.10",
23-
"bumpp": "^9.6.1",
24-
"eslint": "^9.12.0",
21+
"@antfu/eslint-config": "^3.8.0",
22+
"@types/node": "^20.16.15",
23+
"bumpp": "^9.7.1",
24+
"eslint": "^9.13.0",
2525
"happy-dom": "^15.7.4",
26-
"typescript": "^5.5.4",
27-
"unbuild": "^3.0.0-rc.9",
28-
"vite": "^5.4.8",
29-
"vitest": "^2.1.2",
26+
"typescript": "^5.6.3",
27+
"unbuild": "^3.0.0-rc.11",
28+
"vite": "^5.4.10",
29+
"vitest": "^2.1.3",
3030
"vue-tsc": "^2.1.6"
3131
}
3232
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/core",
33
"type": "module",
44
"version": "0.11.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",

packages/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/nuxt",
33
"version": "0.11.3",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].2",
55
"description": "Nuxt lazy loading module for placeholder images",
66
"author": "Johann Schopplich <[email protected]>",
77
"license": "MIT",
@@ -52,9 +52,9 @@
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.8.4",
5454
"@nuxt/schema": "^3.13.2",
55-
"@types/node": "^20.16.10",
56-
"@unocss/nuxt": "^0.63.3",
57-
"@unocss/reset": "^0.63.3",
55+
"@types/node": "^20.16.15",
56+
"@unocss/nuxt": "^0.63.6",
57+
"@unocss/reset": "^0.63.6",
5858
"nuxt": "^3.13.2"
5959
}
6060
}

packages/react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/react",
33
"type": "module",
44
"version": "0.11.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "React lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -48,13 +48,13 @@
4848
"unlazy": "workspace:*"
4949
},
5050
"devDependencies": {
51-
"@eslint-react/eslint-plugin": "^1.14.3",
52-
"@types/node": "^20.16.10",
53-
"@types/react": "^18.3.11",
54-
"@types/react-dom": "^18.3.0",
55-
"@vitejs/plugin-react": "^4.3.2",
56-
"eslint-plugin-react-hooks": "^4.6.2",
57-
"eslint-plugin-react-refresh": "^0.4.12",
51+
"@eslint-react/eslint-plugin": "^1.15.0",
52+
"@types/node": "^20.16.15",
53+
"@types/react": "^18.3.12",
54+
"@types/react-dom": "^18.3.1",
55+
"@vitejs/plugin-react": "^4.3.3",
56+
"eslint-plugin-react-hooks": "^5.0.0",
57+
"eslint-plugin-react-refresh": "^0.4.13",
5858
"react": "^18.3.1",
5959
"react-dom": "^18.3.1"
6060
}

packages/solid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/solid",
33
"type": "module",
44
"version": "0.11.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Solid lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -55,9 +55,9 @@
5555
"unlazy": "workspace:*"
5656
},
5757
"devDependencies": {
58-
"@types/node": "^20.16.10",
58+
"@types/node": "^20.16.15",
5959
"eslint-plugin-solid": "^0.14.3",
60-
"solid-js": "^1.9.1",
60+
"solid-js": "^1.9.3",
6161
"tsup": "^8.3.0",
6262
"tsup-preset-solid": "^2.2.0",
6363
"vite-plugin-solid": "^2.10.2"

packages/svelte/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/svelte",
33
"type": "module",
44
"version": "0.11.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Svelte lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -55,12 +55,12 @@
5555
"unlazy": "workspace:*"
5656
},
5757
"devDependencies": {
58-
"@sveltejs/adapter-auto": "^3.2.5",
59-
"@sveltejs/kit": "^2.6.1",
60-
"@sveltejs/package": "^2.3.5",
61-
"eslint-plugin-svelte": "^2.44.1",
62-
"svelte": "^4.2.19",
63-
"svelte-check": "^4.0.4",
64-
"tslib": "^2.7.0"
58+
"@sveltejs/adapter-auto": "^3.3.0",
59+
"@sveltejs/kit": "^2.7.2",
60+
"@sveltejs/package": "^2.3.6",
61+
"eslint-plugin-svelte": "^2.46.0",
62+
"svelte": "^5.0.5",
63+
"svelte-check": "^4.0.5",
64+
"tslib": "^2.8.0"
6565
}
6666
}

packages/unlazy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unlazy",
33
"type": "module",
44
"version": "0.11.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",

packages/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/vue",
33
"type": "module",
44
"version": "0.11.3",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "Vue lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -59,8 +59,8 @@
5959
"unlazy": "workspace:*"
6060
},
6161
"devDependencies": {
62-
"@types/node": "^20.16.10",
62+
"@types/node": "^20.16.15",
6363
"@vitejs/plugin-vue": "^5.1.4",
64-
"vue": "^3.5.11"
64+
"vue": "^3.5.12"
6565
}
6666
}

0 commit comments

Comments
 (0)