Skip to content

Commit 0f6a1f9

Browse files
committed
chore: upgrade deps to latest, remove deprecated eslint-plugin-standard package
1 parent ccd004c commit 0f6a1f9

File tree

2 files changed

+1389
-826
lines changed

2 files changed

+1389
-826
lines changed

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,24 @@
2626
"create-service-component"
2727
],
2828
"dependencies": {
29-
"chalk": "^3.0.0",
30-
"change-case": "^4.1.1",
29+
"chalk": "^4.1.0",
30+
"change-case": "^4.1.2",
3131
"pluralize": "^8.0.0",
32-
"yeoman-generator": "^4.5.0",
32+
"yeoman-generator": "^4.12.0",
3333
"yosay": "^2.0.2"
3434
},
3535
"devDependencies": {
36-
"@boringcodes/eslint-config": "^1.0.0",
37-
"@boringcodes/prettier-config": "^1.0.0",
38-
"eslint": "^6.8.0",
39-
"eslint-config-prettier": "^6.10.1",
40-
"eslint-config-standard": "^14.1.1",
41-
"eslint-plugin-import": "^2.20.1",
42-
"eslint-plugin-node": "^11.0.0",
36+
"@boringcodes/eslint-config": "^1.2.1",
37+
"@boringcodes/prettier-config": "^1.3.1",
38+
"eslint": "^7.17.0",
39+
"eslint-config-prettier": "^7.1.0",
40+
"eslint-config-standard": "^16.0.2",
41+
"eslint-plugin-import": "^2.22.1",
42+
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-promise": "^4.2.1",
44-
"eslint-plugin-standard": "^4.0.1",
45-
"husky": "^4.2.3",
46-
"lint-staged": "^10.0.9",
47-
"prettier": "^2.0.2",
48-
"standard-version": "^8.0.1"
44+
"husky": "^4.3.7",
45+
"lint-staged": "^10.5.3",
46+
"prettier": "^2.2.1",
47+
"standard-version": "^9.1.0"
4948
}
5049
}

0 commit comments

Comments
 (0)