chore: explicitly include std-env as dep for bridge fixture (#1854)

This commit is contained in:
Anthony Fu 2021-11-11 18:43:14 +08:00 committed by GitHub
parent d701238d27
commit fd043eb6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"@nuxt/bridge": "*", "@nuxt/bridge": "*",
"core-js": "^3", "core-js": "^3",
"nuxt": "^2", "nuxt": "^2",
"std-env": "^3.0.1",
"vue": "^2" "vue": "^2"
}, },
"installConfig": { "installConfig": {

View File

@ -10342,6 +10342,7 @@ __metadata:
"@nuxt/bridge": "*" "@nuxt/bridge": "*"
core-js: ^3 core-js: ^3
nuxt: ^2 nuxt: ^2
std-env: ^3.0.1
vue: ^2 vue: ^2
languageName: unknown languageName: unknown
linkType: soft linkType: soft