Skip to content

Commit

Permalink
chore: move @types/useSES to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed May 13, 2022
1 parent c277b5d commit 42dc3a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -100,6 +100,7 @@
"tslib": "2.3.0"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.3",
"@swc/core": "1.2.129",
"@swc/jest": "0.2.17",
"@testing-library/jest-dom": "^5.16.4",
Expand Down Expand Up @@ -140,7 +141,6 @@
"trailingComma": "none"
},
"dependencies": {
"@types/use-sync-external-store": "^0.0.3",
"use-sync-external-store": "^1.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5825,10 +5825,10 @@ react-is@^18.0.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==

react@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
react@^18.0.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
dependencies:
loose-envify "^1.1.0"

Expand Down

0 comments on commit 42dc3a1

Please sign in to comment.