Skip to content

Commit 32f908d

Browse files
committed
chore: upgrade deps to latest
1 parent 1982500 commit 32f908d

File tree

2 files changed

+1273
-729
lines changed

2 files changed

+1273
-729
lines changed

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,23 @@
2626
"create-dotgithub"
2727
],
2828
"dependencies": {
29-
"axios": "^0.19.2",
30-
"chalk": "^3.0.0",
31-
"yeoman-generator": "^4.5.0",
29+
"axios": "^0.21.1",
30+
"chalk": "^4.1.0",
31+
"yeoman-generator": "^4.12.0",
3232
"yosay": "^2.0.2"
3333
},
3434
"devDependencies": {
35-
"@boringcodes/eslint-config": "^1.0.0",
36-
"@boringcodes/prettier-config": "^1.0.0",
37-
"eslint": "^6.8.0",
38-
"eslint-config-prettier": "^6.10.1",
39-
"eslint-config-standard": "^14.1.1",
40-
"eslint-plugin-import": "^2.20.1",
41-
"eslint-plugin-node": "^11.0.0",
35+
"@boringcodes/eslint-config": "^1.2.1",
36+
"@boringcodes/prettier-config": "^1.3.1",
37+
"eslint": "^7.17.0",
38+
"eslint-config-prettier": "^7.1.0",
39+
"eslint-config-standard": "^16.0.2",
40+
"eslint-plugin-import": "^2.22.1",
41+
"eslint-plugin-node": "^11.1.0",
4242
"eslint-plugin-promise": "^4.2.1",
43-
"eslint-plugin-standard": "^4.0.1",
44-
"husky": "^4.2.3",
45-
"lint-staged": "^10.0.9",
46-
"prettier": "^2.0.2",
47-
"standard-version": "^8.0.1"
43+
"husky": "^4.3.7",
44+
"lint-staged": "^10.5.3",
45+
"prettier": "^2.2.1",
46+
"standard-version": "^9.1.0"
4847
}
4948
}

0 commit comments

Comments
 (0)