Skip to content

Commit

Permalink
revert dependency changes in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Nov 25, 2020
1 parent 688f10a commit c193a15
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 489 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"eslint-plugin-react-hooks": "^2.2.0",
"execa": "^4.0.3",
"fs-extra": "^9.0.0",
"jest": "25.5.1",
"jest": "^25.3.0",
"jest-watch-typeahead": "^0.5.0",
"jpjs": "^1.2.1",
"lodash.merge": "^4.6.2",
Expand All @@ -96,12 +96,11 @@
"semver": "^7.1.1",
"shelljs": "^0.8.3",
"tiny-glob": "^0.2.6",
"ts-jest": "^26.4.4",
"ts-jest": "^25.3.1",
"tslib": "^1.9.3",
"typescript": "^3.8.3"
"typescript": "^3.7.3"
},
"devDependencies": {
"@jest/types": "^25.5.0",
"@types/eslint": "^6.1.2",
"@types/fs-extra": "^9.0.1",
"@types/lodash": "^4.14.161",
Expand All @@ -126,7 +125,6 @@
"styled-components": "^5.0.1",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3",
"type-fest": "0.13.1",
"yarn-deduplicate": "^2.1.1"
},
"husky": {
Expand Down

0 comments on commit c193a15

Please sign in to comment.