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 8, 2020
1 parent 699324b commit 4121c01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"prepublish": "<%= pmRun %> build:framevuerk"
},
"dependencies": {
"framevuerk": "^2.4.0"
"framevuerk": "^2.4.1"
},
"devDependencies": {
"framevuerk-builder": "^2.0.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"test:e2e": "wdio wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "^6.1.16",
"@wdio/local-runner": "^6.1.16",
"@wdio/mocha-framework": "^6.1.14",
"@wdio/cli": "^6.1.17",
"@wdio/local-runner": "^6.1.17",
"@wdio/mocha-framework": "^6.1.17",
"@wdio/spec-reporter": "^6.1.14",
"@wdio/sync": "^6.1.14",
"eslint-plugin-wdio": "^6.0.12",
"webdriverio": "^6.1.16"
"webdriverio": "^6.1.17"
}
}
10 changes: 5 additions & 5 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2420,13 +2420,13 @@ Generated by [AVA](https://avajs.dev).
nuxt: '^2.12.2',
},
devDependencies: {
'@wdio/cli': '^6.1.16',
'@wdio/local-runner': '^6.1.16',
'@wdio/mocha-framework': '^6.1.14',
'@wdio/cli': '^6.1.17',
'@wdio/local-runner': '^6.1.17',
'@wdio/mocha-framework': '^6.1.17',
'@wdio/spec-reporter': '^6.1.14',
'@wdio/sync': '^6.1.14',
'eslint-plugin-wdio': '^6.0.12',
webdriverio: '^6.1.16',
webdriverio: '^6.1.17',
},
private: true,
scripts: {
Expand Down Expand Up @@ -3022,7 +3022,7 @@ Generated by [AVA](https://avajs.dev).
{
dependencies: {
framevuerk: '^2.4.0',
framevuerk: '^2.4.1',
nuxt: '^2.12.2',
},
devDependencies: {
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit 4121c01

Please sign in to comment.