Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: update dependencies #3251

Merged
merged 2 commits into from
Nov 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,392 changes: 610 additions & 782 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -148,12 +148,12 @@
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"lint-staged": "^9.2.1",
"lint-staged": "^11.2.6",
"make-dir": "^3.0.0",
"markdown-table": "^1.1.2",
"memoizee": "^0.4.14",
"minami": "^1.2.3",
"mocha": "^6.1.2",
"mocha": "8.0.1",
"node-notifier": "^8.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.1",
@@ -176,13 +176,11 @@
},
"lint-staged": {
"*.{md,json,ts,html}": [
"prettier --write",
"git add"
"prettier --write"
],
"*.js": [
"eslint --fix",
"prettier --write",
"git add"
"prettier --write"
]
}
}