Skip to content

Commit

Permalink
chore(deps-dev): Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Aug 17, 2020
1 parent d7d40c3 commit 859b4f0
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 200 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,25 +145,25 @@
"test:watch": "cross-env JEST_WATCH=true node ./out/test/runTest.js"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@types/del": "^4.0.0",
"@types/glob": "^7.1.1",
"@types/jest": "^26.0.9",
"@types/jest": "^26.0.10",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.groupby": "^4.6.6",
"@types/lodash.range": "^3.2.6",
"@types/markdown-it": "^10.0.2",
"@types/moment": "^2.13.0",
"@types/node": "^14.0.27",
"@types/node": "^14.6.0",
"@types/open": "^6.2.1",
"@types/vscode": "^1.48.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"del-cli": "^3.0.1",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -174,7 +174,7 @@
"jest-extended": "^0.11.5",
"lint-staged": "^10.2.9",
"prettier": "^2.0.5",
"standard-version": "^8.0.2",
"standard-version": "^9.0.0",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
Expand Down
Loading

0 comments on commit 859b4f0

Please sign in to comment.