Skip to content

Commit 1a5edfe

Browse files
authored
fix: formatting (#198)
* fix: formatting * fix: formatting
1 parent fcd4486 commit 1a5edfe

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
},
3131
"dependencies": {},
3232
"devDependencies": {
33-
"@types/mocha": "7.0.2",
33+
"@commitlint/cli": "11.0.0",
34+
"@commitlint/config-conventional": "11.0.0",
3435
"@types/chai": "4.2.16",
35-
"lerna": "4.0.0",
36-
"mocha": "7.2.0",
37-
"nyc": "15.1.0",
36+
"@types/mocha": "7.0.2",
37+
"@typescript-eslint/eslint-plugin": "4.15.0",
38+
"@typescript-eslint/parser": "4.20.0",
3839
"chai": "4.3.4",
39-
"lcov-result-merger": "3.1.0",
40-
"rimraf": "3.0.2",
4140
"coveralls": "2.11.16",
42-
"shx": "0.3.3",
43-
"npm-run-all": "4.1.5",
44-
"husky": "4.3.6",
45-
"lint-staged": "10.5.4",
4641
"cz-conventional-changelog": "3.3.0",
47-
"@commitlint/cli": "11.0.0",
48-
"@commitlint/config-conventional": "11.0.0",
49-
"prettier": "2.2.1",
5042
"eslint": "7.23.0",
51-
"typescript": "^3.9.7",
52-
"@typescript-eslint/parser": "4.20.0",
53-
"@typescript-eslint/eslint-plugin": "4.15.0",
54-
"eslint-plugin-vue": "7.3.0",
5543
"eslint-config-prettier": "8.1.0",
56-
"eslint-plugin-eslint-comments": "3.2.0"
44+
"eslint-plugin-eslint-comments": "3.2.0",
45+
"eslint-plugin-vue": "7.3.0",
46+
"husky": "4.3.6",
47+
"lcov-result-merger": "3.1.0",
48+
"lerna": "4.0.0",
49+
"lint-staged": "10.5.4",
50+
"mocha": "7.2.0",
51+
"npm-run-all": "^4.1.5",
52+
"nyc": "15.1.0",
53+
"prettier": "2.2.1",
54+
"rimraf": "3.0.2",
55+
"shx": "0.3.3",
56+
"typescript": "^3.9.7"
5757
},
5858
"husky": {
5959
"hooks": {

0 commit comments

Comments
 (0)