Skip to content

Commit

Permalink
Update notistack
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Jan 8, 2024
1 parent 7869a22 commit 99157db
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/picasso-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@material-ui/core": "4.12.4",
"@material-ui/utils": "4.11.3",
"classnames": "^2.3.1",
"notistack": "1.0.10",
"notistack": "3.0.1",
"react-helmet-async": "2.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"@material-ui/core": "4.12.4",
"@toptal/picasso-provider": "^3.3.0",
"notistack": "1.0.10",
"notistack": "3.0.1",
"react": ">=16.12.0 < 19.0.0",
"react-dom": ">=16.12.0 < 19.0.0",
"typescript": "~4.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": ">=16.12.0 < 19.0.0",
"typescript": "~4.7.0",
"@toptal/picasso-provider": "^3.3.0",
"notistack": "1.0.10",
"notistack": "3.0.1",
"react-dom": ">=16.12.0 < 19.0.0"
},
"dependencies": {
Expand All @@ -37,7 +37,7 @@
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@toptal/picasso-provider": "3.4.2",
"notistack": "1.0.10"
"notistack": "3.0.1"
},
"sideEffects": [
"**/styles.ts",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12838,6 +12838,11 @@ gonzales-pe@^4.2.3, gonzales-pe@^4.3.0:
dependencies:
minimist "^1.2.5"

goober@^2.0.33:
version "2.1.13"
resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.13.tgz#e3c06d5578486212a76c9eba860cbc3232ff6d7c"
integrity sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==

gopd@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
Expand Down Expand Up @@ -17927,13 +17932,13 @@ normalize-url@^6.0.0, normalize-url@^6.0.1:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==

notistack@1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/notistack/-/notistack-1.0.10.tgz#8db90830034383467a04184f1fa8ff77f4fc58a5"
integrity sha512-z0y4jJaVtOoH3kc3GtNUlhNTY+5LE04QDeLVujX3VPhhzg67zw055mZjrBF+nzpv3V9aiPNph1EgRU4+t8kQTQ==
notistack@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/notistack/-/notistack-3.0.1.tgz#daf59888ab7e2c30a1fa8f71f9cba2978773236e"
integrity sha512-ntVZXXgSQH5WYfyU+3HfcXuKaapzAJ8fBLQ/G618rn3yvSzEbnOB8ZSOwhX+dAORy/lw+GC2N061JA0+gYWTVA==
dependencies:
clsx "^1.1.0"
hoist-non-react-statics "^3.3.0"
goober "^2.0.33"

npm-audit-report@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 99157db

Please sign in to comment.