mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
[examples] Fix "nuxtjs" example by adding a yarn.lock file (#5882)
`@babel/preset-env` shipped a change that broke Nuxt.js usage of the module, so here we add a `yarn.lock` file that pins the preset-env version to 7.12.17. See: https://github.com/nuxt/nuxt.js/issues/8882
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
README.md
|
README.md
|
||||||
yarn.lock
|
|
||||||
@@ -13,6 +13,6 @@
|
|||||||
"nuxt": "^2.0.0"
|
"nuxt": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nodemon": "^1.18.9"
|
"nodemon": "^2.0.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
8116
examples/nuxtjs/yarn.lock
Normal file
8116
examples/nuxtjs/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user