|
1 | 1 | {
|
2 | 2 | "name": "element-react",
|
3 |
| - "version": "1.4.31", |
| 3 | + "version": "1.4.32", |
4 | 4 | "description": "Element UI for React",
|
5 | 5 | "private": false,
|
6 | 6 | "main": "dist/npm/es5/index.js",
|
|
32 | 32 | },
|
33 | 33 | "homepage": "https://github.com/ElemeFE/element-react",
|
34 | 34 | "devDependencies": {
|
35 |
| - "@types/react": "^16.4.14", |
| 35 | + "@types/react": "^16.8.1", |
36 | 36 | "babel-cli": "^6.26.0",
|
37 |
| - "babel-eslint": "^7.2.3", |
38 |
| - "babel-jest": "^21.2.0", |
39 |
| - "babel-loader": "^7.1.2", |
| 37 | + "babel-core": "^6.26.3", |
| 38 | + "babel-eslint": "^10.0.1", |
| 39 | + "babel-jest": "^23.6.0", |
| 40 | + "babel-loader": "^7.1.5", |
40 | 41 | "babel-plugin-transform-runtime": "^6.23.0",
|
41 | 42 | "babel-preset-env": "^1.7.0",
|
42 | 43 | "babel-preset-react": "^6.24.1",
|
43 | 44 | "babel-preset-stage-1": "^6.24.1",
|
44 | 45 | "babel-runtime": "^6.26.0",
|
45 | 46 | "babel-standalone": "^6.26.0",
|
46 |
| - "codemirror": "^5.37.0", |
47 |
| - "core-js": "^2.5.6", |
48 |
| - "css-loader": "^0.28.7", |
| 47 | + "codemirror": "^5.43.0", |
| 48 | + "core-js": "^2.6.3", |
| 49 | + "css-loader": "^2.1.0", |
49 | 50 | "element-theme-default": "^1.4.13",
|
50 |
| - "enzyme": "^3.2.0", |
51 |
| - "enzyme-adapter-react-16": "^1.1.0", |
52 |
| - "eslint": "^3.19.0", |
53 |
| - "eslint-config-airbnb": "^15.0.1", |
54 |
| - "eslint-plugin-flowtype": "^2.46.3", |
55 |
| - "eslint-plugin-import": "^2.6.0", |
56 |
| - "eslint-plugin-jsx-a11y": "^5.1.0", |
57 |
| - "eslint-plugin-react": "^7.8.1", |
58 |
| - "extract-text-webpack-plugin": "^3.0.2", |
59 |
| - "file-loader": "^1.1.5", |
60 |
| - "flow-bin": "^0.51.1", |
61 |
| - "html-webpack-plugin": "^2.30.1", |
62 |
| - "jest": "^23.6.0", |
63 |
| - "marked": "^0.5.1", |
64 |
| - "mock-raf": "^1.0.0", |
65 |
| - "node-sass": "^4.9.3", |
| 51 | + "enzyme": "^3.8.0", |
| 52 | + "enzyme-adapter-react-16": "^1.9.0", |
| 53 | + "eslint": "^5.13.0", |
| 54 | + "eslint-config-airbnb": "^17.1.0", |
| 55 | + "eslint-plugin-flowtype": "^3.2.1", |
| 56 | + "eslint-plugin-import": "^2.16.0", |
| 57 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 58 | + "eslint-plugin-react": "^7.12.4", |
| 59 | + "file-loader": "^3.0.1", |
| 60 | + "flow-bin": "^0.92.1", |
| 61 | + "html-webpack-plugin": "^3.2.0", |
| 62 | + "jest": "^24.0.0", |
| 63 | + "marked": "^0.6.0", |
| 64 | + "mini-css-extract-plugin": "^0.5.0", |
| 65 | + "mock-raf": "^1.0.1", |
| 66 | + "node-sass": "^4.11.0", |
66 | 67 | "prismjs": "^1.15.0",
|
67 |
| - "raw-loader": "^0.5.1", |
| 68 | + "raw-loader": "^1.0.0", |
68 | 69 | "react": "*",
|
69 | 70 | "react-dom": "*",
|
70 |
| - "react-hot-loader": "^3.1.3", |
| 71 | + "react-hot-loader": "^4.6.5", |
71 | 72 | "react-scroll-up": "^1.3.3",
|
72 |
| - "regenerator-runtime": "^0.11.0", |
73 |
| - "sass-loader": "^6.0.5", |
74 |
| - "sinon": "^4.0.2", |
75 |
| - "style-loader": "^0.19.0", |
76 |
| - "typescript": "^3.1.1", |
77 |
| - "url-loader": "^0.6.2", |
78 |
| - "webpack": "^3.12.0", |
79 |
| - "webpack-dev-server": "^2.9.4" |
| 73 | + "regenerator-runtime": "^0.13.1", |
| 74 | + "sass-loader": "^7.1.0", |
| 75 | + "sinon": "^7.2.3", |
| 76 | + "style-loader": "^0.23.1", |
| 77 | + "typescript": "^3.3.1", |
| 78 | + "url-loader": "^1.1.2", |
| 79 | + "webpack": "^4.29.1", |
| 80 | + "webpack-cli": "^3.2.3", |
| 81 | + "webpack-dev-server": "^3.1.14" |
80 | 82 | },
|
81 | 83 | "dependencies": {
|
82 |
| - "async-validator": "^1.8.5", |
| 84 | + "async-validator": "^1.10.1", |
83 | 85 | "classnames": "^2.2.6",
|
84 |
| - "popper.js": "^1.14.4", |
| 86 | + "popper.js": "^1.14.7", |
85 | 87 | "prop-types": "^15.6.2",
|
86 |
| - "raf": "^3.4.0", |
87 |
| - "react-click-outside": "^3.0.0", |
88 |
| - "react-transition-group": "^2.5.2", |
89 |
| - "throttle-debounce": "^1.0.1" |
| 88 | + "raf": "^3.4.1", |
| 89 | + "react-click-outside": "^3.0.1", |
| 90 | + "react-transition-group": "^2.5.3", |
| 91 | + "throttle-debounce": "^2.1.0" |
90 | 92 | },
|
91 | 93 | "peerDependencies": {
|
92 | 94 | "react": "*",
|
|
0 commit comments