Skip to content

Commit

Permalink
moving some typescript packages from devlopment dependencies to runti…
Browse files Browse the repository at this point in the history
…me dependencies and otherwise

Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
  • Loading branch information
BigSamu committed Jan 2, 2024
1 parent 7855cc7 commit 3b35367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"dependencies": {
"@types/chroma-js": "^2.4.0",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-input-autosize": "^2.2.1",
"@types/react-window": "^1.8.5",
"chroma-js": "^2.4.2",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -154,9 +154,9 @@
"@types/numeral": "2.0.2",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-input-autosize": "2.2.1",
"@types/react-is": "^16.7.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/refractor": "3.0.0",
"@types/url-parse": "^1.4.8",
"@types/uuid": "^9.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2675,10 +2675,10 @@
dependencies:
"@types/react" "*"

"@types/react-input-autosize@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.2.1.tgz#6a335212e7fce1e1a4da56ae2095c8c5c35fbfe6"
integrity sha512-RxzEjd4gbLAAdLQ92Q68/AC+TfsAKTc4evsArUH1aIShIMqQMIMjsxoSnwyjtbFTO/AGIW/RQI94XSdvOxCz/w==
"@types/react-input-autosize@^2.2.1":
version "2.2.4"
resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.2.4.tgz#8c8d4becb14c76cd3337f292e4fe53c9ab3ce1b8"
integrity sha512-7O028jRZHZo3mj63h3HSvB0WpvPXNWN86sajHTi0+CtjA4Ym+DFzO9RzrSbfFURe5ZWsq6P72xk7MInI6aGWJA==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 3b35367

Please sign in to comment.