Skip to content

Commit 46dbf84

Browse files
committed
Add missing dependency
1 parent ebded6a commit 46dbf84

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.24.8",
26+
"@babel/core": "^7.25.2",
2627
"@exercism/babel-preset-typescript": "^0.6.0",
2728
"@exercism/eslint-config-tooling": "^0.5.0",
2829
"@jest/globals": "^29.7.0",
2930
"@tsconfig/recommended": "^1.0.7",
31+
"@types/babel__core": "^7",
3032
"@types/node": "^22.1.0",
3133
"@typescript-eslint/parser": "^8.0.1",
3234
"@typescript-eslint/types": "^8.0.1",

yarn.lock

+24-9
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ __metadata:
500500
languageName: node
501501
linkType: hard
502502

503-
"@babel/parser@npm:^7.25.3":
503+
"@babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3":
504504
version: 7.25.3
505505
resolution: "@babel/parser@npm:7.25.3"
506506
dependencies:
@@ -1673,25 +1673,25 @@ __metadata:
16731673
languageName: node
16741674
linkType: hard
16751675

1676-
"@babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.24.9, @babel/types@npm:^7.25.0, @babel/types@npm:^7.8.3":
1677-
version: 7.25.0
1678-
resolution: "@babel/types@npm:7.25.0"
1676+
"@babel/types@npm:^7.20.7, @babel/types@npm:^7.25.2":
1677+
version: 7.25.2
1678+
resolution: "@babel/types@npm:7.25.2"
16791679
dependencies:
16801680
"@babel/helper-string-parser": "npm:^7.24.8"
16811681
"@babel/helper-validator-identifier": "npm:^7.24.7"
16821682
to-fast-properties: "npm:^2.0.0"
1683-
checksum: 10/07bd6079e64a8c4038367188390b7e51403fe8b43ff7cf651154ce3202c733cda6616bab9f866b89a2b740b640b9fbab37c5b5c94cc18ec9f9b348dadfa73dff
1683+
checksum: 10/ccf5399db1dcd6dd87b84a6f7bc8dd241e04a326f4f038c973c26ccb69cd360c8f2276603f584c58fd94da95229313060b27baceb0d9b18a435742d3f616afd1
16841684
languageName: node
16851685
linkType: hard
16861686

1687-
"@babel/types@npm:^7.25.2":
1688-
version: 7.25.2
1689-
resolution: "@babel/types@npm:7.25.2"
1687+
"@babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.24.9, @babel/types@npm:^7.25.0, @babel/types@npm:^7.8.3":
1688+
version: 7.25.0
1689+
resolution: "@babel/types@npm:7.25.0"
16901690
dependencies:
16911691
"@babel/helper-string-parser": "npm:^7.24.8"
16921692
"@babel/helper-validator-identifier": "npm:^7.24.7"
16931693
to-fast-properties: "npm:^2.0.0"
1694-
checksum: 10/ccf5399db1dcd6dd87b84a6f7bc8dd241e04a326f4f038c973c26ccb69cd360c8f2276603f584c58fd94da95229313060b27baceb0d9b18a435742d3f616afd1
1694+
checksum: 10/07bd6079e64a8c4038367188390b7e51403fe8b43ff7cf651154ce3202c733cda6616bab9f866b89a2b740b640b9fbab37c5b5c94cc18ec9f9b348dadfa73dff
16951695
languageName: node
16961696
linkType: hard
16971697

@@ -1797,10 +1797,12 @@ __metadata:
17971797
resolution: "@exercism/static-analysis@workspace:."
17981798
dependencies:
17991799
"@babel/cli": "npm:^7.24.8"
1800+
"@babel/core": "npm:^7.25.2"
18001801
"@exercism/babel-preset-typescript": "npm:^0.6.0"
18011802
"@exercism/eslint-config-tooling": "npm:^0.5.0"
18021803
"@jest/globals": "npm:^29.7.0"
18031804
"@tsconfig/recommended": "npm:^1.0.7"
1805+
"@types/babel__core": "npm:^7"
18041806
"@types/node": "npm:^22.1.0"
18051807
"@typescript-eslint/parser": "npm:^8.0.1"
18061808
"@typescript-eslint/types": "npm:^8.0.1"
@@ -2295,6 +2297,19 @@ __metadata:
22952297
languageName: node
22962298
linkType: hard
22972299

2300+
"@types/babel__core@npm:^7":
2301+
version: 7.20.5
2302+
resolution: "@types/babel__core@npm:7.20.5"
2303+
dependencies:
2304+
"@babel/parser": "npm:^7.20.7"
2305+
"@babel/types": "npm:^7.20.7"
2306+
"@types/babel__generator": "npm:*"
2307+
"@types/babel__template": "npm:*"
2308+
"@types/babel__traverse": "npm:*"
2309+
checksum: 10/c32838d280b5ab59d62557f9e331d3831f8e547ee10b4f85cb78753d97d521270cebfc73ce501e9fb27fe71884d1ba75e18658692c2f4117543f0fc4e3e118b3
2310+
languageName: node
2311+
linkType: hard
2312+
22982313
"@types/babel__core@npm:^7.1.14":
22992314
version: 7.1.15
23002315
resolution: "@types/babel__core@npm:7.1.15"

0 commit comments

Comments
 (0)