Skip to content

Commit 0adaf16

Browse files
committed
Some updates
1 parent 7e77433 commit 0adaf16

2 files changed

Lines changed: 34 additions & 50 deletions

File tree

admin/package-lock.json

Lines changed: 27 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
"@averjs/nuxt-compression": "^1.2.2",
2222
"@babel/traverse": ">=7.28.4",
2323
"@element-plus/icons-vue": "^2.3.2",
24-
"@model-w/axios": "1.x",
25-
"@model-w/preset-nuxt3": "2025.7.x",
26-
"@model-w/proxy": "2.x",
27-
"@model-w/sentry": "1.x",
28-
"@nuxtjs/proxy": "^2.1.0",
29-
"@nuxtjs/sentry": "^8.0.8",
24+
"@model-w/axios": "*",
25+
"@model-w/preset-nuxt3": "*",
26+
"@model-w/proxy": "*",
27+
"@model-w/sentry": "*",
28+
"@nuxtjs/sentry": "*",
3029
"@pinia/nuxt": "^0.11.2",
3130
"@vuelidate/core": "2.0.x",
3231
"@vuelidate/validators": "2.0.x",
@@ -51,6 +50,8 @@
5150
"wasync": "^0.1.1"
5251
},
5352
"peerDependencies": {
53+
"axios": "*",
54+
"form-data": "^4.0.4",
5455
"sha.js": ">=2.4.12"
5556
}
5657
}

0 commit comments

Comments
 (0)