Skip to content

Commit 48fbf6c

Browse files
chore: update dependencies (#584)
* chore: update table dependencies * chore: update babel * chore: update react-content-loader * chore: update rollup * chore: update testing library
1 parent f695215 commit 48fbf6c

File tree

7 files changed

+1073
-119
lines changed

7 files changed

+1073
-119
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
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",
49-
"@rollup/plugin-babel": "^5.0.0",
50-
"@rollup/plugin-commonjs": "^11.1.0",
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",
49+
"@rollup/plugin-babel": "^5.0.4",
50+
"@rollup/plugin-commonjs": "^13.0.0",
5151
"@rollup/plugin-json": "^4.0.3",
52-
"@rollup/plugin-node-resolve": "^7.1.3",
52+
"@rollup/plugin-node-resolve": "^8.1.0",
5353
"@rollup/plugin-replace": "^2.3.2",
5454
"@storybook/storybook-deployer": "^2.8.5",
55-
"@testing-library/jest-dom": "^5.8.0",
56-
"@testing-library/react": "^10.0.4",
55+
"@testing-library/jest-dom": "^5.11.0",
56+
"@testing-library/react": "^10.4.3",
5757
"@types/enzyme": "^3.10.5",
5858
"@types/jest": "^25.2.3",
5959
"@types/react": "^16.9.34",
@@ -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",
@@ -95,7 +95,7 @@
9595
"prettier": "^2.0.4",
9696
"react-app-polyfill": "^1.0.6",
9797
"rimraf": "^3.0.1",
98-
"rollup": "^2.6.1",
98+
"rollup": "^2.18.1",
9999
"rollup-plugin-strip-banner": "^2.0.0",
100100
"shelljs": "^0.8.3",
101101
"sinon": "^9.0.2",
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
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",
24-
"react-content-loader": "^5.0.4",
24+
"react-content-loader": "5.1.0",
2525
"recharts": "2.0.0-beta.6"
2626
},
2727
"peerDependencies": {

packages/main/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
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",
37-
"react-content-loader": "^5.0.4",
37+
"react-content-loader": "5.1.0",
3838
"react-jss": "10.1.1",
39-
"react-table": "7.0.4",
40-
"react-virtual": "2.1.7"
39+
"react-table": "7.2.2",
40+
"react-virtual": "2.2.1"
4141
},
4242
"peerDependencies": {
4343
"@ui5/webcomponents": "1.0.0-rc.7",

scripts/rollup/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { rollup } = require('rollup');
22
const stripBanner = require('rollup-plugin-strip-banner');
33
const { babel } = require('@rollup/plugin-babel');
44
const replace = require('@rollup/plugin-replace');
5-
const resolve = require('@rollup/plugin-node-resolve');
5+
const { nodeResolve } = require('@rollup/plugin-node-resolve');
66
const json = require('@rollup/plugin-json');
77
const closure = require('./plugins/closure-plugin');
88
const stripUnusedImports = require('./plugins/strip-unused-imports');
@@ -132,7 +132,7 @@ function getPlugins(entry, externals, updateBabelOptions, filename, packageName,
132132
const isProduction = isProductionBundleType(bundleType);
133133
const shouldStayReadable = forcePrettyOutput;
134134
return [
135-
resolve({
135+
nodeResolve({
136136
extensions: ['.js', '.jsx', '.ts', '.tsx', '.json']
137137
}),
138138
// Remove license headers from individual modules

scripts/rollup/configFactory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const resolve = require('@rollup/plugin-node-resolve');
1+
const { nodeResolve } = require('@rollup/plugin-node-resolve');
22
const commonjs = require('@rollup/plugin-commonjs');
33
const { babel } = require('@rollup/plugin-babel');
44
const path = require('path');
@@ -22,7 +22,7 @@ const rollupConfigFactory = (pkgName, externals = []) => {
2222
console.log(require('@babel/runtime/package.json').version);
2323

2424
const plugins = [
25-
resolve({
25+
nodeResolve({
2626
extensions: ['.mjs', '.js', '.json', '.node', '.jsx', '.ts', '.tsx']
2727
}),
2828
commonjs(),

0 commit comments

Comments
 (0)