Skip to content

Commit

Permalink
fix(@remix-run/react): remove unused type-fest dependency (#4246)
Browse files Browse the repository at this point in the history
* fix(@remix-run/react): remove unused `type-fest` dependency

should have been removed when serialize type helpers were moved into server-runtime pkg

* Create hot-pugs-tie.md
  • Loading branch information
pcattori committed Sep 21, 2022
1 parent 5cb03a6 commit 2f29881
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changeset/hot-pugs-tie.md
@@ -0,0 +1,6 @@
---
"remix": patch
"@remix-run/react": patch
---

Remove unused `type-fest` dependency
3 changes: 1 addition & 2 deletions packages/remix-react/package.json
Expand Up @@ -17,8 +17,7 @@
"module": "dist/esm/index.js",
"dependencies": {
"history": "^5.3.0",
"react-router-dom": "6.3.0",
"type-fest": "^2.17.0"
"react-router-dom": "6.3.0"
},
"devDependencies": {
"@remix-run/server-runtime": "1.7.2-pre.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -12154,11 +12154,6 @@ type-fest@^2.16.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.16.0.tgz#1250fbd64dafaf4c8e405e393ef3fb16d9651db2"
integrity sha512-qpaThT2HQkFb83gMOrdKVsfCN7LKxP26Yq+smPzY1FqoHRjqmjqHXA7n5Gkxi8efirtbeEUxzfEdePthQWCuHw==

type-fest@^2.17.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.17.0.tgz#c677030ce61e5be0c90c077d52571eb73c506ea9"
integrity sha512-U+g3/JVXnOki1kLSc+xZGPRll3Ah9u2VIG6Sn9iH9YX6UkPERmt6O/0fIyTgsd2/whV0+gAaHAg8fz6sG1QzMA==

type-is@^1.6.18, type-is@~1.6.18:
version "1.6.18"
resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz"
Expand Down

0 comments on commit 2f29881

Please sign in to comment.