|
13 | 13 | "tsconfig.json" |
14 | 14 | ], |
15 | 15 | "engines": { |
16 | | - "node": ">= 8", |
| 16 | + "node": ">=14 <16", |
17 | 17 | "npm": ">= 5.2.0", |
18 | 18 | "yarn": "^1.13.0" |
19 | 19 | }, |
|
45 | 45 | "dependencies": { |
46 | 46 | "@10xjs/date-input-controller": "0.1.6", |
47 | 47 | "@10xjs/form": "^0.1.7", |
| 48 | + "@material-ui/core": "^4.9.4", |
| 49 | + "@material-ui/icons": "^4.9.1", |
| 50 | + "@material-ui/styles": "^4.9.0", |
| 51 | + "@material-ui/system": "^4.9.3", |
| 52 | + "@material-ui/utils": "^4.7.1", |
| 53 | + "@vx/axis": "^0.0.190", |
| 54 | + "apollo-cache": "^1.3.0", |
| 55 | + "apollo-cache-inmemory": "^1.5.1", |
| 56 | + "apollo-client": "^2.6.2", |
| 57 | + "apollo-link": "^1.2.11", |
| 58 | + "apollo-link-batch-http": "^1.2.11", |
| 59 | + "apollo-link-context": "^1.0.18", |
| 60 | + "autosuggest-highlight": "^3.1.1", |
| 61 | + "bluebird": "^3.5.1", |
| 62 | + "bugnet": "^0.1.1", |
| 63 | + "classnames": "^2.2.5", |
| 64 | + "connect-history-api-fallback": "^1.6.0", |
| 65 | + "core-js": "^2.5.6", |
| 66 | + "cronstrue": "^1.31.0", |
| 67 | + "d3-scale": "^3.0.0", |
| 68 | + "debounce": "^1.2.0", |
| 69 | + "deepmerge": "^3.2.0", |
| 70 | + "error-stack-parser": "^2.0.2", |
| 71 | + "es6-error": "^4.1.1", |
| 72 | + "express": "^4.16.4", |
| 73 | + "fbjs": "^1.0.0", |
| 74 | + "fuse.js": "^3.4.5", |
| 75 | + "git-rev-sync": "^1.12.0", |
| 76 | + "graphql": "^14.4.2", |
| 77 | + "graphql-tag": "^2.9.2", |
| 78 | + "highlight.js": "^10.4.1", |
| 79 | + "hoist-non-react-statics": "^2.5.0", |
| 80 | + "intl": "^1.2.5", |
| 81 | + "intl-relativeformat": "^2.1.0", |
| 82 | + "lodash": "^4.17.21", |
| 83 | + "material-ui-chip-input": "^1.0.0", |
| 84 | + "mousetrap": "^1.6.3", |
| 85 | + "prop-types": "^15.6.0", |
| 86 | + "react": "^16.8.6", |
| 87 | + "react-apollo": "^2.5.6", |
| 88 | + "react-autosuggest": "^10.1.0", |
| 89 | + "react-dom": "^16.8.6", |
| 90 | + "react-event-listener": "^0.6.3", |
| 91 | + "react-media": "^1.8.0", |
| 92 | + "react-resize-observer": "^1.1.1", |
| 93 | + "react-router": "^5.1.2", |
| 94 | + "react-router-dom": "^5.1.2", |
| 95 | + "react-spring": "^8.0.27", |
| 96 | + "regenerator-runtime": "^0.11.1", |
| 97 | + "seed-random": "^2.2.0", |
| 98 | + "ts-md5": "^1.2.4", |
| 99 | + "typeface-roboto": "^0.0.54", |
| 100 | + "url-search-params-polyfill": "^2.0.3", |
| 101 | + "warning": "^3.0.0", |
| 102 | + "whatwg-fetch": "^2.0.4" |
| 103 | + }, |
| 104 | + "devDependencies": { |
48 | 105 | "@babel/core": "^7.0.0", |
49 | 106 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
50 | 107 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
51 | 108 | "@babel/preset-env": "^7.0.0", |
52 | 109 | "@babel/preset-flow": "^7.0.0", |
53 | 110 | "@babel/preset-react": "^7.0.0", |
54 | 111 | "@babel/preset-typescript": "^7.3.3", |
55 | | - "@material-ui/core": "^4.9.4", |
56 | | - "@material-ui/icons": "^4.9.1", |
57 | | - "@material-ui/styles": "^4.9.0", |
58 | | - "@material-ui/system": "^4.9.3", |
59 | | - "@material-ui/utils": "^4.7.1", |
60 | 112 | "@octokit/plugin-throttling": "^2.4.0", |
61 | 113 | "@octokit/rest": "^16.23.2", |
62 | 114 | "@sensuapp/eslint-plugin": "^1.0.0", |
|
70 | 122 | "@storybook/core-events": "^5.3.21", |
71 | 123 | "@storybook/react": "^5.3.21", |
72 | 124 | "@storybook/theming": "^5.3.21", |
| 125 | + "@testing-library/jest-dom": "^5.15.0", |
73 | 126 | "@testing-library/react": "^8.0.1", |
74 | 127 | "@types/autosuggest-highlight": "^3.1.1", |
75 | 128 | "@types/classnames": "^2.2.7", |
|
85 | 138 | "@types/react-router-dom": "^5.1.3", |
86 | 139 | "@typescript-eslint/eslint-plugin": "^1.9.0", |
87 | 140 | "@typescript-eslint/parser": "^1.9.0", |
88 | | - "@vx/axis": "^0.0.190", |
89 | 141 | "add-asset-html-webpack-plugin": "^3.1.3", |
90 | | - "apollo-cache": "^1.3.0", |
91 | | - "apollo-cache-inmemory": "^1.5.1", |
92 | | - "apollo-client": "^2.6.2", |
93 | | - "apollo-link": "^1.2.11", |
94 | | - "apollo-link-batch-http": "^1.2.11", |
95 | | - "apollo-link-context": "^1.0.18", |
96 | 142 | "autoprefixer": "^7.1.2", |
97 | | - "autosuggest-highlight": "^3.1.1", |
98 | 143 | "aws-sdk": "^2.437.0", |
99 | 144 | "babel-eslint": "^10.0.1", |
100 | 145 | "babel-jest": "^24.8.0", |
101 | 146 | "babel-loader": "^8.0.0", |
102 | 147 | "babel-plugin-module-resolver": "^3.1.1", |
103 | 148 | "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
104 | | - "bluebird": "^3.5.1", |
105 | | - "bugnet": "^0.1.1", |
106 | 149 | "case-sensitive-paths-webpack-plugin": "^2.1.2", |
107 | 150 | "chalk": "^2.4.2", |
108 | 151 | "circular-dependency-plugin": "^5.0.2", |
109 | | - "classnames": "^2.2.5", |
110 | 152 | "clean-webpack-plugin": "^0.1.19", |
111 | 153 | "compression": "^1.7.4", |
112 | | - "connect-history-api-fallback": "^1.6.0", |
113 | | - "core-js": "^2.5.6", |
114 | | - "cronstrue": "^1.31.0", |
115 | 154 | "css-loader": "^2.0.0", |
116 | | - "d3-scale": "^3.0.0", |
117 | | - "debounce": "^1.2.0", |
118 | | - "deepmerge": "^3.2.0", |
119 | | - "error-stack-parser": "^2.0.2", |
120 | | - "es6-error": "^4.1.1", |
121 | 155 | "eslint": "^5.5.0", |
122 | 156 | "eslint-config-prettier": "^4.1.0", |
123 | 157 | "eslint-import-resolver-babel-module": "^5.1.0", |
|
129 | 163 | "eslint-plugin-react": "^7.12.0", |
130 | 164 | "eslint-plugin-react-hooks": "^1.6.0", |
131 | 165 | "esm": "^3.2.16", |
132 | | - "express": "^4.16.4", |
133 | | - "fbjs": "^1.0.0", |
134 | 166 | "file-loader": "^3.0.1", |
135 | 167 | "flow-bin": "^0.84.0", |
136 | | - "fuse.js": "^3.4.5", |
137 | | - "git-rev-sync": "^1.12.0", |
138 | 168 | "glob": "^7.1.2", |
139 | 169 | "glob-to-regexp": "^0.4.1", |
140 | | - "graphql": "^14.4.2", |
141 | | - "graphql-tag": "^2.9.2", |
142 | | - "highlight.js": "^10.4.1", |
143 | | - "hoist-non-react-statics": "^2.5.0", |
144 | 170 | "html-loader": "^0.5.5", |
145 | 171 | "html-webpack-plugin": "^3.2.0", |
146 | 172 | "http-proxy-middleware": "^1.0.5", |
147 | | - "intl": "^1.2.5", |
148 | | - "intl-relativeformat": "^2.1.0", |
| 173 | + "jest": "24", |
149 | 174 | "jest-circus": "^24.8.0", |
150 | 175 | "jest-dom": "^3.4.0", |
151 | 176 | "jest-junit": "^6.4.0", |
152 | 177 | "killable": "^1.0.0", |
153 | 178 | "loader-utils": "^1.2.3", |
154 | | - "lodash": "^4.17.21", |
155 | | - "material-ui-chip-input": "^1.0.0", |
156 | 179 | "mngen": "^1.1.0", |
157 | 180 | "modernizr": "^3.6.0", |
158 | | - "mousetrap": "^1.6.3", |
159 | 181 | "prettier": "^1.16.4", |
160 | | - "prop-types": "^15.6.0", |
161 | 182 | "raw-loader": "^0.5.1", |
162 | | - "react": "^16.8.6", |
163 | | - "react-apollo": "^2.5.6", |
164 | | - "react-autosuggest": "^10.1.0", |
165 | | - "react-dom": "^16.8.6", |
166 | | - "react-event-listener": "^0.6.3", |
167 | | - "react-media": "^1.8.0", |
168 | | - "react-resize-observer": "^1.1.1", |
169 | | - "react-router": "^5.1.2", |
170 | | - "react-router-dom": "^5.1.2", |
171 | | - "react-spring": "^8.0.27", |
172 | | - "regenerator-runtime": "^0.11.1", |
173 | | - "seed-random": "^2.2.0", |
174 | 183 | "semver": "^5.6.0", |
175 | 184 | "style-loader": "^0.23.1", |
176 | 185 | "terser-webpack-plugin": "^2.0.0", |
177 | 186 | "ts-jest": "^24.0.2", |
178 | | - "ts-md5": "^1.2.4", |
179 | | - "typeface-roboto": "^0.0.54", |
180 | 187 | "typescript": "^3.9.7", |
181 | | - "uglifyjs-webpack-plugin": "^1.2.5", |
182 | 188 | "url-loader": "^1.0.1", |
183 | | - "url-search-params-polyfill": "^2.0.3", |
184 | 189 | "value-loader": "^0.1.4", |
185 | | - "warning": "^3.0.0", |
186 | 190 | "webpack": "^4.43.0", |
187 | 191 | "webpack-cli": "^3.2.3", |
188 | 192 | "webpack-dev-middleware": "^4.0.0-rc.1", |
189 | 193 | "webpack-stats-plugin": "^0.2.1", |
190 | | - "whatwg-fetch": "^2.0.4", |
191 | 194 | "worker-loader": "^2.0.0" |
192 | 195 | }, |
193 | 196 | "jest": { |
|
0 commit comments