Skip to content

Commit 625b018

Browse files
committed
[*] [dev deps] update @babel/core
1 parent f87d724 commit 625b018

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"license": "MIT",
6262
"devDependencies": {
6363
"@babel/cli": "^7.19.3",
64-
"@babel/core": "^7.19.6",
64+
"@babel/core": "^7.20.2",
6565
"@babel/eslint-parser": "^7.19.1",
6666
"@babel/node": "^7.19.1",
6767
"@babel/register": "^7.18.9",

packages/enzyme-adapter-react-13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@babel/cli": "^7.19.3",
54-
"@babel/core": "^7.19.6",
54+
"@babel/core": "^7.20.2",
5555
"@babel/eslint-parser": "^7.19.1",
5656
"babel-plugin-add-module-exports": "^1.0.4",
5757
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/cli": "^7.19.3",
58-
"@babel/core": "^7.19.6",
58+
"@babel/core": "^7.20.2",
5959
"@babel/eslint-parser": "^7.19.1",
6060
"babel-plugin-add-module-exports": "^1.0.4",
6161
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-15.4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/cli": "^7.19.3",
58-
"@babel/core": "^7.19.6",
58+
"@babel/core": "^7.20.2",
5959
"@babel/eslint-parser": "^7.19.1",
6060
"babel-plugin-add-module-exports": "^1.0.4",
6161
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.19.3",
57-
"@babel/core": "^7.19.6",
57+
"@babel/core": "^7.20.2",
5858
"@babel/eslint-parser": "^7.19.1",
5959
"babel-plugin-add-module-exports": "^1.0.4",
6060
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-16.1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/cli": "^7.19.3",
58-
"@babel/core": "^7.19.6",
58+
"@babel/core": "^7.20.2",
5959
"@babel/eslint-parser": "^7.19.1",
6060
"babel-plugin-add-module-exports": "^1.0.4",
6161
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-16.2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@babel/cli": "^7.19.3",
59-
"@babel/core": "^7.19.6",
59+
"@babel/core": "^7.20.2",
6060
"@babel/eslint-parser": "^7.19.1",
6161
"babel-plugin-add-module-exports": "^1.0.4",
6262
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-16.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@babel/cli": "^7.19.3",
59-
"@babel/core": "^7.19.6",
59+
"@babel/core": "^7.20.2",
6060
"@babel/eslint-parser": "^7.19.1",
6161
"babel-plugin-add-module-exports": "^1.0.4",
6262
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@babel/cli": "^7.19.3",
60-
"@babel/core": "^7.19.6",
60+
"@babel/core": "^7.20.2",
6161
"@babel/eslint-parser": "^7.19.1",
6262
"babel-plugin-add-module-exports": "^1.0.4",
6363
"babel-plugin-transform-replace-object-assign": "^2.0.0",

packages/enzyme-adapter-react-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"license": "MIT",
4545
"devDependencies": {
4646
"@babel/cli": "^7.19.3",
47-
"@babel/core": "^7.19.6",
47+
"@babel/core": "^7.20.2",
4848
"@babel/eslint-parser": "^7.19.1",
4949
"babel-plugin-add-module-exports": "^1.0.4",
5050
"babel-plugin-transform-replace-object-assign": "^2.0.0",

0 commit comments

Comments
 (0)