Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Jul 30, 2022
1 parent c59f74c commit c97aa5a
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
174 changes: 87 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Slightly opinionated ESLint config that should be a good start for any project",
"version": "1.1.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^43.0.0"
"eslint-plugin-unicorn": "43.0.2"
},
"scripts": {
"test": "exit 0",
Expand Down

0 comments on commit c97aa5a

Please sign in to comment.