Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Jun 29, 2024
1 parent b7f3119 commit e4845b4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,27 @@
"@run-z/eslint-config": "^4.0.0",
"@run-z/prettier-config": "^2.0.0",
"@run-z/project-config": "^0.20.2",
"@swc/core": "^1.4.11",
"@swc/core": "^1.6.5",
"@swc/jest": "^0.2.36",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"chalk": "^5.3.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.6.0",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-mock": "^29.7.0",
"prettier": "^2.8.8",
"prettier-eslint-cli": "^7.1.0",
"rollup": "^4.13.0",
"rollup": "^4.18.0",
"run-z": "2.0.0-bootstrap",
"strip-ansi": "^7.1.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.12",
"typescript": "~5.4.2"
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",
"typedoc": "^0.26.3",
"typescript": "~5.4.5"
},
"scripts": {
"all": "run-z build,lint,test",
Expand Down

0 comments on commit e4845b4

Please sign in to comment.