|
82 | 82 | ] |
83 | 83 | }, |
84 | 84 | "dependencies": { |
85 | | - "@types/react": "^16.8.8", |
86 | | - "immer": "^2.1.4" |
| 85 | + "@types/react": "^16.8.19", |
| 86 | + "immer": "^3.1.2" |
87 | 87 | }, |
88 | 88 | "devDependencies": { |
89 | | - "@commitlint/cli": "^7.1.2", |
90 | | - "@commitlint/config-conventional": "^7.1.2", |
91 | | - "@types/jest": "^24.0.11", |
92 | | - "@types/node": "^11.11.7", |
| 89 | + "@commitlint/cli": "^8.0.0", |
| 90 | + "@commitlint/config-conventional": "^8.0.0", |
| 91 | + "@testing-library/react": "^8.0.1", |
| 92 | + "@types/jest": "^24.0.13", |
| 93 | + "@types/node": "^12.0.4", |
93 | 94 | "colors": "^1.3.2", |
94 | | - "commitizen": "^3.0.0", |
| 95 | + "commitizen": "^3.1.1", |
95 | 96 | "coveralls": "^3.0.2", |
96 | 97 | "cross-env": "^5.2.0", |
97 | 98 | "cz-conventional-changelog": "^2.1.0", |
98 | | - "husky": "^1.0.1", |
99 | | - "jest": "^24.5.0", |
100 | | - "jest-config": "^24.5.0", |
101 | | - "lint-staged": "^8.0.0", |
| 99 | + "husky": "^2.3.0", |
| 100 | + "jest": "^24.8.0", |
| 101 | + "jest-config": "^24.8.0", |
| 102 | + "lint-staged": "^8.1.7", |
102 | 103 | "lodash.camelcase": "^4.3.0", |
103 | | - "prettier": "^1.14.3", |
| 104 | + "prettier": "^1.17.1", |
104 | 105 | "prompt": "^1.0.0", |
105 | | - "react": "^16.8.5", |
106 | | - "react-dom": "^16.8.5", |
107 | | - "react-testing-library": "^6.0.2", |
108 | | - "replace-in-file": "^3.4.2", |
| 106 | + "react": "^16.8.6", |
| 107 | + "react-dom": "^16.8.6", |
| 108 | + "replace-in-file": "^4.1.0", |
109 | 109 | "rimraf": "^2.6.2", |
110 | | - "semantic-release": "^15.13.3", |
| 110 | + "semantic-release": "^15.13.12", |
111 | 111 | "shelljs": "^0.8.3", |
112 | 112 | "travis-deploy-once": "^5.0.9", |
113 | | - "ts-jest": "^24.0.0", |
114 | | - "ts-node": "^8.0.3", |
115 | | - "tslint": "^5.11.0", |
| 113 | + "ts-jest": "^24.0.2", |
| 114 | + "ts-node": "^8.2.0", |
| 115 | + "tslint": "^5.17.0", |
116 | 116 | "tslint-config-prettier": "^1.15.0", |
117 | 117 | "tslint-config-standard": "^8.0.1", |
118 | 118 | "typedoc": "^0.14.2", |
119 | | - "typescript": "^3.0.3" |
| 119 | + "typescript": "^3.5.1" |
120 | 120 | }, |
121 | 121 | "husky": { |
122 | 122 | "hooks": { |
|
0 commit comments