Skip to content

Commit b7c2fcf

Browse files
chore: update dependencies (#633)
1 parent 3f91c84 commit b7c2fcf

File tree

5 files changed

+378
-244
lines changed

5 files changed

+378
-244
lines changed

package.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,34 +35,34 @@
3535
"react-dom": "16.8.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.10.5",
38+
"@babel/core": "^7.11.0",
3939
"@babel/plugin-proposal-class-properties": "^7.10.4",
4040
"@babel/plugin-proposal-decorators": "^7.10.5",
4141
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
4242
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
43-
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
44-
"@babel/plugin-transform-runtime": "^7.10.5",
45-
"@babel/preset-env": "^7.10.4",
43+
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
44+
"@babel/plugin-transform-runtime": "^7.11.0",
45+
"@babel/preset-env": "^7.11.0",
4646
"@babel/preset-react": "^7.10.4",
4747
"@babel/preset-typescript": "^7.10.4",
48-
"@rollup/plugin-babel": "^5.0.4",
49-
"@rollup/plugin-commonjs": "^13.0.0",
48+
"@rollup/plugin-babel": "^5.1.0",
49+
"@rollup/plugin-commonjs": "^14.0.0",
5050
"@rollup/plugin-json": "^4.0.3",
51-
"@rollup/plugin-node-resolve": "^8.1.0",
51+
"@rollup/plugin-node-resolve": "^8.4.0",
5252
"@rollup/plugin-replace": "^2.3.2",
5353
"@storybook/storybook-deployer": "^2.8.5",
54-
"@testing-library/jest-dom": "^5.11.1",
54+
"@testing-library/jest-dom": "^5.11.2",
5555
"@testing-library/react": "^10.4.7",
5656
"@types/enzyme": "^3.10.5",
57-
"@types/jest": "^25.2.3",
57+
"@types/jest": "^26.0.8",
5858
"@types/react": "^16.9.34",
5959
"@types/react-dom": "^16.9.6",
6060
"@types/sinon": "^9.0.0",
6161
"@typescript-eslint/eslint-plugin": "^3.7.0",
6262
"@typescript-eslint/parser": "^3.7.0",
6363
"@ui5/webcomponents-tools": "^1.0.0-rc.8",
6464
"babel-code-frame": "^6.26.0",
65-
"babel-jest": "^26.1.0",
65+
"babel-jest": "^26.2.2",
6666
"babel-loader": "^8.1.0",
6767
"chalk": "^4.0.0",
6868
"dedent": "^0.7.0",
@@ -80,12 +80,12 @@
8080
"google-closure-compiler": "^20200406.0.0",
8181
"husky": "^4.2.5",
8282
"identity-obj-proxy": "^3.0.0",
83-
"jest": "^26.2.0",
83+
"jest": "^26.2.2",
8484
"jest-canvas-mock": "^2.2.0",
8585
"jest-environment-jsdom-sixteen": "^1.0.2",
8686
"jest-enzyme": "^7.1.2",
8787
"lerna": "^3.20.2",
88-
"lint-staged": "^10.1.3",
88+
"lint-staged": "^10.2.11",
8989
"micromatch": "^4.0.2",
9090
"minimist": "^1.2.5",
9191
"mkdirp": "^1.0.4",
@@ -94,17 +94,17 @@
9494
"prettier": "^2.0.4",
9595
"react-app-polyfill": "^1.0.6",
9696
"rimraf": "^3.0.1",
97-
"rollup": "^2.18.1",
97+
"rollup": "^2.23.0",
9898
"rollup-plugin-strip-banner": "^2.0.0",
9999
"shelljs": "^0.8.3",
100100
"sinon": "^9.0.2",
101101
"targz": "^1.0.1",
102102
"tmp": "^0.1.0",
103-
"typescript": "^3.8.3"
103+
"typescript": "^3.9.7"
104104
},
105105
"resolutions": {
106106
"@types/react": "16.9.34",
107-
"@babel/runtime": "7.10.5",
107+
"@babel/runtime": "7.11.0",
108108
"react": "16.8.0",
109109
"react-dom": "16.8.0"
110110
},
@@ -114,11 +114,8 @@
114114
}
115115
},
116116
"lint-staged": {
117-
"*.{js,jsx,ts,tsx}": [
117+
"*.{js,jsx,ts,tsx,mdx}": [
118118
"prettier -config ./prettier.config.js --write"
119-
],
120-
"*.mdx": [
121-
"prettier -config ./prettier.config.js --write --parser mdx"
122119
]
123120
}
124121
}

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.5",
29+
"@babel/runtime": "7.11.0",
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.5",
22+
"@babel/runtime": "7.11.0",
2323
"lodash.debounce": "^4.0.8",
2424
"react-content-loader": "5.1.0",
2525
"recharts": "2.0.0-beta.6"

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"build:assets": "node ../../scripts/generate-assets/index.js"
3232
},
3333
"dependencies": {
34-
"@babel/runtime": "7.10.5",
34+
"@babel/runtime": "7.11.0",
3535
"@ui5/webcomponents-react-base": "^0.10.0",
3636
"lodash.debounce": "^4.0.8",
3737
"react-content-loader": "5.1.0",
3838
"react-jss": "10.1.1",
39-
"react-table": "7.3.2",
39+
"react-table": "7.3.3",
4040
"react-virtual": "2.2.1"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)