Skip to content

Commit 32bf440

Browse files
committed
bump local deps
1 parent cfe3533 commit 32bf440

File tree

3 files changed

+1992
-2142
lines changed

3 files changed

+1992
-2142
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v-satori",
33
"version": "0.2.0",
4-
"packageManager": "pnpm@7.32.5",
4+
"packageManager": "pnpm@8.7.1",
55
"description": "Generate a satori-friendly VDOM from a Vue component.",
66
"author": "Robert Soriano <[email protected]>",
77
"license": "MIT",
@@ -53,16 +53,16 @@
5353
"satori-html": "^0.3.2"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "^0.39.3",
57-
"@nuxt/kit": "^3.5.1",
58-
"bumpp": "^9.1.0",
59-
"eslint": "^8.41.0",
60-
"node-fetch-native": "^1.1.1",
61-
"pnpm": "^7.32.5",
62-
"satori": "^0.9.1",
63-
"tsup": "6.7.0",
64-
"typescript": "^5.0.4",
65-
"vitest": "^0.31.1",
56+
"@antfu/eslint-config": "^0.41.0",
57+
"@nuxt/kit": "^3.7.0",
58+
"bumpp": "^9.2.0",
59+
"eslint": "^8.48.0",
60+
"node-fetch-native": "^1.4.0",
61+
"pnpm": "^8.7.1",
62+
"satori": "^0.10.4",
63+
"tsup": "7.2.0",
64+
"typescript": "^5.2.2",
65+
"vitest": "^0.34.3",
6666
"vue": "^3.3.4"
6767
},
6868
"eslintConfig": {

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"v-satori": "workspace:*"
1515
},
1616
"devDependencies": {
17-
"nuxt": "3.5.1",
17+
"nuxt": "3.7.0",
1818
"unplugin-font-to-buffer": "^0.2.0"
1919
}
2020
}

0 commit comments

Comments
 (0)