Skip to content
/ vue-cli Public

Commit ff849fb

Browse files
committedOct 9, 2021
chore: dependency maintenance
1 parent a0cba01 commit ff849fb

File tree

9 files changed

+2383
-3329
lines changed

9 files changed

+2383
-3329
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@vuepress/theme-vue": "^1.8.1",
4343
"babel-core": "7.0.0-bridge.0",
4444
"babel-jest": "^27.0.6",
45-
"chromedriver": "^92.0.0",
45+
"chromedriver": "^94.0.0",
4646
"debug": "^4.1.0",
4747
"eslint": "^7.32.0",
4848
"eslint-plugin-graphql": "^4.0.0",
@@ -51,7 +51,6 @@
5151
"eslint-plugin-prettier": "^3.3.1",
5252
"eslint-plugin-promise": "^5.1.0",
5353
"eslint-plugin-vue": "^7.6.0",
54-
"execa": "^1.0.0",
5554
"geckodriver": "^2.0.1",
5655
"globby": "^11.0.2",
5756
"graphql": "^15.5.0",
@@ -79,5 +78,6 @@
7978
"puppeteer": "1.11.0",
8079
"vue-template-compiler": "^2.6.14",
8180
"vue-server-renderer": "^2.6.14"
82-
}
81+
},
82+
"packageManager": "yarn@1.22.11"
8383
}

‎packages/@vue/cli-plugin-e2e-nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"nightwatch": "^1.7.8"
2929
},
3030
"devDependencies": {
31-
"chromedriver": "^92.0.0",
31+
"chromedriver": "^94.0.0",
3232
"geckodriver": "^2.0.1",
3333
"selenium-server": "^3.141.59"
3434
},

‎packages/@vue/cli-plugin-e2e-webdriverio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"devDependencies": {
59-
"chromedriver": "^92.0.0",
59+
"chromedriver": "^94.0.0",
6060
"geckodriver": "^2.0.1",
6161
"ts-node": "^9.1.1",
6262
"wdio-chromedriver-service": "^7.0.0",

‎packages/@vue/cli-service/generator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = (api, options) => {
5252
'less-loader': '^8.0.0'
5353
},
5454
stylus: {
55-
'stylus': '^0.54.8',
55+
'stylus': '^0.55.0',
5656
'stylus-loader': '^6.1.0'
5757
}
5858
}

‎packages/@vue/cli-ui-addon-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^5.1.0",
3232
"eslint-plugin-vue": "^7.6.0",
33-
"stylus": "^0.54.7",
33+
"stylus": "^0.55.0",
3434
"stylus-loader": "^6.1.0",
3535
"vue-progress-path": "^0.0.2",
3636
"vue-template-compiler": "^2.6.14",

‎packages/@vue/cli-ui-addon-widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^5.1.0",
3232
"eslint-plugin-vue": "^7.6.0",
33-
"stylus": "^0.54.7",
33+
"stylus": "^0.55.0",
3434
"stylus-loader": "^6.1.0",
3535
"vue-template-compiler": "^2.6.14"
3636
},

‎packages/@vue/cli-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"portal-vue": "^2.1.7",
9090
"rimraf": "^3.0.2",
9191
"start-server-and-test": "^1.12.0",
92-
"stylus": "^0.54.5",
92+
"stylus": "^0.55.0",
9393
"stylus-loader": "^6.1.0",
9494
"subscriptions-transport-ws": "^0.9.18",
9595
"validate-npm-package-name": "^3.0.0",

‎packages/@vue/cli/__tests__/args.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const path = require('path')
2-
const execa = require('execa')
2+
const { execa } = require('@vue/cli-shared-utils')
33

44
const CLI_PATH = path.resolve(__dirname, '..', 'bin', 'vue.js')
55

‎yarn.lock

+2,373-3,319
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.