Skip to content

Commit b9243e0

Browse files
fix(deps): update dependency reactour to v1.19.3
1 parent 4b09c96 commit b9243e0

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-router": "5.3.4",
3535
"react-router-dom": "5.3.4",
3636
"react-scripts": "4.0.3",
37-
"reactour": "1.18.7",
37+
"reactour": "1.19.3",
3838
"recharts": "2.1.16",
3939
"styled-components": "5.3.6",
4040
"subscriptions-transport-ws": "0.11.0",
@@ -87,7 +87,7 @@
8787
"@types/react-dom": "17.0.9",
8888
"@types/react-helmet": "6.1.5",
8989
"@types/react-router-dom": "5.3.3",
90-
"@types/reactour": "1.18.2",
90+
"@types/reactour": "1.18.5",
9191
"@types/validator": "13.7.10",
9292
"@typescript-eslint/eslint-plugin": "4.33.0",
9393
"@typescript-eslint/parser": "4.33.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6981,10 +6981,10 @@
69816981
"@types/scheduler" "*"
69826982
csstype "^3.0.2"
69836983

6984-
"@types/[email protected].2":
6985-
version "1.18.2"
6986-
resolved "https://registry.yarnpkg.com/@types/reactour/-/reactour-1.18.2.tgz#7b17529be743c3abae61b51e7d435a25b7df3f97"
6987-
integrity sha512-WFZ+RjmzZG8QzhW0NI0FQ3GsFxcn2kLIEak5R1NAW6PWkIJRCano1nLv81iFxA4qCneXSD1dwSbE6iuWVwCafw==
6984+
"@types/[email protected].5":
6985+
version "1.18.5"
6986+
resolved "https://registry.yarnpkg.com/@types/reactour/-/reactour-1.18.5.tgz#0e083ea5e08a534ab38aed74e224d696a344231a"
6987+
integrity sha512-Pl5yh9bXeXaFcioDk6XVmUzdJGZDAKesVmwoh2KvN/1FXSd9saN8pIprLvfspnXANMcgl3AtSlD4zs0cJIhGIw==
69886988
dependencies:
69896989
"@types/react" "*"
69906990

@@ -17496,7 +17496,7 @@ lodash.once@^4.0.0:
1749617496
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1749717497
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
1749817498

17499-
lodash.pick@4.4.0, lodash.pick@^4.4.0:
17499+
lodash.pick@^4.4.0:
1750017500
version "4.4.0"
1750117501
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
1750217502
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
@@ -21278,16 +21278,15 @@ [email protected]:
2127821278
loose-envify "^1.1.0"
2127921279
object-assign "^4.1.1"
2128021280

21281-
reactour@1.18.7:
21282-
version "1.18.7"
21283-
resolved "https://registry.yarnpkg.com/reactour/-/reactour-1.18.7.tgz#86a61869890bc3444c2bf412d30833eb85352525"
21284-
integrity sha512-kkXy4h5+fieNPzrPYdWiLj6afl+xH2NQw4En9XJD9EwCIGsRmfcppyJ1xwqJDC6JRhPttf+5wUIsUoLSOlk/Ag==
21281+
reactour@1.19.3:
21282+
version "1.19.3"
21283+
resolved "https://registry.yarnpkg.com/reactour/-/reactour-1.19.3.tgz#d83877496a3af211a881fba3709276accf2ac3e7"
21284+
integrity sha512-a2/j+xmbGlPMQhMy/zdpSmJN1STc0PcLUxhJbAC+bOcYdWHStFR02j6dhNuF/+IeqpX/d44PvlrRXSTt4LGk6w==
2128521285
dependencies:
2128621286
"@rooks/use-mutation-observer" "4.11.2"
2128721287
classnames "2.3.1"
2128821288
focus-outline-manager "^1.0.2"
2128921289
lodash.debounce "4.0.8"
21290-
lodash.pick "4.4.0"
2129121290
prop-types "15.7.2"
2129221291
react-focus-lock "2.5.2"
2129321292
scroll-smooth "1.1.1"

0 commit comments

Comments
 (0)