Skip to content

Commit

Permalink
refactor: for TS checkJs
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 22, 2023
1 parent 36c9166 commit 30f62ed
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 210 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@types/chai": "^4.3.5",
"@types/debug": "^4.1.7",
"@types/eslint": "^8.37.0",
"@types/esquery": "^1.0.2",
"@types/esquery": "^1.5.0",
"@types/estree": "^1.0.1",
"@types/lodash.defaultsdeep": "^4.6.7",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.4",
"@types/node": "^20.2.3",
"@types/semver": "^7.5.0",
"@types/spdx-expression-parse": "^3.0.2",
"@typescript-eslint/parser": "^5.59.6",
Expand All @@ -46,18 +46,18 @@
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-config-canonical": "~41.0.4",
"gitdown": "^3.1.5",
"glob": "^10.2.4",
"glob": "^10.2.6",
"husky": "^8.0.3",
"jsdoc-type-pratt-parser": "^4.0.0",
"lint-staged": "^13.2.2",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"semantic-release": "^21.0.2",
"typescript": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 30f62ed

Please sign in to comment.