Skip to content

Commit f3dab0c

Browse files
committed
chore: pre release sync
1 parent f7d273d commit f3dab0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@vue/cli-plugin-eslint/generator.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ module.exports = (api, { config, lintOn = [] }) => {
1616
if (config === 'airbnb') {
1717
pkg.eslintConfig.extends.push('@vue/airbnb')
1818
Object.assign(pkg.devDependencies, {
19-
'@vue/eslint-config-airbnb': '^3.0.0-alpha.8'
19+
'@vue/eslint-config-airbnb': '^3.0.0-alpha.9'
2020
})
2121
} else if (config === 'standard') {
2222
pkg.eslintConfig.extends.push('@vue/standard')
2323
Object.assign(pkg.devDependencies, {
24-
'@vue/eslint-config-standard': '^3.0.0-alpha.8'
24+
'@vue/eslint-config-standard': '^3.0.0-alpha.9'
2525
})
2626
} else if (config === 'prettier') {
2727
pkg.eslintConfig.extends.push('@vue/prettier')
2828
Object.assign(pkg.devDependencies, {
29-
'@vue/eslint-config-prettier': '^3.0.0-alpha.8'
29+
'@vue/eslint-config-prettier': '^3.0.0-alpha.9'
3030
})
3131
} else {
3232
// default

packages/@vue/cli-service/__tests__/Service.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test('loading plugins from package.json', () => {
3232
mockPkg({
3333
devDependencies: {
3434
'bar': '^1.0.0',
35-
'@vue/cli-plugin-babel': '^3.0.0-alpha.8',
35+
'@vue/cli-plugin-babel': '^3.0.0-alpha.9',
3636
'vue-cli-plugin-foo': '^1.0.0'
3737
}
3838
})

0 commit comments

Comments
 (0)