Skip to content

Commit aecb309

Browse files
committed
chore(deps): ⬆️ update dev deps
1 parent 79d5914 commit aecb309

File tree

2 files changed

+305
-200
lines changed

2 files changed

+305
-200
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"bootstrap": "lerna bootstrap",
2222
"commit": "gacp",
2323
"format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"",
24+
"format:package": "sort-package-json",
2425
"lerna-version": "lerna version",
25-
"lint": "eslint . --ext .js --fix",
26-
"format:package": "sort-package-json"
26+
"lint": "eslint . --ext .js --fix"
2727
},
2828
"contributes": {
2929
"snippets": [
@@ -74,20 +74,20 @@
7474
]
7575
},
7676
"devDependencies": {
77-
"@commitlint/cli": "^9.1.1",
78-
"@commitlint/config-conventional": "^9.1.1",
77+
"@commitlint/cli": "^11.0.0",
78+
"@commitlint/config-conventional": "^11.0.0",
7979
"conventional-changelog-metahub": "^4.0.1",
80-
"eslint": "^7.5.0",
80+
"eslint": "^7.10.0",
8181
"eslint-config-airbnb-base": "^14.2.0",
82-
"eslint-config-prettier": "^6.11.0",
83-
"eslint-plugin-import": "^2.22.0",
82+
"eslint-config-prettier": "^6.12.0",
83+
"eslint-plugin-import": "^2.22.1",
8484
"eslint-plugin-prettier": "^3.1.4",
8585
"gacp": "^2.10.0",
86-
"husky": "^4.2.5",
86+
"husky": "^4.3.0",
8787
"lerna": "^3.22.1",
88-
"lint-staged": "^10.2.11",
89-
"prettier": "^2.0.5",
90-
"sort-package-json": "^1.44.0"
88+
"lint-staged": "^10.4.0",
89+
"prettier": "^2.1.2",
90+
"sort-package-json": "^1.46.0"
9191
},
9292
"engines": {
9393
"vscode": "^1.47.0"

0 commit comments

Comments
 (0)