Skip to content

Commit d9f75f5

Browse files
committed
chore: pre release sync
1 parent c455a42 commit d9f75f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ module.exports = (api, { config, lintOn = [] }) => {
1616
if (config === 'airbnb') {
1717
eslintConfig.extends.push('@vue/airbnb')
1818
Object.assign(pkg.devDependencies, {
19-
'@vue/eslint-config-airbnb': '^3.0.0-rc.7'
19+
'@vue/eslint-config-airbnb': '^3.0.0-rc.8'
2020
})
2121
} else if (config === 'standard') {
2222
eslintConfig.extends.push('@vue/standard')
2323
Object.assign(pkg.devDependencies, {
24-
'@vue/eslint-config-standard': '^3.0.0-rc.7'
24+
'@vue/eslint-config-standard': '^3.0.0-rc.8'
2525
})
2626
} else if (config === 'prettier') {
2727
eslintConfig.extends.push('@vue/prettier')
2828
Object.assign(pkg.devDependencies, {
29-
'@vue/eslint-config-prettier': '^3.0.0-rc.7'
29+
'@vue/eslint-config-prettier': '^3.0.0-rc.8'
3030
})
3131
} else {
3232
// default
@@ -37,7 +37,7 @@ module.exports = (api, { config, lintOn = [] }) => {
3737
if (api.hasPlugin('typescript')) {
3838
eslintConfig.extends.push('@vue/typescript')
3939
Object.assign(pkg.devDependencies, {
40-
'@vue/eslint-config-typescript': '^3.0.0-rc.7'
40+
'@vue/eslint-config-typescript': '^3.0.0-rc.8'
4141
})
4242
}
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = (api, {
8383
if (hasESLint) {
8484
api.extendPackage({
8585
devDependencies: {
86-
'@vue/eslint-config-typescript': '^3.0.0-rc.7'
86+
'@vue/eslint-config-typescript': '^3.0.0-rc.8'
8787
},
8888
eslintConfig: {
8989
extends: ['@vue/typescript']

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.0.0-rc.7',
65+
'@vue/cli-plugin-babel': '^3.0.0-rc.8',
6666
'vue-cli-plugin-foo': '^1.0.0'
6767
}
6868
})

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