Skip to content

Commit 9f2ab04

Browse files
chore: upgrade dependencies
1 parent 5518e54 commit 9f2ab04

File tree

10 files changed

+2106
-2092
lines changed

10 files changed

+2106
-2092
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@iconify-json/carbon": "^1.2.4",
13-
"unocss": "^0.64.0",
13+
"unocss": "^0.65.1",
1414
"vitepress": "^1.5.0"
1515
}
1616
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.12.0",
55
"private": true,
6-
"packageManager": "pnpm@9.12.3",
6+
"packageManager": "pnpm@9.14.4",
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.8.0",
22-
"@types/node": "^22.9.0",
21+
"@antfu/eslint-config": "^3.11.2",
22+
"@types/node": "^22.10.1",
2323
"bumpp": "^9.8.1",
24-
"eslint": "^9.14.0",
25-
"happy-dom": "^15.11.0",
26-
"typescript": "^5.6.3",
24+
"eslint": "^9.16.0",
25+
"happy-dom": "^15.11.7",
26+
"typescript": "^5.7.2",
2727
"unbuild": "^3.0.0-rc.11",
28-
"vite": "^5.4.10",
29-
"vitest": "^2.1.4",
28+
"vite": "^5.4.11",
29+
"vitest": "^2.1.8",
3030
"vue-tsc": "^2.1.10"
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.12.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/nuxt",
33
"version": "0.12.0",
4-
"packageManager": "pnpm@9.12.3",
4+
"packageManager": "pnpm@9.14.4",
55
"description": "Nuxt lazy loading module for placeholder images",
66
"author": "Johann Schopplich <[email protected]>",
77
"license": "MIT",
@@ -45,16 +45,16 @@
4545
"test:types": "vue-tsc --noEmit"
4646
},
4747
"dependencies": {
48-
"@nuxt/kit": "^3.14.159",
48+
"@nuxt/kit": "^3.14.1592",
4949
"defu": "^6.1.4",
5050
"unlazy": "workspace:*"
5151
},
5252
"devDependencies": {
5353
"@nuxt/module-builder": "^0.8.4",
54-
"@nuxt/schema": "^3.14.159",
55-
"@types/node": "^22.9.0",
56-
"@unocss/nuxt": "^0.64.0",
57-
"@unocss/reset": "^0.64.0",
58-
"nuxt": "^3.14.159"
54+
"@nuxt/schema": "^3.14.1592",
55+
"@types/node": "^22.10.1",
56+
"@unocss/nuxt": "^0.65.1",
57+
"@unocss/reset": "^0.65.1",
58+
"nuxt": "^3.14.1592"
5959
}
6060
}

packages/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/react",
33
"type": "module",
44
"version": "0.12.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
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.15.2",
52-
"@types/node": "^22.9.0",
51+
"@eslint-react/eslint-plugin": "^1.17.3",
52+
"@types/node": "^22.10.1",
5353
"@types/react": "^18.3.12",
5454
"@types/react-dom": "^18.3.1",
55-
"@vitejs/plugin-react": "^4.3.3",
55+
"@vitejs/plugin-react": "^4.3.4",
5656
"eslint-plugin-react-hooks": "^5.0.0",
57-
"eslint-plugin-react-refresh": "^0.4.14",
57+
"eslint-plugin-react-refresh": "^0.4.16",
5858
"react": "^18.3.1",
5959
"react-dom": "^18.3.1"
6060
}

packages/solid/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/solid",
33
"type": "module",
44
"version": "0.12.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
66
"description": "Solid lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -55,11 +55,11 @@
5555
"unlazy": "workspace:*"
5656
},
5757
"devDependencies": {
58-
"@types/node": "^22.9.0",
59-
"eslint-plugin-solid": "^0.14.3",
58+
"@types/node": "^22.10.1",
59+
"eslint-plugin-solid": "^0.14.4",
6060
"solid-js": "^1.9.3",
6161
"tsup": "^8.3.5",
6262
"tsup-preset-solid": "^2.2.0",
63-
"vite-plugin-solid": "^2.10.2"
63+
"vite-plugin-solid": "^2.11.0"
6464
}
6565
}

packages/svelte/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/svelte",
33
"type": "module",
44
"version": "0.12.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
66
"description": "Svelte lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -56,11 +56,11 @@
5656
},
5757
"devDependencies": {
5858
"@sveltejs/adapter-auto": "^3.3.1",
59-
"@sveltejs/kit": "^2.8.0",
59+
"@sveltejs/kit": "^2.9.0",
6060
"@sveltejs/package": "^2.3.7",
61-
"eslint-plugin-svelte": "^2.46.0",
62-
"svelte": "^5.1.12",
63-
"svelte-check": "^4.0.6",
64-
"tslib": "^2.8.1"
61+
"@sveltejs/vite-plugin-svelte": "~4.0.1",
62+
"eslint-plugin-svelte": "^2.46.1",
63+
"svelte": "^5.5.3",
64+
"svelte-check": "^4.1.1"
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.12.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@unlazy/vue",
33
"type": "module",
44
"version": "0.12.0",
5-
"packageManager": "pnpm@9.12.3",
5+
"packageManager": "pnpm@9.14.4",
66
"description": "Vue lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -57,8 +57,8 @@
5757
"unlazy": "workspace:*"
5858
},
5959
"devDependencies": {
60-
"@types/node": "^22.9.0",
61-
"@vitejs/plugin-vue": "^5.1.4",
62-
"vue": "^3.5.12"
60+
"@types/node": "^22.10.1",
61+
"@vitejs/plugin-vue": "^5.2.1",
62+
"vue": "^3.5.13"
6363
}
6464
}

0 commit comments

Comments
 (0)