Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Feb 17, 2022
1 parent ef2338c commit 08a6fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch

- Updated dependencies.
- Amended the v6.0.0 changelog entry.

## 6.0.1
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@types/node": "*",
"disposable-directory": "^5.0.1",
"disposable-directory": "^5.0.2",
"kleur": "^4.1.4"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint": "^8.9.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.5.1",
"replace-stack-traces": "^1.0.0",
"snapshot-assertion": "^4.0.1",
"test-director": "^8.0.1",
"typescript": "^4.6.0-dev.20220125"
"snapshot-assertion": "^4.0.2",
"test-director": "^8.0.2",
"typescript": "^4.7.0-dev.20220217"
},
"scripts": {
"eslint": "eslint .",
Expand Down

0 comments on commit 08a6fdc

Please sign in to comment.