Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jun 18, 2020
1 parent 9aba2f6 commit 23b24ef
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 124 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.2",
"ava": "^3.9.0",
"eslint": "^7.2.0",
"lerna": "^3.22.0",
"stylelint": "^13.6.0",
"lerna": "^3.22.1",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"name": "create-nuxt-app"
Expand Down
2 changes: 1 addition & 1 deletion packages/cna-template/template/frameworks/ava/package.json
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@ava/babel": "^1.0.1",
"@vue/test-utils": "^1.0.3",
"ava": "^3.8.2",
"ava": "^3.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"cross-env": "^7.0.2",
"jsdom": "^16.2.2",
Expand Down
Expand Up @@ -3,12 +3,12 @@
"test:e2e": "wdio wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "^6.1.17",
"@wdio/local-runner": "^6.1.17",
"@wdio/mocha-framework": "^6.1.17",
"@wdio/cli": "^6.1.19",
"@wdio/local-runner": "^6.1.19",
"@wdio/mocha-framework": "^6.1.19",
"@wdio/spec-reporter": "^6.1.14",
"@wdio/sync": "^6.1.14",
"eslint-plugin-wdio": "^6.0.12",
"webdriverio": "^6.1.17"
"webdriverio": "^6.1.19"
}
}
14 changes: 7 additions & 7 deletions packages/cna-template/template/nuxt/package.json
Expand Up @@ -17,27 +17,27 @@
}
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.9",
"@nuxt/typescript-runtime": "^0.4.10",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxt/content": "^1.3.1",
"nuxt": "^2.12.2"
"@nuxt/content": "^1.3.2",
"nuxt": "^2.13.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^1.0.2",
"@nuxt/typescript-build": "^1.0.3",
"@nuxtjs/eslint-config-typescript": "^2.0.0",
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"husky": "^4.2.5",
"lint-staged": "^10.2.9",
"lint-staged": "^10.2.11",
"@nuxtjs/stylelint-module": "^4.0.0",
"stylelint": "^13.6.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-prettier": "^8.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/package.json
Expand Up @@ -8,7 +8,7 @@
],
"dependencies": {
"cac": "^6.5.10",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"cna-template": "^2.16.0",
"cross-spawn": "^7.0.3",
"envinfo": "^7.5.1",
Expand Down

0 comments on commit 23b24ef

Please sign in to comment.