Skip to content

Commit

Permalink
Update non-linting, non-jest dev dependencies (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Aug 15, 2023
1 parent 7fde942 commit 7ff0be7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 68 deletions.
101 changes: 44 additions & 57 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/ini": "1.3.30",
"@types/ini": "^1.3.31",
"@types/jest": "26.0.20",
"@types/mock-fs": "4.13.0",
"@types/node": "18.16.18",
"@types/yargs": "15.0.13",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.17.5",
"@types/yargs": "^15.0.15",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"ansi-regex": "6.0.1",
"auto-changelog": "2.2.1",
"ansi-regex": "^6.0.1",
"auto-changelog": "^2.4.0",
"eslint": "7.20.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"jest": "29.5.0",
"json-schema": "0.4.0",
"mock-fs": "4.13.0",
"pkg": "5.8.1",
"json-schema": "^0.4.0",
"mock-fs": "^5.2.0",
"pkg": "^5.8.1",
"prettier": "2.2.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"ini": "1.3.6",
Expand Down

0 comments on commit 7ff0be7

Please sign in to comment.