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 4f548b9 commit fb148fd
Show file tree
Hide file tree
Showing 9 changed files with 176 additions and 191 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/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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/fetch-state-machine/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
2 changes: 1 addition & 1 deletion packages/flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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/fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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/remote-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 fb148fd

Please sign in to comment.