Skip to content

Commit e7d8d30

Browse files
committed
chore: update deps
1 parent 397749a commit e7d8d30

File tree

4 files changed

+1021
-382
lines changed

4 files changed

+1021
-382
lines changed

examples/nuxt3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@unocss/core": "link:../../packages/core",
1212
"@unocss/nuxt": "link:../../packages/nuxt",
1313
"@unocss/reset": "link:../../packages/reset",
14-
"nuxt": "^3.2.3",
14+
"nuxt": "^3.3.1",
1515
"unocss": "link:../../packages/unocss"
1616
}
1717
}

interactive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"js-yaml": "^4.1.0",
2222
"knitwork": "^1.0.0",
2323
"markdown-it-link-attributes": "^4.0.1",
24-
"nuxt": "^3.2.3",
24+
"nuxt": "^3.3.1",
2525
"p-limit": "^4.0.0",
2626
"postcss-nested": "^6.0.1",
2727
"prettier": "^2.8.4",

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@types/css-tree": "^2.3.1",
4848
"@types/fs-extra": "^11.0.1",
4949
"@types/js-yaml": "^4.0.5",
50-
"@types/lz-string": "^1.5.0",
5150
"@types/markdown-it-link-attributes": "^3.0.1",
5251
"@types/node": "^18.15.3",
5352
"@types/prettier": "^2.7.2",
@@ -93,7 +92,7 @@
9392
"lz-string": "^1.5.0",
9493
"magic-string": "^0.30.0",
9594
"msw": "1.1.0",
96-
"nuxt": "^3.2.3",
95+
"nuxt": "^3.3.1",
9796
"nuxt-tsconfig-stub": "^0.0.2",
9897
"pnpm": "7.29.3",
9998
"prettier": "^2.8.4",
@@ -121,7 +120,7 @@
121120
"pnpm": {
122121
"overrides": {
123122
"@nuxt/kit-edge": "npm:@nuxt/kit@latest",
124-
"nuxt": "^3.2.0",
123+
"nuxt": "^3.3.1",
125124
"magic-string": "^0.30.0"
126125
}
127126
},

0 commit comments

Comments
 (0)