Skip to content

Commit f56807b

Browse files
committed
fix: delete the helpers in package.josn resolutions
1 parent 4db078b commit f56807b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"postcss": "^8.4.31",
9595
"nth-check": "^2.0.1",
9696
"@babel/runtime": "7.26.10",
97-
"@babel/helpers": "7.26.10",
9897
"3d-force-graph": "1.74.6"
9998
}
10099
}

src/utils/.preview.js.swp

16 KB
Binary file not shown.

yarn.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,22 @@
282282
"@babel/traverse" "^7.27.1"
283283
"@babel/types" "^7.27.1"
284284

285-
"@babel/[email protected]", "@babel/helpers@^7.27.4":
285+
286286
version "7.26.10"
287287
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
288288
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
289289
dependencies:
290290
"@babel/template" "^7.26.9"
291291
"@babel/types" "^7.26.10"
292292

293+
"@babel/helpers@^7.27.4":
294+
version "7.27.6"
295+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
296+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
297+
dependencies:
298+
"@babel/template" "^7.27.2"
299+
"@babel/types" "^7.27.6"
300+
293301
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.5", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
294302
version "7.27.5"
295303
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
@@ -1167,7 +1175,7 @@
11671175
"@babel/helper-validator-identifier" "^7.16.7"
11681176
to-fast-properties "^2.0.0"
11691177

1170-
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.17.0", "@babel/types@^7.20.7", "@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1178+
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.17.0", "@babel/types@^7.20.7", "@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11711179
version "7.27.6"
11721180
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
11731181
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==

0 commit comments

Comments
 (0)