chore(deps): update dependency @types/redux-logger to v3.0.13

This commit is contained in:
renovate[bot] 2024-06-12 13:47:16 +00:00 committed by GitHub
parent 76711b7ee1
commit c65f967df6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 9 deletions

View File

@ -36,7 +36,7 @@
"@types/node": "^20.14.2", "@types/node": "^20.14.2",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@types/redux-logger": "3.0.12", "@types/redux-logger": "3.0.13",
"@types/styled-components": "^5.1.34", "@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5", "@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/eslint-plugin": "^7.12.0",

View File

@ -34,7 +34,7 @@
"@types/node": "^20.14.2", "@types/node": "^20.14.2",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@types/redux-logger": "3.0.12", "@types/redux-logger": "3.0.13",
"@types/webpack-env": "^1.18.5", "@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0", "@typescript-eslint/parser": "^7.12.0",

View File

@ -1855,8 +1855,8 @@ importers:
specifier: ^18.3.0 specifier: ^18.3.0
version: 18.3.0 version: 18.3.0
'@types/redux-logger': '@types/redux-logger':
specifier: 3.0.12 specifier: 3.0.13
version: 3.0.12 version: 3.0.13
'@types/styled-components': '@types/styled-components':
specifier: ^5.1.34 specifier: ^5.1.34
version: 5.1.34 version: 5.1.34
@ -2118,8 +2118,8 @@ importers:
specifier: ^18.3.0 specifier: ^18.3.0
version: 18.3.0 version: 18.3.0
'@types/redux-logger': '@types/redux-logger':
specifier: 3.0.12 specifier: 3.0.13
version: 3.0.12 version: 3.0.13
'@types/webpack-env': '@types/webpack-env':
specifier: ^1.18.5 specifier: ^1.18.5
version: 1.18.5 version: 1.18.5
@ -10069,10 +10069,10 @@ packages:
'@types/prop-types': 15.7.12 '@types/prop-types': 15.7.12
csstype: 3.1.3 csstype: 3.1.3
/@types/redux-logger@3.0.12: /@types/redux-logger@3.0.13:
resolution: {integrity: sha512-5vAlwokZi/Unb1eGoZfVVzIBTPNDflwXiDzPLT1SynP6hdJfsOEf+w6ZOySOyboLWciCRYeE5DGYUnwVCq+Uyg==} resolution: {integrity: sha512-jylqZXQfMxahkuPcO8J12AKSSCQngdEWQrw7UiLUJzMBcv1r4Qg77P6mjGLjM27e5gFQDPD8vwUMJ9AyVxFSsg==}
dependencies: dependencies:
redux: 4.2.1 redux: 5.0.1
dev: true dev: true
/@types/resolve@1.20.6: /@types/resolve@1.20.6:
@ -18976,6 +18976,10 @@ packages:
dependencies: dependencies:
'@babel/runtime': 7.24.7 '@babel/runtime': 7.24.7
/redux@5.0.1:
resolution: {integrity: sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==}
dev: true
/reflect.getprototypeof@1.0.6: /reflect.getprototypeof@1.0.6:
resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}