Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed May 26, 2023
1 parent a2b53c1 commit 57d2049
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"react-highlight-words": "^0.18.0",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^3.4.4",
"react-infinite-scroller": "^1.2.6",
"react-json-tree": "^0.15.0",
"react-merge-refs": "^2.0.1",
"react-resizable": "^3.0.1",
Expand All @@ -75,6 +76,7 @@
"@types/node": "^14.14.37",
"@types/react": "^18.0.25",
"@types/react-highlight-words": "^0.16.4",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-resizable": "^1.7.2",
"@zeit/next-css": "^1.0.1",
"babel-plugin-module-resolver": "^4.1.0",
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8321,6 +8321,13 @@
dependencies:
"@types/react" "*"

"@types/react-infinite-scroller@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@types/react-infinite-scroller/-/react-infinite-scroller-1.2.3.tgz#b8dcb0e5762c3f79cc92e574d2c77402524cab71"
integrity sha512-l60JckVoO+dxmKW2eEG7jbliEpITsTJvRPTe97GazjF5+ylagAuyYdXl8YY9DQsTP9QjhqGKZROknzgscGJy0A==
dependencies:
"@types/react" "*"

"@types/react-is@^16.7.1 || ^17.0.0":
version "17.0.3"
resolved "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz"
Expand Down Expand Up @@ -19451,6 +19458,13 @@ react-in-viewport@^1.0.0-alpha.20:
dependencies:
hoist-non-react-statics "^3.0.0"

react-infinite-scroller@^1.2.6:
version "1.2.6"
resolved "https://registry.yarnpkg.com/react-infinite-scroller/-/react-infinite-scroller-1.2.6.tgz#8b80233226dc753a597a0eb52621247f49b15f18"
integrity sha512-mGdMyOD00YArJ1S1F3TVU9y4fGSfVVl6p5gh/Vt4u99CJOptfVu/q5V/Wlle72TMgYlBwIhbxK5wF0C/R33PXQ==
dependencies:
prop-types "^15.5.8"

react-inspector@^5.1.0:
version "5.1.1"
resolved "https://registry.npmjs.org/react-inspector/-/react-inspector-5.1.1.tgz"
Expand Down

0 comments on commit 57d2049

Please sign in to comment.