Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency notistack to v3 #181

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jotai": "2.2.2",
"leaflet": "1.9.4",
"leaflet.heat": "0.2.0",
"notistack": "2.0.8",
"notistack": "3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroller": "1.2.6",
Expand Down
31 changes: 16 additions & 15 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,15 @@ __metadata:
languageName: node
linkType: hard

"goober@npm:^2.0.33":
version: 2.1.13
resolution: "goober@npm:2.1.13"
peerDependencies:
csstype: ^3.0.10
checksum: 0c00b90d26d1a2fad432e311fd4f47bc9fef1eee2a733158d9e2c72a89cf76d414090d063a8d20fe378f2b2b8087df0a83b0f00a3244d1466b97a0d3b14344a7
languageName: node
linkType: hard

"gopd@npm:^1.0.1":
version: 1.0.1
resolution: "gopd@npm:1.0.1"
Expand Down Expand Up @@ -2753,7 +2762,7 @@ __metadata:
languageName: node
linkType: hard

"hoist-non-react-statics@npm:^3.3.0, hoist-non-react-statics@npm:^3.3.1, hoist-non-react-statics@npm:^3.3.2":
"hoist-non-react-statics@npm:^3.3.1, hoist-non-react-statics@npm:^3.3.2":
version: 3.3.2
resolution: "hoist-non-react-statics@npm:3.3.2"
dependencies:
Expand Down Expand Up @@ -3631,24 +3640,16 @@ __metadata:
languageName: node
linkType: hard

"notistack@npm:2.0.8":
version: 2.0.8
resolution: "notistack@npm:2.0.8"
"notistack@npm:3.0.1":
version: 3.0.1
resolution: "notistack@npm:3.0.1"
dependencies:
clsx: ^1.1.0
hoist-non-react-statics: ^3.3.0
goober: ^2.0.33
peerDependencies:
"@emotion/react": ^11.4.1
"@emotion/styled": ^11.3.0
"@mui/material": ^5.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
checksum: f95952ea7209840f6f05a65e74f0fb4e7a1bb321753b2955ae6052f2205d47a6a3c50a42b72db11eac2fc491c4105b4687bed89e79287399530973fa133a5380
checksum: 421c970308690b8c8cb2e275e7f66020db7c1955e104f638e7fa562396a6b9322ff95f0e62492b07f3d36b0ef72adb4de2c2ce9803089c1c8f028d1a3b088e01
languageName: node
linkType: hard

Expand Down Expand Up @@ -4605,7 +4606,7 @@ __metadata:
jotai: 2.2.2
leaflet: 1.9.4
leaflet.heat: 0.2.0
notistack: 2.0.8
notistack: 3.0.1
react: 18.2.0
react-dom: 18.2.0
react-infinite-scroller: 1.2.6
Expand Down