Skip to content

Commit

Permalink
chore: added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Feb 23, 2024
1 parent c355b12 commit 87ce4de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,17 @@
"engines": {
"node": ">=14"
},
"dependencies": {
"fast-deep-equal": "^3"
},
"peerDependencies": {
"history": ">=4",
"immer": ">=9",
"next": ">=11",
"react": ">=16.8",
"react-dom": ">=16.8",
"zustand": ">=4.4.0",
"type-fest": ">=4",
"fast-deep-equal": "^3"
"type-fest": ">=4"
},
"peerDependenciesMeta": {
"next": {
Expand Down Expand Up @@ -184,16 +186,18 @@
"typedoc": "^0.25.0",
"typescript": "^5.2.2",
"webpack": "^5.75.0",
"zustand": "^4.4.1",
"fast-deep-equal": "^3.1.3"
"zustand": "^4.4.1"
},
"resolutions": {
"lodash": "^4.17.21",
"dot-prop": "5.2.0",
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0"
},
"jest": {
"extensionsToTreatAsEsm": [".ts", ".tsx"],
"extensionsToTreatAsEsm": [
".ts",
".tsx"
],
"transform": {
".(ts|tsx)": [
"ts-jest",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7938,7 +7938,7 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
fast-deep-equal@^3, fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
Expand Down

0 comments on commit 87ce4de

Please sign in to comment.