Compare commits
1 Commits
68afbfb924
...
c78cfc6276
Author | SHA1 | Date | |
---|---|---|---|
c78cfc6276 |
@ -38,8 +38,8 @@
|
||||
"history": "^5.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "6.26.2",
|
||||
"react-router-dom": "6.26.2",
|
||||
"react-router": "6.26.1",
|
||||
"react-router-dom": "6.26.1",
|
||||
"react-use": "^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
34
yarn.lock
34
yarn.lock
@ -7578,10 +7578,10 @@
|
||||
dependencies:
|
||||
"@react-hookz/deep-equal" "^1.0.4"
|
||||
|
||||
"@remix-run/router@1.19.2":
|
||||
version "1.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
|
||||
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==
|
||||
"@remix-run/router@1.19.1":
|
||||
version "1.19.1"
|
||||
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.1.tgz#984771bfd1de2715f42394c87fb716c1349e014f"
|
||||
integrity sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==
|
||||
|
||||
"@repeaterjs/repeater@^3.0.4":
|
||||
version "3.0.5"
|
||||
@ -10945,8 +10945,8 @@ anymatch@^3.0.3, anymatch@~3.1.2:
|
||||
history "^5.0.0"
|
||||
react "^18.0.0"
|
||||
react-dom "^18.0.0"
|
||||
react-router "6.26.2"
|
||||
react-router-dom "6.26.2"
|
||||
react-router "6.26.1"
|
||||
react-router-dom "6.26.1"
|
||||
react-use "^17.0.0"
|
||||
|
||||
append-field@^1.0.0:
|
||||
@ -22415,20 +22415,20 @@ react-resizable@^3.0.5:
|
||||
prop-types "15.x"
|
||||
react-draggable "^4.0.3"
|
||||
|
||||
react-router-dom@6.26.2:
|
||||
version "6.26.2"
|
||||
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
|
||||
integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==
|
||||
react-router-dom@6.26.1:
|
||||
version "6.26.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.1.tgz#a408892b41767a49dc94b3564b0e7d8e3959f623"
|
||||
integrity sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==
|
||||
dependencies:
|
||||
"@remix-run/router" "1.19.2"
|
||||
react-router "6.26.2"
|
||||
"@remix-run/router" "1.19.1"
|
||||
react-router "6.26.1"
|
||||
|
||||
react-router@6.26.2:
|
||||
version "6.26.2"
|
||||
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e"
|
||||
integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==
|
||||
react-router@6.26.1:
|
||||
version "6.26.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce"
|
||||
integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==
|
||||
dependencies:
|
||||
"@remix-run/router" "1.19.2"
|
||||
"@remix-run/router" "1.19.1"
|
||||
|
||||
react-side-effect@^2.1.0:
|
||||
version "2.1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user