Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 43be31b

Browse files
committed
Update to typescript v4.8
1 parent 1573460 commit 43be31b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@
8585
"w3c-html-validator": "~1.1"
8686
},
8787
"devDependencies": {
88-
"@types/node": "~18.0",
88+
"@types/node": "~18.7",
8989
"@types/through2": "~2.0",
90-
"@typescript-eslint/eslint-plugin": "~5.30",
91-
"@typescript-eslint/parser": "~5.30",
92-
"add-dist-header": "~0.1",
90+
"@typescript-eslint/eslint-plugin": "~5.37",
91+
"@typescript-eslint/parser": "~5.37",
92+
"add-dist-header": "~0.2",
9393
"assert-deep-strict-equal": "~1.0",
94-
"cpy-cli": "~4.1",
95-
"eslint": "~8.19",
94+
"cpy-cli": "~4.2",
95+
"eslint": "~8.23",
9696
"jshint": "~2.13",
9797
"mocha": "~10.0",
9898
"npm-run-all2": "~6.0",
9999
"rimraf": "~3.0",
100100
"sinon": "~14.0",
101-
"typescript": "~4.7"
101+
"typescript": "~4.8"
102102
}
103103
}

0 commit comments

Comments
 (0)