Skip to content

Commit 6776e72

Browse files
committed
chore: update babel
1 parent dfe1069 commit 6776e72

File tree

5 files changed

+992
-41
lines changed

5 files changed

+992
-41
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"react-dom": "16.8.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.10.2",
40-
"@babel/plugin-proposal-class-properties": "^7.10.1",
41-
"@babel/plugin-proposal-decorators": "^7.10.1",
42-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
43-
"@babel/plugin-proposal-numeric-separator": "^7.10.1",
44-
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
45-
"@babel/plugin-transform-runtime": "^7.10.1",
46-
"@babel/preset-env": "^7.10.2",
47-
"@babel/preset-react": "^7.10.1",
48-
"@babel/preset-typescript": "^7.10.1",
39+
"@babel/core": "^7.10.4",
40+
"@babel/plugin-proposal-class-properties": "^7.10.4",
41+
"@babel/plugin-proposal-decorators": "^7.10.4",
42+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
43+
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
44+
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
45+
"@babel/plugin-transform-runtime": "^7.10.4",
46+
"@babel/preset-env": "^7.10.4",
47+
"@babel/preset-react": "^7.10.4",
48+
"@babel/preset-typescript": "^7.10.4",
4949
"@rollup/plugin-babel": "^5.0.0",
5050
"@rollup/plugin-commonjs": "^11.1.0",
5151
"@rollup/plugin-json": "^4.0.3",
@@ -64,7 +64,7 @@
6464
"@typescript-eslint/parser": "^2.31.0",
6565
"@ui5/webcomponents-tools": "^1.0.0-rc.6",
6666
"babel-code-frame": "^6.26.0",
67-
"babel-jest": "^26.0.1",
67+
"babel-jest": "^26.1.0",
6868
"babel-loader": "^8.1.0",
6969
"chalk": "^4.0.0",
7070
"dedent": "^0.7.0",
@@ -107,7 +107,7 @@
107107
},
108108
"resolutions": {
109109
"@types/react": "16.9.34",
110-
"@babel/runtime": "7.10.2"
110+
"@babel/runtime": "7.10.4"
111111
},
112112
"husky": {
113113
"hooks": {

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "npm-run-all -s build:rollup build:polyfills"
2727
},
2828
"dependencies": {
29-
"@babel/runtime": "7.10.2",
29+
"@babel/runtime": "7.10.4",
3030
"core-js": "3.6.5",
3131
"intersection-observer": "0.8.0",
3232
"resize-observer-polyfill": "1.5.1",

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build": "rollup -c rollup.config.js"
2020
},
2121
"dependencies": {
22-
"@babel/runtime": "7.10.2",
22+
"@babel/runtime": "7.10.4",
2323
"lodash.debounce": "^4.0.8",
2424
"react-content-loader": "^5.0.4",
2525
"recharts": "2.0.0-beta.6"

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build:assets": "node ../../scripts/generate-assets/index.js"
3232
},
3333
"dependencies": {
34-
"@babel/runtime": "7.10.2",
34+
"@babel/runtime": "7.10.4",
3535
"@ui5/webcomponents-react-base": "^0.10.0-rc.3",
3636
"lodash.debounce": "^4.0.8",
3737
"react-content-loader": "^5.0.4",

0 commit comments

Comments
 (0)