|
1 | 1 | { |
2 | 2 | "name": "react-easy-edit", |
3 | | - "version": "1.13.2", |
| 3 | + "version": "1.13.3", |
4 | 4 | "description": "A react library for inline editing components", |
5 | 5 | "keywords": [ |
6 | 6 | "content editable", |
|
50 | 50 | "not op_mini all" |
51 | 51 | ], |
52 | 52 | "devDependencies": { |
53 | | - "@babel/cli": "^7.12.10", |
54 | | - "@babel/core": "^7.12.10", |
55 | | - "@babel/plugin-proposal-class-properties": "^7.12.1", |
56 | | - "@babel/preset-env": "^7.12.11", |
57 | | - "@babel/preset-react": "^7.12.10", |
58 | | - "@rollup/plugin-babel": "^5.2.1", |
59 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", |
| 53 | + "@babel/cli": "^7.14.8", |
| 54 | + "@babel/core": "^7.14.8", |
| 55 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 56 | + "@babel/preset-env": "^7.14.8", |
| 57 | + "@babel/preset-react": "^7.14.5", |
| 58 | + "@rollup/plugin-babel": "^5.3.0", |
| 59 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
60 | 60 | "enzyme": "3.11.0", |
61 | 61 | "prop-types": "^15.7.2", |
62 | 62 | "react": "^17.0.2", |
63 | 63 | "react-dom": "^17.0.2", |
64 | 64 | "react-scripts": "^3.4.4", |
65 | | - "rollup": "2.50.0", |
| 65 | + "rollup": "2.53.3", |
66 | 66 | "rollup-plugin-postcss": "^3.1.8", |
67 | 67 | "rollup-plugin-terser": "^7.0.2" |
68 | 68 | } |
|
0 commit comments