Skip to content

Commit

Permalink
ci: update devDependencies to min version to fix npm outdated error (#…
Browse files Browse the repository at this point in the history
…247)

* ci: update deps to min version to fix npm outdated error
  • Loading branch information
robin-thomas authored Oct 2, 2023
1 parent 3b83d13 commit 390a8e1
Show file tree
Hide file tree
Showing 2 changed files with 1,097 additions and 497 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,35 @@
"@commitlint/config-lerna-scopes": "^16.2.4",
"@jest/globals": "^27.5.1",
"@octokit/request": "^5.6.3",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/cross-spawn": "^6.0.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/cross-spawn": "^6.0.3",
"@types/fs-extra": "^9.0.13",
"@types/got": "9.6.12",
"@types/jest": "^27.4.1",
"@types/jest-when": "^3.5.0",
"@types/jest": "^27.5.2",
"@types/jest-when": "^3.5.3",
"@types/node": "^17.0.21",
"@types/prompts": "2.0.14",
"@types/tar": "6.1.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vercel/ncc": "^0.33.3",
"commitizen": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.33.4",
"commitizen": "^4.3.0",
"copyfiles": "^2.4.1",
"cross-spawn": "^7.0.3",
"dir-compare": "^4.0.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"dir-compare": "^4.2.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-when": "^3.5.1",
"jest-when": "^3.6.0",
"lerna": "^4.0.0",
"lint-staged": "^12.3.5",
"lint-staged": "^12.5.0",
"pinst": "^3.0.0",
"prettier": "^2.5.1",
"prettier": "^2.8.8",
"shx": "^0.3.4",
"tempy": "1.0.1",
"ts-jest": "^27.1.3",
"typescript": "~4.6.2"
"ts-jest": "^27.1.5",
"typescript": "~4.6.4"
},
"engines": {
"node": ">=16.0.0"
Expand Down
Loading

0 comments on commit 390a8e1

Please sign in to comment.