Skip to content

Commit 30f62ed

Browse files
committed
refactor: for TS checkJs
1 parent 36c9166 commit 30f62ed

File tree

4 files changed

+205
-210
lines changed

4 files changed

+205
-210
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@types/chai": "^4.3.5",
3333
"@types/debug": "^4.1.7",
3434
"@types/eslint": "^8.37.0",
35-
"@types/esquery": "^1.0.2",
35+
"@types/esquery": "^1.5.0",
3636
"@types/estree": "^1.0.1",
3737
"@types/lodash.defaultsdeep": "^4.6.7",
3838
"@types/mocha": "^10.0.1",
39-
"@types/node": "^20.1.4",
39+
"@types/node": "^20.2.3",
4040
"@types/semver": "^7.5.0",
4141
"@types/spdx-expression-parse": "^3.0.2",
4242
"@typescript-eslint/parser": "^5.59.6",
@@ -46,18 +46,18 @@
4646
"chai": "^4.3.7",
4747
"cross-env": "^7.0.3",
4848
"decamelize": "^5.0.1",
49-
"eslint": "8.40.0",
49+
"eslint": "8.41.0",
5050
"eslint-config-canonical": "~41.0.4",
5151
"gitdown": "^3.1.5",
52-
"glob": "^10.2.4",
52+
"glob": "^10.2.6",
5353
"husky": "^8.0.3",
5454
"jsdoc-type-pratt-parser": "^4.0.0",
5555
"lint-staged": "^13.2.2",
5656
"lodash.defaultsdeep": "^4.6.1",
5757
"mocha": "^10.2.0",
5858
"nyc": "^15.1.0",
5959
"open-editor": "^3.0.0",
60-
"rimraf": "^5.0.0",
60+
"rimraf": "^5.0.1",
6161
"semantic-release": "^21.0.2",
6262
"typescript": "^5.0.4"
6363
},

0 commit comments

Comments
 (0)