Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 29, 2024
1 parent 01b5168 commit 1c4ef63
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 205 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"devDependencies": {
"@alwatr/eslint-config": "^1.2.7",
"@alwatr/prettier-config": "^1.0.4",
"@lerna-lite/changed": "^3.9.1",
"@lerna-lite/cli": "^3.9.1",
"@lerna-lite/diff": "^3.9.1",
"@lerna-lite/exec": "^3.9.1",
"@lerna-lite/publish": "^3.9.1",
"@lerna-lite/run": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@lerna-lite/changed": "^3.9.2",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/diff": "^3.9.2",
"@lerna-lite/exec": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/run": "^3.9.2",
"@lerna-lite/version": "^3.9.2",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.6",
"@types/node": "^22.7.2",
"@types/node": "^22.7.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.6",
"@types/node": "^22.7.2",
"@types/node": "^22.7.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nanotron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.6",
"@types/node": "^22.7.2",
"@types/node": "^22.7.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
}
Expand Down
Loading

0 comments on commit 1c4ef63

Please sign in to comment.