Skip to content

Commit f3fec41

Browse files
chore: update lockfile (#573)
[ci skip]
1 parent 2963a55 commit f3fec41

File tree

5 files changed

+2508
-3124
lines changed

5 files changed

+2508
-3124
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"@ui5/webcomponents-fiori": "1.0.0-rc.7",
3333
"@ui5/webcomponents-icons": "1.0.0-rc.7",
3434
"react": "16.8.0",
35-
"react-dom": "16.8.0",
36-
"react-docgen-typescript-loader": "3.7.2"
35+
"react-docgen-typescript-loader": "3.7.2",
36+
"react-dom": "16.8.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.9.6",
40-
"@babel/plugin-proposal-class-properties": "^7.8.3",
41-
"@babel/plugin-proposal-decorators": "^7.8.3",
42-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0",
43-
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
44-
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
45-
"@babel/plugin-transform-runtime": "^7.9.6",
46-
"@babel/preset-env": "^7.9.6",
47-
"@babel/preset-react": "^7.9.4",
48-
"@babel/preset-typescript": "^7.9.0",
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",
4949
"@rollup/plugin-babel": "^5.0.0",
5050
"@rollup/plugin-commonjs": "^11.1.0",
5151
"@rollup/plugin-json": "^4.0.3",
@@ -107,7 +107,7 @@
107107
},
108108
"resolutions": {
109109
"@types/react": "16.9.34",
110-
"@babel/runtime": "7.9.6"
110+
"@babel/runtime": "7.10.2"
111111
},
112112
"husky": {
113113
"hooks": {

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"build": "npm-run-all -s build:rollup build:polyfills"
2828
},
2929
"dependencies": {
30-
"@babel/runtime": "7.9.6",
31-
"core-js": "3.6.4",
30+
"@babel/runtime": "7.10.2",
31+
"core-js": "3.6.5",
3232
"intersection-observer": "0.8.0",
3333
"proxy-polyfill": "0.3.1",
3434
"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.9.6",
22+
"@babel/runtime": "7.10.2",
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.9.6",
34+
"@babel/runtime": "7.10.2",
3535
"@ui5/webcomponents-react-base": "^0.10.0-rc.2",
3636
"lodash.debounce": "^4.0.8",
3737
"react-content-loader": "^5.0.4",

0 commit comments

Comments
 (0)