Skip to content

Commit

Permalink
chore(deps-dev): bump type-fest to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Apr 15, 2021
1 parent f1f6fe8 commit c02018a
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 396 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"puppeteer": "^8.0.0",
"react-refresh": "^0.10.0",
"sourcemap-validator": "^2.1.0",
"type-fest": "^0.21.2",
"typescript": "4.2.2",
"type-fest": "^1.0.2",
"typescript": "4.2.4",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-cli.latest": "npm:webpack-cli@4.x",
Expand All @@ -105,7 +105,7 @@
"@types/webpack": "4.x",
"react-refresh": "^0.10.0",
"sockjs-client": "^1.4.0",
"type-fest": ">=0.13.1 <1.0.0",
"type-fest": "^1.0.2",
"webpack": ">=4.43.0 <6.0.0",
"webpack-dev-server": "3.x || 4.x",
"webpack-hot-middleware": "2.x",
Expand All @@ -131,6 +131,9 @@
"optional": true
}
},
"resolutions": {
"type-fest": "^1.0.2"
},
"engines": {
"node": ">= 10.13"
}
Expand Down

0 comments on commit c02018a

Please sign in to comment.