|
35 | 35 | "react-dom": "16.8.0"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@babel/core": "^7.10.5", |
| 38 | + "@babel/core": "^7.11.0", |
39 | 39 | "@babel/plugin-proposal-class-properties": "^7.10.4",
|
40 | 40 | "@babel/plugin-proposal-decorators": "^7.10.5",
|
41 | 41 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
42 | 42 | "@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", |
46 | 46 | "@babel/preset-react": "^7.10.4",
|
47 | 47 | "@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", |
50 | 50 | "@rollup/plugin-json": "^4.0.3",
|
51 |
| - "@rollup/plugin-node-resolve": "^8.1.0", |
| 51 | + "@rollup/plugin-node-resolve": "^8.4.0", |
52 | 52 | "@rollup/plugin-replace": "^2.3.2",
|
53 | 53 | "@storybook/storybook-deployer": "^2.8.5",
|
54 |
| - "@testing-library/jest-dom": "^5.11.1", |
| 54 | + "@testing-library/jest-dom": "^5.11.2", |
55 | 55 | "@testing-library/react": "^10.4.7",
|
56 | 56 | "@types/enzyme": "^3.10.5",
|
57 |
| - "@types/jest": "^25.2.3", |
| 57 | + "@types/jest": "^26.0.8", |
58 | 58 | "@types/react": "^16.9.34",
|
59 | 59 | "@types/react-dom": "^16.9.6",
|
60 | 60 | "@types/sinon": "^9.0.0",
|
61 | 61 | "@typescript-eslint/eslint-plugin": "^3.7.0",
|
62 | 62 | "@typescript-eslint/parser": "^3.7.0",
|
63 | 63 | "@ui5/webcomponents-tools": "^1.0.0-rc.8",
|
64 | 64 | "babel-code-frame": "^6.26.0",
|
65 |
| - "babel-jest": "^26.1.0", |
| 65 | + "babel-jest": "^26.2.2", |
66 | 66 | "babel-loader": "^8.1.0",
|
67 | 67 | "chalk": "^4.0.0",
|
68 | 68 | "dedent": "^0.7.0",
|
|
80 | 80 | "google-closure-compiler": "^20200406.0.0",
|
81 | 81 | "husky": "^4.2.5",
|
82 | 82 | "identity-obj-proxy": "^3.0.0",
|
83 |
| - "jest": "^26.2.0", |
| 83 | + "jest": "^26.2.2", |
84 | 84 | "jest-canvas-mock": "^2.2.0",
|
85 | 85 | "jest-environment-jsdom-sixteen": "^1.0.2",
|
86 | 86 | "jest-enzyme": "^7.1.2",
|
87 | 87 | "lerna": "^3.20.2",
|
88 |
| - "lint-staged": "^10.1.3", |
| 88 | + "lint-staged": "^10.2.11", |
89 | 89 | "micromatch": "^4.0.2",
|
90 | 90 | "minimist": "^1.2.5",
|
91 | 91 | "mkdirp": "^1.0.4",
|
|
94 | 94 | "prettier": "^2.0.4",
|
95 | 95 | "react-app-polyfill": "^1.0.6",
|
96 | 96 | "rimraf": "^3.0.1",
|
97 |
| - "rollup": "^2.18.1", |
| 97 | + "rollup": "^2.23.0", |
98 | 98 | "rollup-plugin-strip-banner": "^2.0.0",
|
99 | 99 | "shelljs": "^0.8.3",
|
100 | 100 | "sinon": "^9.0.2",
|
101 | 101 | "targz": "^1.0.1",
|
102 | 102 | "tmp": "^0.1.0",
|
103 |
| - "typescript": "^3.8.3" |
| 103 | + "typescript": "^3.9.7" |
104 | 104 | },
|
105 | 105 | "resolutions": {
|
106 | 106 | "@types/react": "16.9.34",
|
107 |
| - "@babel/runtime": "7.10.5", |
| 107 | + "@babel/runtime": "7.11.0", |
108 | 108 | "react": "16.8.0",
|
109 | 109 | "react-dom": "16.8.0"
|
110 | 110 | },
|
|
114 | 114 | }
|
115 | 115 | },
|
116 | 116 | "lint-staged": {
|
117 |
| - "*.{js,jsx,ts,tsx}": [ |
| 117 | + "*.{js,jsx,ts,tsx,mdx}": [ |
118 | 118 | "prettier -config ./prettier.config.js --write"
|
119 |
| - ], |
120 |
| - "*.mdx": [ |
121 |
| - "prettier -config ./prettier.config.js --write --parser mdx" |
122 | 119 | ]
|
123 | 120 | }
|
124 | 121 | }
|
0 commit comments