Skip to content

Commit 4b973f7

Browse files
committed
chore(deps): update
1 parent 56eece3 commit 4b973f7

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@lerna-lite/version": "^3.1.0",
4545
"@typescript-eslint/eslint-plugin": "^6.15.0",
4646
"@typescript-eslint/parser": "^6.15.0",
47-
"eslint": "^8.55.0",
47+
"eslint": "^8.56.0",
4848
"eslint-import-resolver-typescript": "^3.6.1",
49-
"eslint-plugin-import": "^2.29.0",
49+
"eslint-plugin-import": "^2.29.1",
5050
"npm-run-all": "^4.1.5",
5151
"prettier": "^3.1.1",
5252
"typescript": "^5.3.3"

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@alwatr/type": "^1.2.4",
6464
"@alwatr/util": "^1.4.1",
6565
"@types/node": "^20.10.5",
66-
"esbuild": "^0.19.9",
66+
"esbuild": "^0.19.10",
6767
"npm-run-all": "^4.1.5",
6868
"tslib": "^2.6.2",
6969
"typescript": "^5.3.3"

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@alwatr/type": "^1.2.4",
6868
"@types/node": "^20.10.5",
69-
"esbuild": "^0.19.9",
69+
"esbuild": "^0.19.10",
7070
"npm-run-all": "^4.1.5",
7171
"typescript": "^5.3.3"
7272
}

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@alwatr/type": "^1.2.4",
6767
"@alwatr/util": "^1.4.1",
6868
"@types/node": "^20.10.5",
69-
"esbuild": "^0.19.9",
69+
"esbuild": "^0.19.10",
7070
"npm-run-all": "^4.1.5",
7171
"typescript": "^5.3.3"
7272
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ __metadata:
7676
"@alwatr/type": "npm:^1.2.4"
7777
"@alwatr/util": "npm:^1.4.1"
7878
"@types/node": "npm:^20.10.5"
79-
esbuild: "npm:^0.19.9"
79+
esbuild: "npm:^0.19.10"
8080
npm-run-all: "npm:^4.1.5"
8181
tslib: "npm:^2.6.2"
8282
typescript: "npm:^5.3.3"
@@ -91,7 +91,7 @@ __metadata:
9191
"@alwatr/type": "npm:^1.2.4"
9292
"@alwatr/util": "npm:^1.4.1"
9393
"@types/node": "npm:^20.10.5"
94-
esbuild: "npm:^0.19.9"
94+
esbuild: "npm:^0.19.10"
9595
exit-hook: "npm:^4.0.0"
9696
npm-run-all: "npm:^4.1.5"
9797
tslib: "npm:^2.6.2"
@@ -108,7 +108,7 @@ __metadata:
108108
"@alwatr/type": "npm:^1.2.4"
109109
"@alwatr/util": "npm:^1.4.1"
110110
"@types/node": "npm:^20.10.5"
111-
esbuild: "npm:^0.19.9"
111+
esbuild: "npm:^0.19.10"
112112
npm-run-all: "npm:^4.1.5"
113113
tslib: "npm:^2.6.2"
114114
typescript: "npm:^5.3.3"
@@ -1344,9 +1344,9 @@ __metadata:
13441344
"@lerna-lite/version": "npm:^3.1.0"
13451345
"@typescript-eslint/eslint-plugin": "npm:^6.15.0"
13461346
"@typescript-eslint/parser": "npm:^6.15.0"
1347-
eslint: "npm:^8.55.0"
1347+
eslint: "npm:^8.56.0"
13481348
eslint-import-resolver-typescript: "npm:^3.6.1"
1349-
eslint-plugin-import: "npm:^2.29.0"
1349+
eslint-plugin-import: "npm:^2.29.1"
13501350
npm-run-all: "npm:^4.1.5"
13511351
prettier: "npm:^3.1.1"
13521352
typescript: "npm:^5.3.3"
@@ -2336,7 +2336,7 @@ __metadata:
23362336
languageName: node
23372337
linkType: hard
23382338

2339-
"esbuild@npm:^0.19.9":
2339+
"esbuild@npm:^0.19.10":
23402340
version: 0.19.10
23412341
resolution: "esbuild@npm:0.19.10"
23422342
dependencies:
@@ -2485,7 +2485,7 @@ __metadata:
24852485
languageName: node
24862486
linkType: hard
24872487

2488-
"eslint-plugin-import@npm:^2.29.0":
2488+
"eslint-plugin-import@npm:^2.29.1":
24892489
version: 2.29.1
24902490
resolution: "eslint-plugin-import@npm:2.29.1"
24912491
dependencies:
@@ -2529,7 +2529,7 @@ __metadata:
25292529
languageName: node
25302530
linkType: hard
25312531

2532-
"eslint@npm:^8.55.0":
2532+
"eslint@npm:^8.56.0":
25332533
version: 8.56.0
25342534
resolution: "eslint@npm:8.56.0"
25352535
dependencies:

0 commit comments

Comments
 (0)