Skip to content

Commit e56394b

Browse files
committedMay 9, 2023
chore: update deps
1 parent 9d4f3a5 commit e56394b

File tree

2 files changed

+1136
-1360
lines changed

2 files changed

+1136
-1360
lines changed
 

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "vitest run"
2626
},
2727
"dependencies": {
28-
"@nuxt/kit": "^3.4.2",
28+
"@nuxt/kit": "^3.4.3",
2929
"@nuxt/postcss8": "^1.1.3",
3030
"autoprefixer": "^10.4.14",
3131
"chokidar": "^3.5.3",
@@ -34,7 +34,7 @@
3434
"cookie-es": "^1.0.0",
3535
"defu": "^6.1.2",
3636
"destr": "^1.2.2",
37-
"h3": "^1.6.4",
37+
"h3": "^1.6.5",
3838
"iron-webcrypto": "^0.7.0",
3939
"pathe": "^1.1.0",
4040
"postcss": "^8.4.23",
@@ -43,22 +43,22 @@
4343
"radix3": "^1.0.1",
4444
"tailwind-config-viewer": "^1.7.2",
4545
"tailwindcss": "~3.3.2",
46-
"ufo": "^1.1.1",
46+
"ufo": "^1.1.2",
4747
"uncrypto": "^0.1.2"
4848
},
4949
"devDependencies": {
5050
"@fontsource/inter": "^4.5.15",
5151
"@nuxt/content": "^2.6.0",
52-
"@nuxt/devtools": "^0.4.2",
53-
"@nuxt/module-builder": "^0.3.0",
54-
"@nuxt/test-utils": "^3.4.2",
52+
"@nuxt/devtools": "^0.4.6",
53+
"@nuxt/module-builder": "^0.3.1",
54+
"@nuxt/test-utils": "^3.4.3",
5555
"@nuxtjs/eslint-config-typescript": "latest",
5656
"@tailwindcss/typography": "^0.5.9",
5757
"changelogen": "^0.5.3",
5858
"codecov": "latest",
5959
"eslint": "latest",
6060
"jsdom": "^22.0.0",
61-
"nuxt": "^3.4.2",
62-
"vitest": "^0.30.1"
61+
"nuxt": "^3.4.3",
62+
"vitest": "^0.31.0"
6363
}
6464
}

0 commit comments

Comments
 (0)
Please sign in to comment.