Skip to content

Commit

Permalink
Update devDependencies (#111)
Browse files Browse the repository at this point in the history
* Bump @types/node from 18.17.11 to 18.19.17
* Bump @types/vscode from 1.81.0 to 1.86.0
* Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.21.0
* Bump @typescript-eslint/parser from 6.18.1 to 6.21.0
* Bump eslint-plugin-jest from 27.6.3 to 27.9.0
* Bump eslint-plugin-unicorn from 50.0.1 to 51.0.1
* Bump typedoc from 0.25.7 to 0.25.8
  • Loading branch information
seanpoulter authored Feb 20, 2024
1 parent 47a8c28 commit c5c66c2
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 74 deletions.
136 changes: 69 additions & 67 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
},
"devDependencies": {
"@types/download": "^8.0.5",
"@types/node": "^18.16.1",
"@types/vscode": "^1.77.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^18.19.17",
"@types/vscode": "^1.86.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@wdio/cli": "^8.32.2",
"@wdio/globals": "^8.32.2",
"@wdio/local-runner": "^8.32.2",
Expand All @@ -85,18 +85,18 @@
"eslint-config-airbnb-base-typescript": "^1.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-wdio": "^8.24.12",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"pkg": "^5.8.1",
"release-it": "^17.0.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"typescript": "^5.3.3"
},
"files": [
Expand Down

0 comments on commit c5c66c2

Please sign in to comment.