Skip to content

Commit 4b8baef

Browse files
authored
chore(deps): update dependencies (Kocal#312)
chore(deps): update Babel and ESLint dependencies
1 parent 870bc9b commit 4b8baef

File tree

8 files changed

+1407
-1526
lines changed

8 files changed

+1407
-1526
lines changed

examples/full-airbnb/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
"vuex": "^3.0.1"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.0.0-rc.1",
26-
"@babel/plugin-proposal-optional-chaining": "^7.0.0-rc.1",
27-
"@babel/preset-env": "^7.0.0-rc.1",
25+
"@babel/core": "^7.0.0",
26+
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
27+
"@babel/preset-env": "^7.0.0",
2828
"@types/chrome": "^0.0.72",
29-
"babel-eslint": "^8.2.6",
30-
"babel-loader": "^8.0.0-beta.4",
29+
"babel-eslint": "^9.0.0",
30+
"babel-loader": "^8.0.2",
3131
"copy-webpack-plugin": "^4.5.2",
3232
"cross-env": "^5.2.0",
3333
"css-loader": "^0.28.11",
34-
"eslint": "^5.4.0",
34+
"eslint": "^5.6.0",
3535
"eslint-config-airbnb-base": "^13.1.0",
3636
"eslint-config-prettier": "^3.0.1",
3737
"eslint-friendly-formatter": "^4.0.1",
3838
"eslint-import-resolver-webpack": "^0.10.1",
3939
"eslint-loader": "^2.1.0",
4040
"eslint-plugin-import": "^2.14.0",
4141
"eslint-plugin-prettier": "^2.6.2",
42-
"eslint-plugin-vue": "^4.7.1",
42+
"eslint-plugin-vue": "^5.0.0-beta.3",
4343
"file-loader": "^1.1.11",
4444
"husky": "^0.14.3",
4545
"mini-css-extract-plugin": "^0.4.1",

examples/full-airbnb/yarn.lock

Lines changed: 464 additions & 544 deletions
Large diffs are not rendered by default.

examples/full/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Project: Full
22

3-
This project has been generated with `vue init kocal/vue-web-extension full` command, following [minimal scenario](../../scenarios/minimal.json).
3+
This project has been generated with `vue init kocal/vue-web-extension full` command, following [full scenario](../../scenarios/full.json).

examples/full/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@
2222
"vuex": "^3.0.1"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.0.0-rc.1",
26-
"@babel/plugin-proposal-optional-chaining": "^7.0.0-rc.1",
27-
"@babel/preset-env": "^7.0.0-rc.1",
25+
"@babel/core": "^7.0.0",
26+
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
27+
"@babel/preset-env": "^7.0.0",
2828
"@types/chrome": "^0.0.72",
29-
"babel-eslint": "^8.2.5",
30-
"babel-loader": "^8.0.0-beta.4",
29+
"babel-eslint": "^9.0.0",
30+
"babel-loader": "^8.0.2",
3131
"copy-webpack-plugin": "^4.5.2",
3232
"cross-env": "^5.1.6",
3333
"css-loader": "^0.28.11",
34-
"eslint": "^5.4.0",
35-
"eslint-config-prettier": "^2.9.0",
36-
"eslint-config-standard": "^11.0.0",
34+
"eslint": "^5.6.0",
35+
"eslint-config-prettier": "^3.0.1",
36+
"eslint-config-standard": "^12.0.0",
3737
"eslint-friendly-formatter": "^4.0.1",
3838
"eslint-loader": "^2.1.0",
3939
"eslint-plugin-import": "^2.14.0",
40-
"eslint-plugin-node": "^6.0.1",
40+
"eslint-plugin-node": "^7.0.1",
4141
"eslint-plugin-prettier": "^2.6.2",
42-
"eslint-plugin-promise": "^3.8.0",
43-
"eslint-plugin-standard": "^3.1.0",
44-
"eslint-plugin-vue": "^4.7.1",
42+
"eslint-plugin-promise": "^4.0.1",
43+
"eslint-plugin-standard": "^4.0.0",
44+
"eslint-plugin-vue": "^5.0.0-beta.3",
4545
"file-loader": "^1.1.11",
4646
"husky": "^0.14.3",
4747
"mini-css-extract-plugin": "^0.4.1",

0 commit comments

Comments
 (0)