|
32 | 32 | ], |
33 | 33 | "dependencies": { |
34 | 34 | "@date-io/moment": "1.3.9", |
35 | | - "@material-ui/core": "^4 || next", |
36 | | - "@material-ui/icons": "^4 || next", |
37 | | - "@material-ui/lab": "^4.0.0-alpha.57 || next", |
| 35 | + "@emotion/css": "11.1.3", |
| 36 | + "@material-ui/core": "4.11.2", |
| 37 | + "@material-ui/icons": "4.11.2", |
| 38 | + "@material-ui/lab": "4.0.0-alpha.58", |
38 | 39 | "@material-ui/pickers": "3.3.10", |
39 | | - "@material-ui/styled-engine": "^5.0.0-alpha.11 || next", |
40 | 40 | "@react-jsonschema-form-components/material-radio-group": "2.0.1", |
41 | 41 | "@react-jsonschema-form-utils/enum-utils": "2.0.1", |
42 | 42 | "@react-jsonschema-form-utils/parse-values": "2.0.1", |
43 | 43 | "@types/jest": "26.0.21", |
44 | 44 | "ajv": "6.12.6", |
45 | 45 | "body-parser": "1.19.0", |
46 | | - "brace": "^0.11.1", |
| 46 | + "brace": "0.11.1", |
47 | 47 | "braces": "3.0.2", |
48 | 48 | "classnames": "2.2.6", |
49 | 49 | "cross-env": "7.0.2", |
|
72 | 72 | }, |
73 | 73 | "description": "Material UI implementation of react-jsonschema-form with UI and XHR Schema.", |
74 | 74 | "devDependencies": { |
75 | | - "@wdio/cli": "7.4.6", |
76 | | - "@babel/plugin-syntax-jsx": "^7.12.13", |
77 | | - "@cucumber/cucumber": "7.0.0", |
78 | 75 | "@babel/core": "7.14.0", |
79 | | - "@monaco-editor/react": "4.0.6", |
80 | 76 | "@babel/plugin-proposal-class-properties": "7.13.0", |
81 | 77 | "@babel/plugin-proposal-object-rest-spread": "7.13.8", |
82 | 78 | "@babel/plugin-proposal-optional-chaining": "7.13.12", |
83 | 79 | "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 80 | + "@babel/plugin-syntax-jsx": "^7.12.13", |
84 | 81 | "@babel/plugin-transform-modules-commonjs": "7.14.0", |
85 | 82 | "@babel/plugin-transform-runtime": "7.13.15", |
86 | 83 | "@babel/polyfill": "7.12.1", |
|
89 | 86 | "@babel/preset-typescript": "7.13.0", |
90 | 87 | "@babel/register": "7.13.16", |
91 | 88 | "@babel/runtime": "7.12.5", |
| 89 | + "@cucumber/cucumber": "7.0.0", |
| 90 | + "@monaco-editor/react": "4.0.6", |
92 | 91 | "@types/node": "^14.11.2", |
93 | 92 | "@typescript-eslint/eslint-plugin": "4.22.0", |
94 | 93 | "@typescript-eslint/parser": "4.22.0", |
95 | 94 | "@wdio/allure-reporter": "7.4.2", |
96 | 95 | "@wdio/browserstack-service": "7.4.6", |
| 96 | + "@wdio/cli": "7.4.6", |
97 | 97 | "@wdio/cucumber-framework": "7.4.6", |
98 | 98 | "@wdio/local-runner": "7.4.6", |
99 | 99 | "@wdio/spec-reporter": "7.4.3", |
|
110 | 110 | "css-hot-loader": "1.4.4", |
111 | 111 | "css-loader": "5.1.0", |
112 | 112 | "date-fns": "2.15.0", |
113 | | - "enzyme": "3.11.0", |
114 | 113 | "ejs": "3.1.6", |
| 114 | + "enzyme": "3.11.0", |
115 | 115 | "enzyme-to-json": "3.6.2", |
116 | | - "express": "4.17.1", |
117 | 116 | "eslint": "7.15.0", |
118 | 117 | "eslint-config-airbnb": "18.2.1", |
119 | 118 | "eslint-loader": "4.0.2", |
|
124 | 123 | "eslint-plugin-jsx-a11y": "6.4.1", |
125 | 124 | "eslint-plugin-react": "7.21.5", |
126 | 125 | "eslint-plugin-react-hooks": "4.2.0", |
| 126 | + "express": "4.17.1", |
127 | 127 | "file-loader": "6.0.0", |
128 | 128 | "gts": "3.1.0", |
129 | 129 | "html-webpack-plugin": "4.3.0", |
|
146 | 146 | "pre-commit": "1.2.2", |
147 | 147 | "raf": "3.4.1", |
148 | 148 | "sass-loader": "11.0.1", |
149 | | - "shelljs": "0.8.4", |
150 | 149 | "selenium-webdriver": "4.0.0-beta.3", |
| 150 | + "shelljs": "0.8.4", |
151 | 151 | "testdom": "3.0.0", |
152 | | - "typescript": "4.2.4", |
153 | 152 | "ts-jest": "26.5.5", |
| 153 | + "typescript": "4.2.4", |
154 | 154 | "url-loader": "4.1.0", |
155 | 155 | "wdio-chromedriver-service": "7.0.0", |
156 | 156 | "wdio-video-reporter": "3.1.1", |
|
0 commit comments