Skip to content

Commit 23179d6

Browse files
authored
Remove unnecessary js-yaml package (#240)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 2fcb819 commit 23179d6

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"dependencies": {
3030
"@types/jsonpath": "^0.2.4",
3131
"formik": "2.4.2",
32-
"js-yaml": "^4.1.0",
3332
"jsonpath": "^1.1.1",
3433
"reactflow": "^11.8.3",
3534
"yup": "^1.3.2"

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,6 @@
288288
resolved "https://registry.yarnpkg.com/@types/jsonpath/-/jsonpath-0.2.4.tgz#065be59981c1420832835af656377622271154be"
289289
integrity sha512-K3hxB8Blw0qgW6ExKgMbXQv2UPZBoE2GqLpVY+yr7nMD2Pq86lsuIzyAaiQ7eMqFL5B6di6pxSkogLJEyEHoGA==
290290

291-
argparse@^2.0.1:
292-
version "2.0.1"
293-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
294-
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
295-
296291
classcat@^5.0.3, classcat@^5.0.4:
297292
version "5.0.4"
298293
resolved "https://registry.yarnpkg.com/classcat/-/classcat-5.0.4.tgz#e12d1dfe6df6427f260f03b80dc63571a5107ba6"
@@ -427,13 +422,6 @@ hoist-non-react-statics@^3.3.0:
427422
dependencies:
428423
react-is "^16.7.0"
429424

430-
js-yaml@^4.1.0:
431-
version "4.1.0"
432-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
433-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
434-
dependencies:
435-
argparse "^2.0.1"
436-
437425
jsonpath@^1.1.1:
438426
version "1.1.1"
439427
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.1.1.tgz#0ca1ed8fb65bb3309248cc9d5466d12d5b0b9901"

0 commit comments

Comments
 (0)