Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2020
1 parent 31295c5 commit c0af360
Show file tree
Hide file tree
Showing 10 changed files with 227 additions and 185 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,10 +17,10 @@
"devDependencies": {
"@ava/babel": "^1.0.1",
"@nuxtjs/eslint-config": "^3.0.0",
"ava": "^3.8.1",
"ava": "^3.8.2",
"eslint": "^7.0.0",
"lerna": "^3.20.2",
"stylelint": "^13.3.3",
"lerna": "^3.21.0",
"stylelint": "^13.4.0",
"stylelint-config-standard": "^20.0.0"
},
"name": "create-nuxt-app"
Expand Down
@@ -1,5 +1,5 @@
{
"dependencies": {
"ant-design-vue": "^1.5.4"
"ant-design-vue": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/cna-template/template/frameworks/ava/package.json
Expand Up @@ -6,8 +6,8 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@vue/test-utils": "^1.0.0-beta.33",
"ava": "^3.8.1",
"@vue/test-utils": "^1.0.3",
"ava": "^3.8.2",
"babel-plugin-module-resolver": "^4.0.0",
"cross-env": "^7.0.2",
"jsdom": "^16.2.2",
Expand Down
@@ -1,6 +1,6 @@
{
"dependencies": {
"bootstrap-vue": "^2.13.0",
"bootstrap": "^4.4.1"
"bootstrap-vue": "^2.14.0",
"bootstrap": "^4.5.0"
}
}
@@ -1,5 +1,5 @@
{
"dependencies": {
"nuxt-buefy": "^0.3.28"
"nuxt-buefy": "^0.3.30"
}
}
6 changes: 3 additions & 3 deletions packages/cna-template/template/frameworks/jest/package.json
Expand Up @@ -3,10 +3,10 @@
"test": "jest"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.33",
"@vue/test-utils": "^1.0.3",
"babel-jest": "^25.5.1",
"jest": "^25.5.2",
"ts-jest": "^25.4.0",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"vue-jest": "^4.0.0-beta.2"
}
}
@@ -1,5 +1,5 @@
{
"dependencies": {
"vuesax": "^4.0.1-alpha.16"
"vuesax": "^4.0.1-alpha.18"
}
}
4 changes: 2 additions & 2 deletions packages/cna-template/template/nuxt/package.json
Expand Up @@ -35,9 +35,9 @@
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"husky": "^4.2.5",
"lint-staged": "^10.2.1",
"lint-staged": "^10.2.2",
"@nuxtjs/stylelint-module": "^3.2.2",
"stylelint": "^13.3.3",
"stylelint": "^13.4.0",
"stylelint-config-standard": "^20.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/package.json
Expand Up @@ -7,13 +7,13 @@
"lib"
],
"dependencies": {
"cac": "^6.5.8",
"cac": "^6.5.9",
"chalk": "^4.0.0",
"cna-template": "^2.15.0",
"cross-spawn": "^7.0.2",
"envinfo": "^7.5.1",
"lodash": "^4.17.15",
"sao": "^1.7.0",
"sao": "^1.7.1",
"validate-npm-package-name": "^3.0.0"
},
"authors": [
Expand Down

0 comments on commit c0af360

Please sign in to comment.