|
1 | 1 | { |
2 | 2 | "name": "react-jsbox", |
3 | | - "version": "1.3.1", |
| 3 | + "version": "1.3.3", |
4 | 4 | "description": "A custom React renderer for writing JSBox apps in React.", |
5 | 5 | "keywords": [ |
6 | 6 | "React", |
|
28 | 28 | "react-reconciler": "0.25.1" |
29 | 29 | }, |
30 | 30 | "peerDependencies": { |
31 | | - "react": "^16.14.0" |
| 31 | + "react": "^17.0.2" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/core": "7.13.8", |
35 | | - "@babel/plugin-proposal-class-properties": "7.13.0", |
36 | | - "@babel/plugin-transform-runtime": "7.13.9", |
37 | | - "@babel/preset-env": "7.13.9", |
38 | | - "@babel/preset-react": "7.12.13", |
39 | | - "@babel/runtime": "7.13.9", |
40 | | - "babel-eslint": "10.1.0", |
| 34 | + "@babel/core": "7.16.7", |
| 35 | + "@babel/plugin-proposal-class-properties": "7.16.7", |
| 36 | + "@babel/plugin-transform-runtime": "7.16.7", |
| 37 | + "@babel/preset-env": "7.16.7", |
| 38 | + "@babel/preset-react": "7.16.7", |
| 39 | + "@babel/runtime": "7.16.7", |
| 40 | + "@babel/eslint-parser": "7.16.5", |
41 | 41 | "babel-preset-minify": "0.5.1", |
42 | | - "eslint": "7.21.0", |
| 42 | + "eslint": "8.6.0", |
43 | 43 | "eslint-plugin-babel": "5.3.1", |
44 | | - "eslint-plugin-import": "2.22.1", |
| 44 | + "eslint-plugin-import": "2.25.3", |
45 | 45 | "eslint-plugin-jsbox": "0.1.1", |
46 | | - "eslint-plugin-react-hooks": "4.2.0", |
47 | | - "prettier": "2.2.1", |
48 | | - "react": "17.0.1", |
49 | | - "rollup": "2.40.0", |
| 46 | + "eslint-plugin-react-hooks": "4.3.0", |
| 47 | + "prettier": "2.5.1", |
| 48 | + "react": "17.0.2", |
| 49 | + "rollup": "2.62.0", |
50 | 50 | "rollup-plugin-babel": "4.4.0", |
51 | 51 | "rollup-plugin-cleanup": "3.2.1", |
52 | 52 | "rollup-plugin-commonjs": "10.1.0", |
53 | 53 | "rollup-plugin-modify": "3.0.0", |
54 | 54 | "rollup-plugin-node-resolve": "5.2.0", |
55 | 55 | "rollup-plugin-progress": "1.1.2", |
56 | | - "rollup-plugin-replace": "2.2.0", |
57 | 56 | "rollup-plugin-terser": "7.0.2" |
58 | 57 | }, |
59 | 58 | "license": "MIT" |
|
0 commit comments