Skip to content

Commit 262a612

Browse files
committed
Add esbuild to devDependencies of toolkit
1 parent 99d008a commit 262a612

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/toolkit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@typescript-eslint/parser": "^6",
6868
"axios": "^0.19.2",
6969
"console-testing-library": "0.6.1",
70+
"esbuild": "^0.21.4",
7071
"esbuild-extra": "^0.3.1",
7172
"eslint": "^7.25.0",
7273
"eslint-config-prettier": "^9.1.0",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7797,6 +7797,7 @@ __metadata:
77977797
"@typescript-eslint/parser": "npm:^6"
77987798
axios: "npm:^0.19.2"
77997799
console-testing-library: "npm:0.6.1"
7800+
esbuild: "npm:^0.21.4"
78007801
esbuild-extra: "npm:^0.3.1"
78017802
eslint: "npm:^7.25.0"
78027803
eslint-config-prettier: "npm:^9.1.0"

0 commit comments

Comments
 (0)