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

Commit 4475e2d

Browse files
committed
TypeScript 5.0
1 parent c25cc49 commit 4475e2d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"runScriptsConfig": {
7171
"build": [
72-
"rimraf build dist **/.DS_Store",
72+
"rimraf build dist",
7373
"jshint . --exclude-path .gitignore",
7474
"eslint --max-warnings 0 . --ext .ts",
7575
"tsc",
@@ -89,21 +89,21 @@
8989
"w3c-html-validator": "~1.3"
9090
},
9191
"devDependencies": {
92-
"@types/node": "~18.14",
92+
"@types/node": "~18.15",
9393
"@types/through2": "~2.0",
94-
"@typescript-eslint/eslint-plugin": "~5.54",
95-
"@typescript-eslint/parser": "~5.54",
94+
"@typescript-eslint/eslint-plugin": "~5.55",
95+
"@typescript-eslint/parser": "~5.55",
9696
"add-dist-header": "~1.0",
9797
"assert-deep-strict-equal": "~1.0",
9898
"copy-file-util": "~1.0",
9999
"copy-folder-util": "~1.0",
100-
"eslint": "~8.35",
100+
"eslint": "~8.36",
101101
"jshint": "~2.13",
102102
"mocha": "~10.2",
103-
"rimraf": "~4.2",
103+
"rimraf": "~4.4",
104104
"run-scripts-util": "~1.0",
105105
"sinon": "~15.0",
106106
"slash": "~5.0",
107-
"typescript": "~4.9"
107+
"typescript": "~5.0"
108108
}
109109
}

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"noImplicitThis": true,
1919
"noUncheckedIndexedAccess": true,
2020
"noUnusedLocals": true,
21-
"removeComments": true,
22-
"suppressImplicitAnyIndexErrors": true
21+
"removeComments": true
2322
}
2423
}

0 commit comments

Comments
 (0)