Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit b9e09e0

Browse files
fix: unfix dependency
1 parent dc4af9c commit b9e09e0

File tree

2 files changed

+66
-117
lines changed

2 files changed

+66
-117
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"release:publish": "git push --follow-tags origin main && npm publish"
2929
},
3030
"dependencies": {
31-
"@nuxt/devtools-ui-kit": "npm:@nuxt/devtools-ui-kit-edge",
31+
"@nuxt/devtools-ui-kit": "^0.2.5",
3232
"@vueuse/core": "^9.2.0",
3333
"@vueuse/nuxt": "^9.2.0",
3434
"consola": "^2.15.3",
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@nuxt/devtools": "0.2.3",
46-
"@nuxt/image-edge": "1.0.0-27954023.4cee565",
46+
"@nuxt/image-edge": "latest",
4747
"@nuxt/module-builder": "latest",
4848
"@nuxtjs/eslint-config-typescript": "latest",
4949
"@types/node": "^18.14.0",

0 commit comments

Comments
 (0)