Skip to content

Commit

Permalink
Merge pull request #4184 from CrocSwap/update-dependencies-oct-1
Browse files Browse the repository at this point in the history
update dependencies oct. 1
  • Loading branch information
benwolski authored Oct 1, 2024
2 parents 4447130 + 14c4300 commit fe30bdc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dependencies": {
"@crocswap-libs/sdk": "^1.0.2",
"@d3fc/d3fc-extent": "^4.0.2",
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
Expand Down Expand Up @@ -42,9 +41,8 @@
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"react-use-websocket": "^4.8.1",
"simplex-noise": "^4.0.1",
"simplex-noise": "^4.0.3",
"styled-components": "6.0.3",
"vite-plugin-babel-macros": "^1.0.6",
"web-vitals": "^2.1.0"
},
"resolutions": {
Expand Down Expand Up @@ -78,6 +76,7 @@
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/is-prop-valid": "^1.3.1",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/adm-zip": "^0.5.4",
Expand All @@ -102,6 +101,7 @@
"superagent": "^10.0.0",
"typescript": "^4.4.2",
"vite": "^5.4.8",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-checker": "^0.6.4",
"vitest": "^1.6.0"
}
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,13 @@
dependencies:
"@emotion/memoize" "^0.8.1"

"@emotion/is-prop-valid@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz#8d5cf1132f836d7adbe42cf0b49df7816fc88240"
integrity sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==
dependencies:
"@emotion/memoize" "^0.9.0"

"@emotion/[email protected]":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
Expand Down Expand Up @@ -8949,10 +8956,10 @@ signal-exit@^4.0.1, signal-exit@^4.1.0:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==

simplex-noise@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/simplex-noise/-/simplex-noise-4.0.1.tgz#1573a4eaa46ce488bdf5f1e7ab3a1f798126781f"
integrity sha512-zl/+bdSqW7HJOQ0oDbxrNYaF4F5ik0i7M6YOYmEoIJNtg16NpvWaTTM1Y7oV/7T0jFljawLgYPS81Uu2rsfo1A==
simplex-noise@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/simplex-noise/-/simplex-noise-4.0.3.tgz#e60b840ecfb9ac972870c8c7979bd867a5b4032f"
integrity sha512-qSE2I4AngLQG7BXqoZj51jokT4WUXe8mOBrvfOXpci8+6Yu44+/dD5zqDpOx3Ux792eamTd2lLcI8jqFntk/lg==

slash@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit fe30bdc

Please sign in to comment.