Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and MillironX committed Feb 29, 2024
1 parent 086207c commit 5e9d0e3
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 87 deletions.
134 changes: 67 additions & 67 deletions package-lock.json

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

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,26 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@tsconfig/node16": "^1.0.3",
"@types/async-retry": "^1.4.5",
"@types/node": "^18.11.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "^5.42.1",
"@vercel/ncc": "^0.34.0",
"ava": "^5.0.1",
"c8": "^8.0.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-github": "^4.4.1",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.3"
"@ava/typescript": "3.0.1",
"@tsconfig/node16": "1.0.3",
"@types/async-retry": "1.4.5",
"@types/node": "18.11.9",
"@types/semver": "7.3.13",
"@typescript-eslint/parser": "5.42.1",
"@vercel/ncc": "0.34.0",
"ava": "5.0.1",
"c8": "8.0.1",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ava": "13.2.0",
"eslint-plugin-github": "4.4.1",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-simple-import-sort": "8.0.0",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"prettier": "2.7.1",
"ts-node": "10.9.1",
"typescript": "4.7.3"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
Expand Down

0 comments on commit 5e9d0e3

Please sign in to comment.