Skip to content

Commit

Permalink
Update package json to avoid type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Jun 17, 2024
1 parent f2bae93 commit 4fbc876
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"@ionic/eslint-config": "0.3.0",
"@ionic/prettier-config": "4.0.0",
"@types/debug": "4.1.8",
"@types/jest": "27.5.2",
"@types/fs-extra": "9.0.13",
"@types/plist": "3.0.2",
"@types/slice-ansi": "5.0.0",
"@types/node": "18.17.15",
"@types/jest": "27.5.2",
"@types/node": "^18.17.15",
"@types/node-fetch": "2.6.5",
"@types/plist": "3.0.2",
"@types/rimraf": "3.0.2",
"@types/slice-ansi": "5.0.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"eslint": "7.32.0",
"husky": "^8.0.1",
Expand Down

0 comments on commit 4fbc876

Please sign in to comment.