Skip to content

Commit c66b0b2

Browse files
committed
chore: pre release sync
1 parent a4f9e5d commit c66b0b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ module.exports = (api, { config, lintOn = [] }) => {
1717
if (config === 'airbnb') {
1818
pkg.eslintConfig.extends.push('@vue/airbnb')
1919
Object.assign(pkg.devDependencies, {
20-
'@vue/eslint-config-airbnb': '^3.0.0-beta.3'
20+
'@vue/eslint-config-airbnb': '^3.0.0-beta.4'
2121
})
2222
} else if (config === 'standard') {
2323
pkg.eslintConfig.extends.push('@vue/standard')
2424
Object.assign(pkg.devDependencies, {
25-
'@vue/eslint-config-standard': '^3.0.0-beta.3'
25+
'@vue/eslint-config-standard': '^3.0.0-beta.4'
2626
})
2727
} else if (config === 'prettier') {
2828
pkg.eslintConfig.extends.push('@vue/prettier')
2929
Object.assign(pkg.devDependencies, {
30-
'@vue/eslint-config-prettier': '^3.0.0-beta.3'
30+
'@vue/eslint-config-prettier': '^3.0.0-beta.4'
3131
})
3232
} else {
3333
// default
@@ -38,7 +38,7 @@ module.exports = (api, { config, lintOn = [] }) => {
3838
if (api.hasPlugin('typescript')) {
3939
pkg.eslintConfig.extends.push('@vue/typescript')
4040
Object.assign(pkg.devDependencies, {
41-
'@vue/eslint-config-typescript': '^3.0.0-beta.3'
41+
'@vue/eslint-config-typescript': '^3.0.0-beta.4'
4242
})
4343
}
4444

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

Lines changed: 1 addition & 1 deletion
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-beta.3',
35+
'@vue/cli-plugin-babel': '^3.0.0-beta.4',
3636
'vue-cli-plugin-foo': '^1.0.0'
3737
}
3838
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy