|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/reduxjs/redux-devtools", |
30 | 30 | "devDependencies": { |
31 | | - "@babel/cli": "^7.2.3", |
32 | | - "@babel/core": "^7.2.2", |
33 | | - "@babel/plugin-proposal-class-properties": "^7.3.0", |
34 | | - "@babel/plugin-proposal-decorators": "^7.3.0", |
35 | | - "@babel/plugin-proposal-export-default-from": "^7.2.0", |
36 | | - "@babel/plugin-transform-runtime": "^7.2.0", |
37 | | - "@babel/preset-env": "^7.3.1", |
38 | | - "@babel/preset-react": "^7.0.0", |
39 | | - "babel-loader": "^8.0.5", |
| 31 | + "@babel/cli": "^7.10.5", |
| 32 | + "@babel/core": "^7.11.0", |
| 33 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 34 | + "@babel/plugin-proposal-decorators": "^7.10.5", |
| 35 | + "@babel/plugin-proposal-export-default-from": "^7.10.4", |
| 36 | + "@babel/plugin-transform-runtime": "^7.11.0", |
| 37 | + "@babel/preset-env": "^7.11.0", |
| 38 | + "@babel/preset-react": "^7.10.4", |
| 39 | + "babel-loader": "^8.1.0", |
40 | 40 | "@storybook/addon-actions": "^4.1.18", |
41 | 41 | "@storybook/addon-info": "^4.1.18", |
42 | 42 | "@storybook/addon-knobs": "^4.1.18", |
43 | 43 | "@storybook/addon-options": "^4.1.18", |
44 | 44 | "@storybook/react": "4.1.18", |
45 | | - "enzyme": "^3.1.0", |
46 | | - "enzyme-adapter-react-16": "^1.0.2", |
47 | | - "enzyme-to-json": "^3.1.4", |
48 | | - "git-url-parse": "^7.0.1", |
49 | | - "jest": "^24.1.0", |
50 | | - "jsdom": "^11.3.0", |
51 | | - "react": "^16.0.0", |
52 | | - "react-dom": "^16.0.0", |
53 | | - "react-test-renderer": "^16.0.0", |
54 | | - "rimraf": "^2.6.2", |
55 | | - "stylelint": "^7.6.0", |
56 | | - "stylelint-config-standard": "^15.0.0", |
| 45 | + "enzyme": "^3.11.0", |
| 46 | + "enzyme-adapter-react-16": "^1.15.2", |
| 47 | + "enzyme-to-json": "^3.5.0", |
| 48 | + "git-url-parse": "^7.2.0", |
| 49 | + "jest": "^24.9.0", |
| 50 | + "jsdom": "^11.12.0", |
| 51 | + "react": "^16.13.1", |
| 52 | + "react-dom": "^16.13.1", |
| 53 | + "react-test-renderer": "^16.13.1", |
| 54 | + "rimraf": "^2.7.1", |
| 55 | + "stylelint": "^7.13.0", |
| 56 | + "stylelint-config-standard": "^15.0.1", |
57 | 57 | "stylelint-processor-styled-components": "^0.0.4" |
58 | 58 | }, |
59 | 59 | "peerDependencies": { |
60 | | - "react": "^0.14.9 || ^15.3.0" |
| 60 | + "react": "^16.3.0" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | 63 | "base16": "^1.0.0", |
64 | | - "codemirror": "^5.21.0", |
65 | | - "color": "^2.0.0", |
66 | | - "prop-types": "^15.6.0", |
| 64 | + "codemirror": "^5.56.0", |
| 65 | + "color": "^2.0.1", |
| 66 | + "prop-types": "^15.7.2", |
67 | 67 | "react-icons": "^2.2.7", |
68 | | - "react-jsonschema-form": "^1.0.0", |
69 | | - "react-select": "^1.0.0-rc.10", |
| 68 | + "react-jsonschema-form": "^1.8.1", |
| 69 | + "react-select": "^1.3.0", |
70 | 70 | "redux-devtools-themes": "^1.0.0", |
71 | | - "simple-element-resize-detector": "^1.1.0", |
72 | | - "styled-components": "^2.2.2" |
| 71 | + "simple-element-resize-detector": "^1.3.0", |
| 72 | + "styled-components": "^2.4.1" |
73 | 73 | }, |
74 | 74 | "jest": { |
75 | 75 | "setupTestFrameworkScriptFile": "<rootDir>/tests/setup.js" |
|
0 commit comments