Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Jul 3, 2023
1 parent 13b259c commit 5d5dfeb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"@run-z/eslint-config": "^3.4.0",
"@run-z/prettier-config": "^2.0.0",
"@run-z/project-config": "^0.19.3",
"@swc/core": "^1.3.66",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"eslint-plugin-jest": "^27.2.2",
"gh-pages": "^5.0.0",
"jest": "^29.5.0",
Expand All @@ -73,12 +73,12 @@
"jest-mock": "^29.5.0",
"prettier": "^2.8.8",
"prettier-eslint-cli": "^7.1.0",
"rollup": "^3.25.2",
"rollup": "^3.26.0",
"run-z": "^1.11.0",
"ts-jest": "^29.1.0",
"tslib": "^2.5.3",
"ts-jest": "^29.1.1",
"tslib": "^2.6.0",
"typedoc": "^0.24.8",
"typescript": "~5.1.3"
"typescript": "~5.1.6"
},
"scripts": {
"all": "run-z build,lint,test",
Expand Down

0 comments on commit 5d5dfeb

Please sign in to comment.