Update dependency react-redux to v9
This commit is contained in:
parent
59da9f770a
commit
16d3c065ba
3 changed files with 29 additions and 48 deletions
|
@ -33,7 +33,7 @@
|
||||||
"ramda": "0.29.1",
|
"ramda": "0.29.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-redux": "8.1.3",
|
"react-redux": "9.1.0",
|
||||||
"redux-thunk": "3.1.0",
|
"redux-thunk": "3.1.0",
|
||||||
"scroll-into-view-if-needed": "3.0.10",
|
"scroll-into-view-if-needed": "3.0.10",
|
||||||
"wouter": "2.12.1",
|
"wouter": "2.12.1",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"clsx": "2.1.0",
|
"clsx": "2.1.0",
|
||||||
"date-fns": "3.2.0",
|
"date-fns": "3.2.0",
|
||||||
"ramda": "0.29.1",
|
"ramda": "0.29.1",
|
||||||
"react-redux": "8.1.3",
|
"react-redux": "9.1.0",
|
||||||
"scroll-into-view-if-needed": "3.1.0",
|
"scroll-into-view-if-needed": "3.1.0",
|
||||||
"wouter": "2.12.1"
|
"wouter": "2.12.1"
|
||||||
}
|
}
|
||||||
|
|
73
pnpm-lock.yaml
generated
73
pnpm-lock.yaml
generated
|
@ -10,7 +10,7 @@ importers:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@reduxjs/toolkit':
|
'@reduxjs/toolkit':
|
||||||
specifier: 1.9.7
|
specifier: 1.9.7
|
||||||
version: 1.9.7(react-redux@8.1.3)(react@18.2.0)
|
version: 1.9.7(react-redux@9.1.0)(react@18.2.0)
|
||||||
clsx:
|
clsx:
|
||||||
specifier: 2.1.0
|
specifier: 2.1.0
|
||||||
version: 2.1.0
|
version: 2.1.0
|
||||||
|
@ -30,8 +30,8 @@ importers:
|
||||||
specifier: 18.2.0
|
specifier: 18.2.0
|
||||||
version: 18.2.0(react@18.2.0)
|
version: 18.2.0(react@18.2.0)
|
||||||
react-redux:
|
react-redux:
|
||||||
specifier: 8.1.3
|
specifier: 9.1.0
|
||||||
version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.1)
|
version: 9.1.0(@types/react@18.2.48)(react@18.2.0)(redux@5.0.1)
|
||||||
redux-thunk:
|
redux-thunk:
|
||||||
specifier: 3.1.0
|
specifier: 3.1.0
|
||||||
version: 3.1.0(redux@5.0.1)
|
version: 3.1.0(redux@5.0.1)
|
||||||
|
@ -185,7 +185,7 @@ importers:
|
||||||
version: link:../utils
|
version: link:../utils
|
||||||
'@reduxjs/toolkit':
|
'@reduxjs/toolkit':
|
||||||
specifier: 1.9.7
|
specifier: 1.9.7
|
||||||
version: 1.9.7(react-redux@8.1.3)(react@18.2.0)
|
version: 1.9.7(react-redux@9.1.0)(react@18.2.0)
|
||||||
async-mutex:
|
async-mutex:
|
||||||
specifier: 0.4.1
|
specifier: 0.4.1
|
||||||
version: 0.4.1
|
version: 0.4.1
|
||||||
|
@ -201,7 +201,7 @@ importers:
|
||||||
version: link:../utils
|
version: link:../utils
|
||||||
'@reduxjs/toolkit':
|
'@reduxjs/toolkit':
|
||||||
specifier: 1.9.7
|
specifier: 1.9.7
|
||||||
version: 1.9.7(react-redux@8.1.3)(react@18.2.0)
|
version: 1.9.7(react-redux@9.1.0)(react@18.2.0)
|
||||||
publishDirectory: dist
|
publishDirectory: dist
|
||||||
|
|
||||||
packages/components:
|
packages/components:
|
||||||
|
@ -223,7 +223,7 @@ importers:
|
||||||
version: link:../utils
|
version: link:../utils
|
||||||
'@reduxjs/toolkit':
|
'@reduxjs/toolkit':
|
||||||
specifier: 1.9.7
|
specifier: 1.9.7
|
||||||
version: 1.9.7(react-redux@8.1.3)(react@18.2.0)
|
version: 1.9.7(react-redux@9.1.0)(react@18.2.0)
|
||||||
clsx:
|
clsx:
|
||||||
specifier: 2.1.0
|
specifier: 2.1.0
|
||||||
version: 2.1.0
|
version: 2.1.0
|
||||||
|
@ -234,8 +234,8 @@ importers:
|
||||||
specifier: 0.29.1
|
specifier: 0.29.1
|
||||||
version: 0.29.1
|
version: 0.29.1
|
||||||
react-redux:
|
react-redux:
|
||||||
specifier: 8.1.3
|
specifier: 9.1.0
|
||||||
version: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
|
version: 9.1.0(@types/react@18.2.48)(react@18.2.0)(redux@4.2.1)
|
||||||
scroll-into-view-if-needed:
|
scroll-into-view-if-needed:
|
||||||
specifier: 3.1.0
|
specifier: 3.1.0
|
||||||
version: 3.1.0
|
version: 3.1.0
|
||||||
|
@ -3012,7 +3012,7 @@ packages:
|
||||||
'@babel/runtime': 7.21.5
|
'@babel/runtime': 7.21.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@reduxjs/toolkit@1.9.7(react-redux@8.1.3)(react@18.2.0):
|
/@reduxjs/toolkit@1.9.7(react-redux@9.1.0)(react@18.2.0):
|
||||||
resolution: {integrity: sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==}
|
resolution: {integrity: sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.9.0 || ^17.0.0 || ^18
|
react: ^16.9.0 || ^17.0.0 || ^18
|
||||||
|
@ -3025,7 +3025,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
immer: 9.0.21
|
immer: 9.0.21
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-redux: 8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.1)
|
react-redux: 9.1.0(@types/react@18.2.48)(react@18.2.0)(redux@5.0.1)
|
||||||
redux: 4.2.1
|
redux: 4.2.1
|
||||||
redux-thunk: 2.4.2(redux@4.2.1)
|
redux-thunk: 2.4.2(redux@4.2.1)
|
||||||
reselect: 4.1.8
|
reselect: 4.1.8
|
||||||
|
@ -4138,6 +4138,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/react': 18.2.48
|
'@types/react': 18.2.48
|
||||||
hoist-non-react-statics: 3.3.2
|
hoist-non-react-statics: 3.3.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@types/html-minifier-terser@6.1.0:
|
/@types/html-minifier-terser@6.1.0:
|
||||||
resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==}
|
resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==}
|
||||||
|
@ -4263,6 +4264,7 @@ packages:
|
||||||
resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==}
|
resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/react': 18.2.48
|
'@types/react': 18.2.48
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@types/react-redux@7.1.33:
|
/@types/react-redux@7.1.33:
|
||||||
resolution: {integrity: sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==}
|
resolution: {integrity: sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==}
|
||||||
|
@ -7664,6 +7666,7 @@ packages:
|
||||||
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
|
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
react-is: 16.13.1
|
react-is: 16.13.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/hosted-git-info@2.8.9:
|
/hosted-git-info@2.8.9:
|
||||||
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
|
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
|
||||||
|
@ -10951,6 +10954,7 @@ packages:
|
||||||
|
|
||||||
/react-is@16.13.1:
|
/react-is@16.13.1:
|
||||||
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/react-is@18.1.0:
|
/react-is@18.1.0:
|
||||||
resolution: {integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==}
|
resolution: {integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==}
|
||||||
|
@ -10958,71 +10962,48 @@ packages:
|
||||||
|
|
||||||
/react-is@18.2.0:
|
/react-is@18.2.0:
|
||||||
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
|
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1):
|
/react-redux@9.1.0(@types/react@18.2.48)(react@18.2.0)(redux@4.2.1):
|
||||||
resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==}
|
resolution: {integrity: sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@types/react': ^16.8 || ^17.0 || ^18.0
|
'@types/react': ^18.2.25
|
||||||
'@types/react-dom': ^16.8 || ^17.0 || ^18.0
|
react: ^18.0
|
||||||
react: ^16.8 || ^17.0 || ^18.0
|
react-native: '>=0.69'
|
||||||
react-dom: ^16.8 || ^17.0 || ^18.0
|
redux: ^5.0.0
|
||||||
react-native: '>=0.59'
|
|
||||||
redux: ^4 || ^5.0.0-beta.0
|
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@types/react':
|
'@types/react':
|
||||||
optional: true
|
optional: true
|
||||||
'@types/react-dom':
|
|
||||||
optional: true
|
|
||||||
react-dom:
|
|
||||||
optional: true
|
|
||||||
react-native:
|
react-native:
|
||||||
optional: true
|
optional: true
|
||||||
redux:
|
redux:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.21.5
|
|
||||||
'@types/hoist-non-react-statics': 3.3.1
|
|
||||||
'@types/react': 18.2.48
|
'@types/react': 18.2.48
|
||||||
'@types/react-dom': 18.2.18
|
|
||||||
'@types/use-sync-external-store': 0.0.3
|
'@types/use-sync-external-store': 0.0.3
|
||||||
hoist-non-react-statics: 3.3.2
|
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-dom: 18.2.0(react@18.2.0)
|
|
||||||
react-is: 18.2.0
|
|
||||||
redux: 4.2.1
|
redux: 4.2.1
|
||||||
use-sync-external-store: 1.2.0(react@18.2.0)
|
use-sync-external-store: 1.2.0(react@18.2.0)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/react-redux@8.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.1):
|
/react-redux@9.1.0(@types/react@18.2.48)(react@18.2.0)(redux@5.0.1):
|
||||||
resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==}
|
resolution: {integrity: sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@types/react': ^16.8 || ^17.0 || ^18.0
|
'@types/react': ^18.2.25
|
||||||
'@types/react-dom': ^16.8 || ^17.0 || ^18.0
|
react: ^18.0
|
||||||
react: ^16.8 || ^17.0 || ^18.0
|
react-native: '>=0.69'
|
||||||
react-dom: ^16.8 || ^17.0 || ^18.0
|
redux: ^5.0.0
|
||||||
react-native: '>=0.59'
|
|
||||||
redux: ^4 || ^5.0.0-beta.0
|
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@types/react':
|
'@types/react':
|
||||||
optional: true
|
optional: true
|
||||||
'@types/react-dom':
|
|
||||||
optional: true
|
|
||||||
react-dom:
|
|
||||||
optional: true
|
|
||||||
react-native:
|
react-native:
|
||||||
optional: true
|
optional: true
|
||||||
redux:
|
redux:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.21.5
|
|
||||||
'@types/hoist-non-react-statics': 3.3.1
|
|
||||||
'@types/react': 18.2.48
|
'@types/react': 18.2.48
|
||||||
'@types/react-dom': 18.2.18
|
|
||||||
'@types/use-sync-external-store': 0.0.3
|
'@types/use-sync-external-store': 0.0.3
|
||||||
hoist-non-react-statics: 3.3.2
|
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-dom: 18.2.0(react@18.2.0)
|
|
||||||
react-is: 18.2.0
|
|
||||||
redux: 5.0.1
|
redux: 5.0.1
|
||||||
use-sync-external-store: 1.2.0(react@18.2.0)
|
use-sync-external-store: 1.2.0(react@18.2.0)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue