Skip to content

Commit cd16f63

Browse files
Update babel monorepo
1 parent b992eb8 commit cd16f63

File tree

8 files changed

+807
-531
lines changed

8 files changed

+807
-531
lines changed

WORK/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"lint:fix": "eslint -c ./eslintrc.js --fix . --ignore-path ./.eslintignore --resolve-plugins-relative-to ."
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "7.19.3",
22-
"@babel/core": "7.19.6",
21+
"@babel/cli": "7.21.0",
22+
"@babel/core": "7.21.0",
2323
"@babel/eslint-parser": "7.19.1",
2424
"@babel/plugin-syntax-dynamic-import": "7.8.3",
25-
"@babel/preset-env": "7.19.4",
25+
"@babel/preset-env": "7.20.2",
2626
"@rollup/plugin-babel": "6.0.3",
2727
"@rollup/plugin-commonjs": "22.0.2",
2828
"@rollup/plugin-node-resolve": "15.0.1",

_old/callbacks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"lint:fix": "eslint --fix . --ignore-path ./.eslintignore --resolve-plugins-relative-to ."
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "7.19.3",
22-
"@babel/core": "7.19.6",
21+
"@babel/cli": "7.21.0",
22+
"@babel/core": "7.21.0",
2323
"@babel/plugin-syntax-dynamic-import": "7.8.3",
24-
"@babel/preset-env": "7.19.4",
24+
"@babel/preset-env": "7.20.2",
2525
"@rollup/plugin-babel": "6.0.3",
2626
"@rollup/plugin-commonjs": "22.0.2",
2727
"@rollup/plugin-node-resolve": "15.0.1",

components/Miscellaneous/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"lint2:fix": "eslint --fix . --ignore-path ./.eslintignore --resolve-plugins-relative-to ."
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "7.19.3",
23-
"@babel/core": "7.19.6",
22+
"@babel/cli": "7.21.0",
23+
"@babel/core": "7.21.0",
2424
"@babel/eslint-parser": "7.19.1",
2525
"@babel/plugin-syntax-dynamic-import": "7.8.3",
26-
"@babel/preset-env": "7.19.4",
26+
"@babel/preset-env": "7.20.2",
2727
"@rollup/plugin-babel": "6.0.3",
2828
"@rollup/plugin-commonjs": "22.0.2",
2929
"@rollup/plugin-node-resolve": "15.0.1",

components/Miscellaneous/yarn.lock

Lines changed: 259 additions & 182 deletions
Large diffs are not rendered by default.

components/Typography/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"lint2:fix": "eslint --fix . --ignore-path ./.eslintignore --resolve-plugins-relative-to ."
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "7.19.3",
23-
"@babel/core": "7.19.6",
22+
"@babel/cli": "7.21.0",
23+
"@babel/core": "7.21.0",
2424
"@babel/eslint-parser": "7.19.1",
2525
"@babel/plugin-syntax-dynamic-import": "7.8.3",
26-
"@babel/preset-env": "7.19.4",
26+
"@babel/preset-env": "7.20.2",
2727
"@rollup/plugin-babel": "6.0.3",
2828
"@rollup/plugin-commonjs": "22.0.2",
2929
"@rollup/plugin-node-resolve": "15.0.1",

components/Typography/yarn.lock

Lines changed: 274 additions & 152 deletions
Large diffs are not rendered by default.

components/innerComponents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"lint2:fix": "eslint --fix . --ignore-path ./.eslintignore --resolve-plugins-relative-to ."
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "7.19.3",
23-
"@babel/core": "7.19.6",
22+
"@babel/cli": "7.21.0",
23+
"@babel/core": "7.21.0",
2424
"@babel/eslint-parser": "7.19.1",
2525
"@babel/plugin-syntax-dynamic-import": "7.8.3",
26-
"@babel/preset-env": "7.19.4",
26+
"@babel/preset-env": "7.20.2",
2727
"@rollup/plugin-babel": "6.0.3",
2828
"@rollup/plugin-commonjs": "22.0.2",
2929
"@rollup/plugin-node-resolve": "15.0.1",

components/innerComponents/yarn.lock

Lines changed: 259 additions & 182 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)