Skip to content

Commit

Permalink
maintain packages and lints
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Aug 16, 2023
1 parent ff9d65d commit 4955270
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 125 deletions.
208 changes: 86 additions & 122 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"devDependencies": {
"@types/node": "^20.5.0",
"@types/tmp": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"types": "./dist/index.d.ts",
"dependencies": {
"cli-table3": "^0.6.2",
"cli-table3": "^0.6.3",
"debug": "^4.3.4",
"mocha": "^10.2.0",
"nunjucks": "^3.2.4",
Expand Down

0 comments on commit 4955270

Please sign in to comment.