mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
v2.3.4
This commit is contained in:
parent
e4a02a51ac
commit
16c5b892fa
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))
|
||||
* **progress-bar:** allow 0 for values and remove duplicate defaults ([#4397](https://github.com/nuxt/nuxt.js/issues/4397)) ([8030ca1](https://github.com/nuxt/nuxt.js/commit/8030ca1))
|
||||
* **scrollBehavior:** emit triggerScroll event after changing layer ([#4399](https://github.com/nuxt/nuxt.js/issues/4399)) ([0c6c69b](https://github.com/nuxt/nuxt.js/commit/0c6c69b)), closes [#4080](https://github.com/nuxt/nuxt.js/issues/4080)
|
||||
* **server, jsdom:** fix timeout error message ([#4412](https://github.com/nuxt/nuxt.js/issues/4412)) ([e1c1240](https://github.com/nuxt/nuxt.js/commit/e1c1240))
|
||||
* **server, vue-app:** allow unicode page names ([#4402](https://github.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793))
|
||||
* empty error message in dev mode ([47f02ae](https://github.com/nuxt/nuxt.js/commit/47f02ae))
|
||||
* modern=true or false not work as expected ([#4378](https://github.com/nuxt/nuxt.js/issues/4378)) ([ff7c083](https://github.com/nuxt/nuxt.js/commit/ff7c083))
|
||||
* router Expected "0" to be defined ([#4394](https://github.com/nuxt/nuxt.js/issues/4394)) ([54d2737](https://github.com/nuxt/nuxt.js/commit/54d2737))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))
|
11
distributions/nuxt-legacy/CHANGELOG.md
Normal file
11
distributions/nuxt-legacy/CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-legacy",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -48,12 +48,12 @@
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@nuxt/builder": "2.3.3",
|
||||
"@nuxt/cli": "2.3.3",
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/core": "2.3.3",
|
||||
"@nuxt/generator": "2.3.3",
|
||||
"@nuxt/webpack": "2.3.3",
|
||||
"@nuxt/builder": "2.3.4",
|
||||
"@nuxt/cli": "2.3.4",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/core": "2.3.4",
|
||||
"@nuxt/generator": "2.3.4",
|
||||
"@nuxt/webpack": "2.3.4",
|
||||
"@nuxtjs/opencollective": "^0.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
8
distributions/nuxt-start/CHANGELOG.md
Normal file
8
distributions/nuxt-start/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
**Note:** Version bump only for package nuxt-start
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-start",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"description": "Starts Nuxt.js Application in production mode",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -46,9 +46,9 @@
|
||||
"main": "dist/nuxt-start.js",
|
||||
"bin": "bin/nuxt-start.js",
|
||||
"dependencies": {
|
||||
"@nuxt/cli": "2.3.3",
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/core": "2.3.3"
|
||||
"@nuxt/cli": "2.3.4",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/core": "2.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
|
11
distributions/nuxt/CHANGELOG.md
Normal file
11
distributions/nuxt/CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -48,12 +48,12 @@
|
||||
"postinstall": "opencollective || exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/builder": "2.3.3",
|
||||
"@nuxt/cli": "2.3.3",
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/core": "2.3.3",
|
||||
"@nuxt/generator": "2.3.3",
|
||||
"@nuxt/webpack": "2.3.3",
|
||||
"@nuxt/builder": "2.3.4",
|
||||
"@nuxt/cli": "2.3.4",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/core": "2.3.4",
|
||||
"@nuxt/generator": "2.3.4",
|
||||
"@nuxt/webpack": "2.3.4",
|
||||
"@nuxtjs/opencollective": "^0.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"conventionalCommits": true,
|
||||
|
8
packages/babel-preset-app/CHANGELOG.md
Normal file
8
packages/babel-preset-app/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/babel-preset-app
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/babel-preset-app",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.4",
|
||||
"description": "babel-preset-app for nuxt.js",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
|
8
packages/builder/CHANGELOG.md
Normal file
8
packages/builder/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/builder
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/builder",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,8 +8,8 @@
|
||||
],
|
||||
"main": "dist/builder.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/vue-app": "2.3.3",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/vue-app": "2.3.4",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"chokidar": "^2.0.4",
|
||||
"consola": "^2.3.0",
|
||||
|
11
packages/cli/CHANGELOG.md
Normal file
11
packages/cli/CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* modern=true or false not work as expected ([#4378](https://github.com/nuxt/nuxt.js/issues/4378)) ([ff7c083](https://github.com/nuxt/nuxt.js/commit/ff7c083))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/cli",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -12,7 +12,7 @@
|
||||
"nuxt-cli": "bin/nuxt-cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/config": "2.3.3",
|
||||
"@nuxt/config": "2.3.4",
|
||||
"boxen": "^2.0.0",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
|
11
packages/common/CHANGELOG.md
Normal file
11
packages/common/CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/common",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
11
packages/config/CHANGELOG.md
Normal file
11
packages/config/CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/config",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/config.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"consola": "^2.3.0",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
|
16
packages/core/CHANGELOG.md
Normal file
16
packages/core/CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/core",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,10 +8,10 @@
|
||||
],
|
||||
"main": "dist/core.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/config": "2.3.3",
|
||||
"@nuxt/server": "2.3.3",
|
||||
"@nuxt/vue-renderer": "2.3.3",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/config": "2.3.4",
|
||||
"@nuxt/server": "2.3.4",
|
||||
"@nuxt/vue-renderer": "2.3.4",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"consola": "^2.3.0",
|
||||
"debug": "^4.1.0",
|
||||
|
8
packages/generator/CHANGELOG.md
Normal file
8
packages/generator/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/generator
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/generator",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/generator.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
12
packages/server/CHANGELOG.md
Normal file
12
packages/server/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **server, jsdom:** fix timeout error message ([#4412](https://github.com/nuxt/nuxt.js/issues/4412)) ([e1c1240](https://github.com/nuxt/nuxt.js/commit/e1c1240))
|
||||
* **server, vue-app:** allow unicode page names ([#4402](https://github.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/server",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,8 +8,8 @@
|
||||
],
|
||||
"main": "dist/server.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/config": "2.3.3",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/config": "2.3.4",
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"browserslist-useragent": "^2.0.1",
|
||||
"chalk": "^2.4.1",
|
||||
|
14
packages/vue-app/CHANGELOG.md
Normal file
14
packages/vue-app/CHANGELOG.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **progress-bar:** allow 0 for values and remove duplicate defaults ([#4397](https://github.com/nuxt/nuxt.js/issues/4397)) ([8030ca1](https://github.com/nuxt/nuxt.js/commit/8030ca1))
|
||||
* **scrollBehavior:** emit triggerScroll event after changing layer ([#4399](https://github.com/nuxt/nuxt.js/issues/4399)) ([0c6c69b](https://github.com/nuxt/nuxt.js/commit/0c6c69b)), closes [#4080](https://github.com/nuxt/nuxt.js/issues/4080)
|
||||
* **server, vue-app:** allow unicode page names ([#4402](https://github.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793))
|
||||
* router Expected "0" to be defined ([#4394](https://github.com/nuxt/nuxt.js/issues/4394)) ([54d2737](https://github.com/nuxt/nuxt.js/commit/54d2737))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vue-app",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
8
packages/vue-renderer/CHANGELOG.md
Normal file
8
packages/vue-renderer/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vue-renderer
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vue-renderer",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/vue-renderer.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"consola": "^2.3.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
16
packages/webpack/CHANGELOG.md
Normal file
16
packages/webpack/CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* empty error message in dev mode ([47f02ae](https://github.com/nuxt/nuxt.js/commit/47f02ae))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **pkg:** remove lodash dependency from packages ([#4411](https://github.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/webpack",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -10,8 +10,8 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@nuxt/babel-preset-app": "2.3.2",
|
||||
"@nuxt/common": "2.3.3",
|
||||
"@nuxt/babel-preset-app": "2.3.4",
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.3.2",
|
||||
"babel-loader": "^8.0.4",
|
||||
"cache-loader": "^1.2.5",
|
||||
|
Loading…
Reference in New Issue
Block a user