|
1 | 1 | { |
2 | 2 | "name": "react-jsbox", |
3 | | - "version": "1.2.7", |
| 3 | + "version": "1.2.8", |
4 | 4 | "description": "A custom React renderer for writing JSBox apps in React.", |
5 | 5 | "keywords": [ |
6 | 6 | "React", |
|
25 | 25 | "author": "Eva1ent", |
26 | 26 | "repository": "github:Nicify/react-jsbox", |
27 | 27 | "dependencies": { |
28 | | - "react-reconciler": "^0.25.1" |
| 28 | + "react-reconciler": "^0.26.1" |
29 | 29 | }, |
30 | 30 | "peerDependencies": { |
31 | | - "react": "^16.13.1" |
| 31 | + "react": "^17.0.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/core": "7.11.6", |
35 | | - "@babel/plugin-proposal-class-properties": "7.10.4", |
36 | | - "@babel/plugin-transform-runtime": "7.11.5", |
37 | | - "@babel/preset-env": "7.11.5", |
38 | | - "@babel/preset-react": "7.10.4", |
39 | | - "@babel/runtime": "7.11.2", |
| 34 | + "@babel/core": "7.12.3", |
| 35 | + "@babel/plugin-proposal-class-properties": "7.12.1", |
| 36 | + "@babel/plugin-transform-runtime": "7.12.1", |
| 37 | + "@babel/preset-env": "7.12.1", |
| 38 | + "@babel/preset-react": "7.12.1", |
| 39 | + "@babel/runtime": "7.12.1", |
40 | 40 | "babel-eslint": "10.1.0", |
41 | 41 | "babel-preset-minify": "0.5.1", |
42 | | - "eslint": "7.10.0", |
| 42 | + "eslint": "7.12.1", |
43 | 43 | "eslint-plugin-babel": "5.3.1", |
44 | 44 | "eslint-plugin-import": "2.22.1", |
45 | 45 | "eslint-plugin-jsbox": "0.1.1", |
46 | | - "eslint-plugin-react-hooks": "4.1.2", |
| 46 | + "eslint-plugin-react-hooks": "4.2.0", |
47 | 47 | "prettier": "2.1.2", |
48 | | - "react": "16.13.1", |
49 | | - "rollup": "2.28.2", |
| 48 | + "react": "17.0.1", |
| 49 | + "rollup": "2.32.1", |
50 | 50 | "rollup-plugin-babel": "4.4.0", |
51 | 51 | "rollup-plugin-cleanup": "3.2.1", |
52 | 52 | "rollup-plugin-commonjs": "10.1.0", |
|
0 commit comments