Skip to content

Commit 8c1a6ef

Browse files
committed
Update package json to avoid type errors
1 parent 7ff4f7e commit 8c1a6ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"@ionic/eslint-config": "0.3.0",
6868
"@ionic/prettier-config": "4.0.0",
6969
"@types/debug": "4.1.8",
70-
"@types/jest": "27.5.2",
7170
"@types/fs-extra": "9.0.13",
72-
"@types/plist": "3.0.2",
73-
"@types/slice-ansi": "5.0.0",
74-
"@types/node": "18.17.15",
71+
"@types/jest": "27.5.2",
72+
"@types/node": "^18.17.15",
7573
"@types/node-fetch": "2.6.5",
74+
"@types/plist": "3.0.2",
7675
"@types/rimraf": "3.0.2",
76+
"@types/slice-ansi": "5.0.0",
7777
"@typescript-eslint/eslint-plugin": "5.62.0",
7878
"eslint": "7.32.0",
7979
"husky": "^8.0.1",

0 commit comments

Comments
 (0)