Skip to content

Commit 6ef72cd

Browse files
committed
chore: pre release sync
1 parent 45c3dcb commit 6ef72cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {
4242
if (config === 'airbnb') {
4343
eslintConfig.extends.push('@vue/airbnb')
4444
Object.assign(pkg.devDependencies, {
45-
'@vue/eslint-config-airbnb': '^4.0.0'
45+
'@vue/eslint-config-airbnb': '^3.2.0'
4646
})
4747
injectEditorConfig('airbnb')
4848
} else if (config === 'standard') {
4949
eslintConfig.extends.push('@vue/standard')
5050
Object.assign(pkg.devDependencies, {
51-
'@vue/eslint-config-standard': '^4.0.0'
51+
'@vue/eslint-config-standard': '^3.2.0'
5252
})
5353
injectEditorConfig('standard')
5454
} else if (config === 'prettier') {
5555
eslintConfig.extends.push('@vue/prettier')
5656
Object.assign(pkg.devDependencies, {
57-
'@vue/eslint-config-prettier': '^4.0.1'
57+
'@vue/eslint-config-prettier': '^3.2.0'
5858
})
5959
// prettier & default config do not have any style rules
6060
// so no need to generate an editorconfig file
@@ -117,7 +117,7 @@ const applyTS = module.exports.applyTS = api => {
117117
}
118118
},
119119
devDependencies: {
120-
'@vue/eslint-config-typescript': '^3.1.1'
120+
'@vue/eslint-config-typescript': '^3.2.0'
121121
}
122122
})
123123
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test('loading plugins from package.json', () => {
6262
mockPkg({
6363
devDependencies: {
6464
'bar': '^1.0.0',
65-
'@vue/cli-plugin-babel': '^3.1.1',
65+
'@vue/cli-plugin-babel': '^3.2.0',
6666
'vue-cli-plugin-foo': '^1.0.0'
6767
}
6868
})

0 commit comments

Comments
 (0)