Skip to content

Commit d5784fb

Browse files
committed
Add @ampproject/remapping and magic-string
1 parent 909c6da commit d5784fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
],
66
"devDependencies": {
77
"@actuallyworks/node-fetch": "^2.6.0",
8+
"@ampproject/remapping": "^2.2.0",
89
"@babel/cli": "^7.10.5",
910
"@babel/code-frame": "^7.10.4",
1011
"@babel/core": "^7.11.1",
@@ -78,6 +79,7 @@
7879
"jest-diff": "^29.4.2",
7980
"jest-environment-jsdom": "^29.4.2",
8081
"jest-snapshot-serializer-raw": "^1.2.0",
82+
"magic-string": "^0.30.0",
8183
"minimatch": "^3.0.4",
8284
"minimist": "^1.2.3",
8385
"mkdirp": "^0.5.1",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
resolved "https://registry.yarnpkg.com/@actuallyworks/node-fetch/-/node-fetch-2.6.0.tgz#d1adc48813ab2866d86481950b99287c8d22d677"
88
integrity sha512-4G5iCA6JJk5TYy9GqSyyjGIOnf1w/K+XvCdVDm/Q6ryQGPhAwIGyZpIkPMLFStdjoswlgJTiY64j3yMw4S6l8g==
99

10-
"@ampproject/remapping@^2.1.0":
10+
"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0":
1111
version "2.2.0"
1212
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
1313
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
@@ -11411,6 +11411,13 @@ magic-string@^0.27.0:
1141111411
dependencies:
1141211412
"@jridgewell/sourcemap-codec" "^1.4.13"
1141311413

11414+
magic-string@^0.30.0:
11415+
version "0.30.0"
11416+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.0.tgz#fd58a4748c5c4547338a424e90fa5dd17f4de529"
11417+
integrity sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==
11418+
dependencies:
11419+
"@jridgewell/sourcemap-codec" "^1.4.13"
11420+
1141411421
make-dir@^1.0.0, make-dir@^1.2.0:
1141511422
version "1.3.0"
1141611423
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"

0 commit comments

Comments
 (0)