|
4 | 4 | "version": "0.1.0", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "abortcontroller-polyfill": "^1.1.9", |
| 7 | + "abortcontroller-polyfill": "^1.2.3", |
8 | 8 | "bootstrap": "3", |
9 | | - "codemirror": "^5.37.0", |
10 | | - "nanoid": "^1.0.3", |
11 | | - "prop-types": "^15.6.1", |
12 | | - "react": "^16.3.2", |
| 9 | + "codemirror": "^5.43.0", |
| 10 | + "nanoid": "^2.0.1", |
| 11 | + "prop-types": "^15.7.2", |
| 12 | + "react": "^16.8.2", |
13 | 13 | "react-bootstrap": "^0.32.1", |
14 | 14 | "react-codemirror2": "^5.0.1", |
15 | | - "react-dom": "^16.3.2", |
| 15 | + "react-dom": "^16.8.2", |
16 | 16 | "react-helmet": "^5.2.0", |
17 | 17 | "react-scripts": "1.1.4", |
18 | | - "react-split-pane": "^0.1.77", |
19 | | - "react-switch": "^3.0.4", |
20 | | - "react-table": "^6.8.2", |
| 18 | + "react-split-pane": "^0.1.85", |
| 19 | + "react-switch": "^4.0.1", |
| 20 | + "react-table": "^6.9.2", |
21 | 21 | "uast-viewer": "^0.2.0" |
22 | 22 | }, |
23 | 23 | "scripts": { |
|
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "@ungap/url-search-params": "^0.1.2", |
33 | | - "enzyme": "^3.7.0", |
34 | | - "enzyme-adapter-react-16": "^1.7.0", |
35 | | - "eslint-config-airbnb-base": "^12.1.0", |
36 | | - "eslint-config-prettier": "^2.9.0", |
37 | | - "eslint-plugin-jest": "^21.15.1", |
38 | | - "eslint-plugin-prettier": "^2.6.0", |
39 | | - "jest-fetch-mock": "^1.5.0", |
| 33 | + "enzyme": "^3.8.0", |
| 34 | + "enzyme-adapter-react-16": "^1.9.1", |
| 35 | + "eslint": "^5.13.0", |
| 36 | + "eslint-config-airbnb-base": "^13.1.0", |
| 37 | + "eslint-config-prettier": "^4.0.0", |
| 38 | + "eslint-plugin-import": "^2.16.0", |
| 39 | + "eslint-plugin-jest": "^22.3.0", |
| 40 | + "eslint-plugin-prettier": "^3.0.1", |
| 41 | + "eslint-plugin-react": "^7.12.4", |
| 42 | + "jest-fetch-mock": "^2.1.0", |
40 | 43 | "node-localstorage": "^1.3.1", |
41 | | - "prettier": "^1.12.1", |
| 44 | + "prettier": "^1.16.4", |
42 | 45 | "react-app-rewire-less": "^2.1.1", |
43 | 46 | "react-app-rewire-svg-react-loader": "codebandits/react-app-rewire-svg-react-loader", |
44 | 47 | "react-app-rewired": "^1.5.2", |
45 | | - "react-test-renderer": "^16.4.0", |
46 | | - "whatwg-url": "^6.4.1" |
| 48 | + "react-test-renderer": "^16.8.2", |
| 49 | + "whatwg-url": "^7.0.0" |
47 | 50 | }, |
48 | 51 | "proxy": { |
49 | 52 | "/query": { |
|
0 commit comments