Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1148)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
rchl and renovate-bot committed Apr 13, 2021
1 parent aa4f4d8 commit 7dc9ae8
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 294 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -87,24 +87,24 @@
]
},
"dependencies": {
"@babel/parser": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@intlify/vue-i18n-extensions": "^1.0.1",
"@intlify/vue-i18n-loader": "^1.0.0",
"cookie": "^0.4.0",
"@babel/parser": "^7.13.15",
"@babel/traverse": "^7.13.15",
"@intlify/vue-i18n-extensions": "^1.0.2",
"@intlify/vue-i18n-loader": "^1.1.0",
"cookie": "^0.4.1",
"devalue": "^2.0.1",
"js-cookie": "^2.2.1",
"klona": "^2.0.4",
"lodash.merge": "^4.6.2",
"ufo": "^0.6.7",
"vue-i18n": "^8.23.0"
"ufo": "^0.6.11",
"vue-i18n": "^8.24.3"
},
"devDependencies": {
"@babel/core": "7.13.13",
"@babel/preset-env": "7.13.12",
"@babel/core": "7.13.15",
"@babel/preset-env": "7.13.15",
"@babel/runtime": "7.13.10",
"@nuxt/types": "2.15.3",
"@nuxtjs/composition-api": "0.22.4",
"@nuxt/types": "2.15.4",
"@nuxtjs/composition-api": "0.23.0",
"@nuxtjs/eslint-config-typescript": "6.0.0",
"@nuxtjs/module-test-utils": "1.6.3",
"@release-it/conventional-changelog": "2.0.1",
Expand All @@ -114,26 +114,26 @@
"@types/jest": "26.0.22",
"@types/jest-dev-server": "4.2.0",
"@types/js-cookie": "2.2.6",
"@types/jsdom": "16.2.9",
"@types/jsdom": "16.2.10",
"@types/lodash.merge": "4.6.6",
"@types/request-promise-native": "1.0.17",
"@types/serve-static": "1.13.9",
"argparse": "2.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"codecov": "3.8.1",
"core-js": "3.9.1",
"eslint": "7.23.0",
"core-js": "3.10.1",
"eslint": "7.24.0",
"express": "4.17.1",
"husky": "4.3.8",
"jest": "26.6.3",
"jest-dev-server": "4.4.0",
"jsdom": "16.5.1",
"jsdom": "16.5.3",
"messageformat": "2.3.0",
"nuxt": "2.15.3",
"nuxt": "2.15.4",
"playwright-chromium": "1.10.0",
"release-it": "14.5.0",
"release-it": "14.6.1",
"serve-static": "1.14.1",
"typescript": "4.2.3"
"typescript": "4.2.4"
}
}
2 changes: 1 addition & 1 deletion test/fixture/composition-api/nuxt.config.js
Expand Up @@ -7,7 +7,7 @@ const config = {
buildDir: resolve(__dirname, '.nuxt'),
srcDir: __dirname,
buildModules: [
'@nuxtjs/composition-api'
'@nuxtjs/composition-api/module'
]
}

Expand Down

0 comments on commit 7dc9ae8

Please sign in to comment.