Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 19, 2023
1 parent 56eece3 commit 4b973f7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@lerna-lite/version": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@alwatr/type": "^1.2.4",
"@alwatr/util": "^1.4.1",
"@types/node": "^20.10.5",
"esbuild": "^0.19.9",
"esbuild": "^0.19.10",
"npm-run-all": "^4.1.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@alwatr/type": "^1.2.4",
"@types/node": "^20.10.5",
"esbuild": "^0.19.9",
"esbuild": "^0.19.10",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@alwatr/type": "^1.2.4",
"@alwatr/util": "^1.4.1",
"@types/node": "^20.10.5",
"esbuild": "^0.19.9",
"esbuild": "^0.19.10",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ __metadata:
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
"@types/node": "npm:^20.10.5"
esbuild: "npm:^0.19.9"
esbuild: "npm:^0.19.10"
npm-run-all: "npm:^4.1.5"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.3"
Expand All @@ -91,7 +91,7 @@ __metadata:
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
"@types/node": "npm:^20.10.5"
esbuild: "npm:^0.19.9"
esbuild: "npm:^0.19.10"
exit-hook: "npm:^4.0.0"
npm-run-all: "npm:^4.1.5"
tslib: "npm:^2.6.2"
Expand All @@ -108,7 +108,7 @@ __metadata:
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
"@types/node": "npm:^20.10.5"
esbuild: "npm:^0.19.9"
esbuild: "npm:^0.19.10"
npm-run-all: "npm:^4.1.5"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -1344,9 +1344,9 @@ __metadata:
"@lerna-lite/version": "npm:^3.1.0"
"@typescript-eslint/eslint-plugin": "npm:^6.15.0"
"@typescript-eslint/parser": "npm:^6.15.0"
eslint: "npm:^8.55.0"
eslint: "npm:^8.56.0"
eslint-import-resolver-typescript: "npm:^3.6.1"
eslint-plugin-import: "npm:^2.29.0"
eslint-plugin-import: "npm:^2.29.1"
npm-run-all: "npm:^4.1.5"
prettier: "npm:^3.1.1"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -2336,7 +2336,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.19.9":
"esbuild@npm:^0.19.10":
version: 0.19.10
resolution: "esbuild@npm:0.19.10"
dependencies:
Expand Down Expand Up @@ -2485,7 +2485,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.29.0":
"eslint-plugin-import@npm:^2.29.1":
version: 2.29.1
resolution: "eslint-plugin-import@npm:2.29.1"
dependencies:
Expand Down Expand Up @@ -2529,7 +2529,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.55.0":
"eslint@npm:^8.56.0":
version: 8.56.0
resolution: "eslint@npm:8.56.0"
dependencies:
Expand Down

0 comments on commit 4b973f7

Please sign in to comment.