|
36 | 36 | "react-dom": "16.8.0" |
37 | 37 | }, |
38 | 38 | "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", |
51 | 51 | "@rollup/plugin-json": "^4.0.3", |
52 | | - "@rollup/plugin-node-resolve": "^7.1.3", |
| 52 | + "@rollup/plugin-node-resolve": "^8.1.0", |
53 | 53 | "@rollup/plugin-replace": "^2.3.2", |
54 | 54 | "@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", |
57 | 57 | "@types/enzyme": "^3.10.5", |
58 | 58 | "@types/jest": "^25.2.3", |
59 | 59 | "@types/react": "^16.9.34", |
|
64 | 64 | "@typescript-eslint/parser": "^2.31.0", |
65 | 65 | "@ui5/webcomponents-tools": "^1.0.0-rc.6", |
66 | 66 | "babel-code-frame": "^6.26.0", |
67 | | - "babel-jest": "^26.0.1", |
| 67 | + "babel-jest": "^26.1.0", |
68 | 68 | "babel-loader": "^8.1.0", |
69 | 69 | "chalk": "^4.0.0", |
70 | 70 | "dedent": "^0.7.0", |
|
95 | 95 | "prettier": "^2.0.4", |
96 | 96 | "react-app-polyfill": "^1.0.6", |
97 | 97 | "rimraf": "^3.0.1", |
98 | | - "rollup": "^2.6.1", |
| 98 | + "rollup": "^2.18.1", |
99 | 99 | "rollup-plugin-strip-banner": "^2.0.0", |
100 | 100 | "shelljs": "^0.8.3", |
101 | 101 | "sinon": "^9.0.2", |
|
107 | 107 | }, |
108 | 108 | "resolutions": { |
109 | 109 | "@types/react": "16.9.34", |
110 | | - "@babel/runtime": "7.10.2" |
| 110 | + "@babel/runtime": "7.10.4" |
111 | 111 | }, |
112 | 112 | "husky": { |
113 | 113 | "hooks": { |
|
0 commit comments