Skip to content

Commit c193a15

Browse files
committed
revert dependency changes in package.json
1 parent 688f10a commit c193a15

File tree

2 files changed

+375
-489
lines changed

2 files changed

+375
-489
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"eslint-plugin-react-hooks": "^2.2.0",
8080
"execa": "^4.0.3",
8181
"fs-extra": "^9.0.0",
82-
"jest": "25.5.1",
82+
"jest": "^25.3.0",
8383
"jest-watch-typeahead": "^0.5.0",
8484
"jpjs": "^1.2.1",
8585
"lodash.merge": "^4.6.2",
@@ -96,12 +96,11 @@
9696
"semver": "^7.1.1",
9797
"shelljs": "^0.8.3",
9898
"tiny-glob": "^0.2.6",
99-
"ts-jest": "^26.4.4",
99+
"ts-jest": "^25.3.1",
100100
"tslib": "^1.9.3",
101-
"typescript": "^3.8.3"
101+
"typescript": "^3.7.3"
102102
},
103103
"devDependencies": {
104-
"@jest/types": "^25.5.0",
105104
"@types/eslint": "^6.1.2",
106105
"@types/fs-extra": "^9.0.1",
107106
"@types/lodash": "^4.14.161",
@@ -126,7 +125,6 @@
126125
"styled-components": "^5.0.1",
127126
"tiny-invariant": "^1.1.0",
128127
"tiny-warning": "^1.0.3",
129-
"type-fest": "0.13.1",
130128
"yarn-deduplicate": "^2.1.1"
131129
},
132130
"husky": {

0 commit comments

Comments
 (0)