Skip to content

Commit 1df860c

Browse files
dependabot[bot]wojtekmaj
authored andcommitted
Bump @babel/core from 7.19.6 to 7.20.2 in /test (#65)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 188edcc commit 1df860c

File tree

2 files changed

+115
-20
lines changed

2 files changed

+115
-20
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.15.0",
23+
"@babel/core": "^7.20.2",
2424
"@babel/preset-env": "^7.15.0",
2525
"@babel/preset-react": "^7.14.0",
2626
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",

test/yarn.lock

Lines changed: 114 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,33 @@ __metadata:
3131
languageName: node
3232
linkType: hard
3333

34-
"@babel/core@npm:^7.15.0":
35-
version: 7.19.6
36-
resolution: "@babel/core@npm:7.19.6"
34+
"@babel/compat-data@npm:^7.20.0":
35+
version: 7.20.1
36+
resolution: "@babel/compat-data@npm:7.20.1"
37+
checksum: 989b9b7a6fe43c547bb8329241bd0ba6983488b83d29cc59de35536272ee6bb4cc7487ba6c8a4bceebb3a57f8c5fea1434f80bbbe75202bc79bc1110f955ff25
38+
languageName: node
39+
linkType: hard
40+
41+
"@babel/core@npm:^7.20.2":
42+
version: 7.20.2
43+
resolution: "@babel/core@npm:7.20.2"
3744
dependencies:
3845
"@ampproject/remapping": ^2.1.0
3946
"@babel/code-frame": ^7.18.6
40-
"@babel/generator": ^7.19.6
41-
"@babel/helper-compilation-targets": ^7.19.3
42-
"@babel/helper-module-transforms": ^7.19.6
43-
"@babel/helpers": ^7.19.4
44-
"@babel/parser": ^7.19.6
47+
"@babel/generator": ^7.20.2
48+
"@babel/helper-compilation-targets": ^7.20.0
49+
"@babel/helper-module-transforms": ^7.20.2
50+
"@babel/helpers": ^7.20.1
51+
"@babel/parser": ^7.20.2
4552
"@babel/template": ^7.18.10
46-
"@babel/traverse": ^7.19.6
47-
"@babel/types": ^7.19.4
53+
"@babel/traverse": ^7.20.1
54+
"@babel/types": ^7.20.2
4855
convert-source-map: ^1.7.0
4956
debug: ^4.1.0
5057
gensync: ^1.0.0-beta.2
5158
json5: ^2.2.1
5259
semver: ^6.3.0
53-
checksum: 85c0bd38d0ef180aa2d23c3db6840a0baec88d2e05c30e7ffc3dfeb6b2b89d6e4864922f04997a1f4ce55f9dd469bf2e76518d5c7ae744b98516709d32769b73
60+
checksum: 98faaaef26103a276a30a141b951a93bc8418d100d1f668bf7a69d12f3e25df57958e8b6b9100d95663f720db62da85ade736f6629a5ebb1e640251a1b43c0e4
5461
languageName: node
5562
linkType: hard
5663

@@ -65,6 +72,17 @@ __metadata:
6572
languageName: node
6673
linkType: hard
6774

75+
"@babel/generator@npm:^7.20.1, @babel/generator@npm:^7.20.2":
76+
version: 7.20.2
77+
resolution: "@babel/generator@npm:7.20.2"
78+
dependencies:
79+
"@babel/types": ^7.20.2
80+
"@jridgewell/gen-mapping": ^0.3.2
81+
jsesc: ^2.5.1
82+
checksum: 56b780b8490e007ceeea0c1fc9cea230210488efbcd62b139876ae01958aacab3dd5931fa02ff3a991850af05c01d658baf85f11d4a5cb9c3b899db544214bb9
83+
languageName: node
84+
linkType: hard
85+
6886
"@babel/helper-annotate-as-pure@npm:^7.18.6":
6987
version: 7.18.6
7088
resolution: "@babel/helper-annotate-as-pure@npm:7.18.6"
@@ -98,6 +116,20 @@ __metadata:
98116
languageName: node
99117
linkType: hard
100118

119+
"@babel/helper-compilation-targets@npm:^7.20.0":
120+
version: 7.20.0
121+
resolution: "@babel/helper-compilation-targets@npm:7.20.0"
122+
dependencies:
123+
"@babel/compat-data": ^7.20.0
124+
"@babel/helper-validator-option": ^7.18.6
125+
browserslist: ^4.21.3
126+
semver: ^6.3.0
127+
peerDependencies:
128+
"@babel/core": ^7.0.0
129+
checksum: bc183f2109648849c8fde0b3c5cf08adf2f7ad6dc617b546fd20f34c8ef574ee5ee293c8d1bd0ed0221212e8f5907cdc2c42097870f1dcc769a654107d82c95b
130+
languageName: node
131+
linkType: hard
132+
101133
"@babel/helper-create-class-features-plugin@npm:^7.18.6":
102134
version: 7.19.0
103135
resolution: "@babel/helper-create-class-features-plugin@npm:7.19.0"
@@ -212,6 +244,22 @@ __metadata:
212244
languageName: node
213245
linkType: hard
214246

247+
"@babel/helper-module-transforms@npm:^7.20.2":
248+
version: 7.20.2
249+
resolution: "@babel/helper-module-transforms@npm:7.20.2"
250+
dependencies:
251+
"@babel/helper-environment-visitor": ^7.18.9
252+
"@babel/helper-module-imports": ^7.18.6
253+
"@babel/helper-simple-access": ^7.20.2
254+
"@babel/helper-split-export-declaration": ^7.18.6
255+
"@babel/helper-validator-identifier": ^7.19.1
256+
"@babel/template": ^7.18.10
257+
"@babel/traverse": ^7.20.1
258+
"@babel/types": ^7.20.2
259+
checksum: 33a60ca115f6fce2c9d98e2a2e5649498aa7b23e2ae3c18745d7a021487708fc311458c33542f299387a0da168afccba94116e077f2cce49ae9e5ab83399e8a2
260+
languageName: node
261+
linkType: hard
262+
215263
"@babel/helper-optimise-call-expression@npm:^7.18.6":
216264
version: 7.18.6
217265
resolution: "@babel/helper-optimise-call-expression@npm:7.18.6"
@@ -264,6 +312,15 @@ __metadata:
264312
languageName: node
265313
linkType: hard
266314

315+
"@babel/helper-simple-access@npm:^7.20.2":
316+
version: 7.20.2
317+
resolution: "@babel/helper-simple-access@npm:7.20.2"
318+
dependencies:
319+
"@babel/types": ^7.20.2
320+
checksum: ad1e96ee2e5f654ffee2369a586e5e8d2722bf2d8b028a121b4c33ebae47253f64d420157b9f0a8927aea3a9e0f18c0103e74fdd531815cf3650a0a4adca11a1
321+
languageName: node
322+
linkType: hard
323+
267324
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.18.9":
268325
version: 7.18.9
269326
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.18.9"
@@ -315,14 +372,14 @@ __metadata:
315372
languageName: node
316373
linkType: hard
317374

318-
"@babel/helpers@npm:^7.19.4":
319-
version: 7.19.4
320-
resolution: "@babel/helpers@npm:7.19.4"
375+
"@babel/helpers@npm:^7.20.1":
376+
version: 7.20.1
377+
resolution: "@babel/helpers@npm:7.20.1"
321378
dependencies:
322379
"@babel/template": ^7.18.10
323-
"@babel/traverse": ^7.19.4
324-
"@babel/types": ^7.19.4
325-
checksum: e2684e9a79d45b95db05c7e14628e8dd1d91ad59433a3afd715bdf19d4683d9e9f84382bcc82316b678aa609ecfc41b07be0b9c49eed07c444f82a6b9e501186
380+
"@babel/traverse": ^7.20.1
381+
"@babel/types": ^7.20.0
382+
checksum: be35f78666bdab895775ed94dbeb098f7b4fa08ce4cfb0c3a9e69b7220cce56960dcdc2b14f5df9d3b80388d4bf7df155c97f6cf6768c0138f4e6931d0f44955
326383
languageName: node
327384
linkType: hard
328385

@@ -346,6 +403,15 @@ __metadata:
346403
languageName: node
347404
linkType: hard
348405

406+
"@babel/parser@npm:^7.20.1, @babel/parser@npm:^7.20.2":
407+
version: 7.20.2
408+
resolution: "@babel/parser@npm:7.20.2"
409+
bin:
410+
parser: ./bin/babel-parser.js
411+
checksum: 441d0550144f338e1a41de785b914f5942c493dfafdf07cccdc19c3ecf94aa5ea58741566e199e385ba7a09e3e51522df87f7405cdf14ec88da0ff11db8030f1
412+
languageName: node
413+
linkType: hard
414+
349415
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.18.6":
350416
version: 7.18.6
351417
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.18.6"
@@ -1298,7 +1364,7 @@ __metadata:
12981364
languageName: node
12991365
linkType: hard
13001366

1301-
"@babel/traverse@npm:^7.19.0, @babel/traverse@npm:^7.19.1, @babel/traverse@npm:^7.19.4, @babel/traverse@npm:^7.19.6":
1367+
"@babel/traverse@npm:^7.19.0, @babel/traverse@npm:^7.19.1, @babel/traverse@npm:^7.19.6":
13021368
version: 7.19.6
13031369
resolution: "@babel/traverse@npm:7.19.6"
13041370
dependencies:
@@ -1316,6 +1382,24 @@ __metadata:
13161382
languageName: node
13171383
linkType: hard
13181384

1385+
"@babel/traverse@npm:^7.20.1":
1386+
version: 7.20.1
1387+
resolution: "@babel/traverse@npm:7.20.1"
1388+
dependencies:
1389+
"@babel/code-frame": ^7.18.6
1390+
"@babel/generator": ^7.20.1
1391+
"@babel/helper-environment-visitor": ^7.18.9
1392+
"@babel/helper-function-name": ^7.19.0
1393+
"@babel/helper-hoist-variables": ^7.18.6
1394+
"@babel/helper-split-export-declaration": ^7.18.6
1395+
"@babel/parser": ^7.20.1
1396+
"@babel/types": ^7.20.0
1397+
debug: ^4.1.0
1398+
globals: ^11.1.0
1399+
checksum: 6696176d574b7ff93466848010bc7e94b250169379ec2a84f1b10da46a7cc2018ea5e3a520c3078487db51e3a4afab9ecff48f25d1dbad8c1319362f4148fb4b
1400+
languageName: node
1401+
linkType: hard
1402+
13191403
"@babel/types@npm:^7.18.10, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.19.4, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
13201404
version: 7.19.4
13211405
resolution: "@babel/types@npm:7.19.4"
@@ -1327,6 +1411,17 @@ __metadata:
13271411
languageName: node
13281412
linkType: hard
13291413

1414+
"@babel/types@npm:^7.20.0, @babel/types@npm:^7.20.2":
1415+
version: 7.20.2
1416+
resolution: "@babel/types@npm:7.20.2"
1417+
dependencies:
1418+
"@babel/helper-string-parser": ^7.19.4
1419+
"@babel/helper-validator-identifier": ^7.19.1
1420+
to-fast-properties: ^2.0.0
1421+
checksum: 57e76e5f21876135f481bfd4010c87f2d38196bb0a2bc60a28d6e55e3afa90cdd9accf164e4cb71bdfb620517fa0a0cb5600cdce36c21d59fdaccfbb899c024c
1422+
languageName: node
1423+
linkType: hard
1424+
13301425
"@discoveryjs/json-ext@npm:^0.5.0":
13311426
version: 0.5.7
13321427
resolution: "@discoveryjs/json-ext@npm:0.5.7"
@@ -5312,7 +5407,7 @@ __metadata:
53125407
version: 0.0.0-use.local
53135408
resolution: "react-timerange-picker-test-page@workspace:."
53145409
dependencies:
5315-
"@babel/core": ^7.15.0
5410+
"@babel/core": ^7.20.2
53165411
"@babel/preset-env": ^7.15.0
53175412
"@babel/preset-react": ^7.14.0
53185413
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.0

0 commit comments

Comments
 (0)