|
36 | 36 | "@nx-js/observer-util": "^4.2.2" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@types/enzyme": "^3.10.4", |
40 | | - "@types/enzyme-adapter-react-16": "^1.0.5", |
| 39 | + "@types/enzyme": "3.10.5", |
| 40 | + "@types/enzyme-adapter-react-16": "1.0.6", |
41 | 41 | "@types/jest": "^25.1.1", |
42 | | - "@types/react": "^16.9.2", |
43 | | - "@types/react-dom": "^16.9.5", |
44 | | - "@types/sinon": "^7.5.1", |
45 | | - "@typescript-eslint/eslint-plugin": "^2.18.0", |
46 | | - "@typescript-eslint/parser": "^2.18.0", |
47 | | - "enzyme": "^3.11.0", |
48 | | - "enzyme-adapter-react-16": "^1.15.2", |
49 | | - "enzyme-to-json": "^3.4.4", |
50 | | - "eslint": "^6.8.0", |
51 | | - "eslint-config-prettier": "^6.10.0", |
52 | | - "eslint-plugin-prettier": "^3.1.2", |
| 42 | + "@types/react": "16.9.34", |
| 43 | + "@types/react-dom": "16.9.6", |
| 44 | + "@types/sinon": "7.5.2", |
| 45 | + "@typescript-eslint/eslint-plugin": "2.28.0", |
| 46 | + "@typescript-eslint/parser": "2.28.0", |
| 47 | + "enzyme": "3.11.0", |
| 48 | + "enzyme-adapter-react-16": "1.15.2", |
| 49 | + "enzyme-to-json": "3.4.4", |
| 50 | + "eslint": "6.8.0", |
| 51 | + "eslint-config-prettier": "6.10.1", |
| 52 | + "eslint-plugin-prettier": "3.1.3", |
53 | 53 | "eslint-plugin-react": "7.28.0", |
54 | | - "jest": "^25.1.0", |
55 | | - "prettier": "^1.19.1", |
56 | | - "react": "^16.9.0", |
57 | | - "react-dom": "^16.12.0", |
58 | | - "rollup": "^1.31.0", |
59 | | - "rollup-plugin-auto-external": "^2.0.0", |
60 | | - "rollup-plugin-babel": "^4.3.3", |
61 | | - "rollup-plugin-commonjs": "^10.1.0", |
62 | | - "rollup-plugin-json": "^4.0.0", |
63 | | - "rollup-plugin-node-resolve": "^5.2.0", |
64 | | - "rollup-plugin-sourcemaps": "^0.5.0", |
65 | | - "rollup-plugin-typescript2": "^0.25.3", |
66 | | - "sinon": "^8.1.1", |
67 | | - "ts-jest": "^25.1.0", |
68 | | - "ts-node": "^8.6.2", |
69 | | - "tslib": "^1.10.0", |
70 | | - "typescript": "^3.7.5" |
| 54 | + "jest": "25.3.0", |
| 55 | + "prettier": "1.19.1", |
| 56 | + "react": "16.13.1", |
| 57 | + "react-dom": "16.13.1", |
| 58 | + "rollup": "1.32.1", |
| 59 | + "rollup-plugin-auto-external": "2.0.0", |
| 60 | + "rollup-plugin-babel": "4.4.0", |
| 61 | + "rollup-plugin-commonjs": "10.1.0", |
| 62 | + "rollup-plugin-json": "4.0.0", |
| 63 | + "rollup-plugin-node-resolve": "5.2.0", |
| 64 | + "rollup-plugin-sourcemaps": "0.5.0", |
| 65 | + "rollup-plugin-typescript2": "0.25.3", |
| 66 | + "sinon": "8.1.1", |
| 67 | + "ts-jest": "25.3.1", |
| 68 | + "ts-node": "8.8.2", |
| 69 | + "tslib": "1.11.1", |
| 70 | + "typescript": "3.8.3" |
71 | 71 | }, |
72 | 72 | "peerDependencies": { |
73 | 73 | "react": "^16.9.0" |
|
0 commit comments