This commit is contained in:
Nathan Bierema 2024-06-06 21:11:41 -04:00
parent 28e82ea798
commit be6027e987
3 changed files with 7 additions and 44 deletions

View File

@ -57,7 +57,7 @@
"@types/node": "^20.14.2",
"@types/path-browserify": "^1.0.2",
"@types/react": "^18.3.3",
"@types/source-map": "0.5.7",
"@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",

View File

@ -827,7 +827,7 @@ importers:
version: 18.3.1(react@18.3.1)
react-redux:
specifier: ^8.1.3
version: 8.1.3(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(redux@4.2.1)
version: 8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(redux@4.2.1)
redux:
specifier: ^4.2.1
version: 4.2.1
@ -1876,8 +1876,8 @@ importers:
specifier: ^18.3.3
version: 18.3.3
'@types/source-map':
specifier: 0.5.7
version: 0.5.7
specifier: 0.5.2
version: 0.5.2
'@typescript-eslint/eslint-plugin':
specifier: ^7.12.0
version: 7.12.0(@typescript-eslint/parser@7.12.0)(eslint@8.57.0)(typescript@5.3.3)
@ -2389,7 +2389,7 @@ importers:
version: 18.3.1(react@18.3.1)
react-redux:
specifier: ^8.1.3
version: 8.1.3(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(redux@4.2.1)
version: 8.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(redux@4.2.1)
redux:
specifier: ^4.2.1
version: 4.2.1
@ -10277,11 +10277,8 @@ packages:
'@types/node': 20.14.2
dev: true
/@types/source-map@0.5.7:
resolution: {integrity: sha512-LrnsgZIfJaysFkv9rRJp4/uAyqw87oVed3s1hhF83nwbo9c7MG9g5DqR0seHP+lkX4ldmMrVolPjQSe2ZfD0yA==}
deprecated: This is a stub types definition for source-map (https://github.com/mozilla/source-map). source-map provides its own type definitions, so you don't need @types/source-map installed!
dependencies:
source-map: 0.5.7
/@types/source-map@0.5.2:
resolution: {integrity: sha512-++w4WmMbk3dS3UeHGzAG+xJOSz5Xqtjys/TBkqG3qp3SeWE7Wwezqe5eB7B51cxUyh4PW7bwVotpsLdBK0D8cw==}
dev: true
/@types/stack-utils@2.0.3:
@ -18662,39 +18659,6 @@ packages:
redux: 4.2.1
use-sync-external-store: 1.2.0(react@18.3.1)
/react-redux@8.1.3(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(redux@4.2.1):
resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==}
peerDependencies:
'@types/react': ^16.8 || ^17.0 || ^18.0
'@types/react-dom': ^16.8 || ^17.0 || ^18.0
react: ^16.8 || ^17.0 || ^18.0
react-dom: ^16.8 || ^17.0 || ^18.0
react-native: '>=0.59'
redux: ^4 || ^5.0.0-beta.0
peerDependenciesMeta:
'@types/react':
optional: true
'@types/react-dom':
optional: true
react-dom:
optional: true
react-native:
optional: true
redux:
optional: true
dependencies:
'@babel/runtime': 7.24.7
'@types/hoist-non-react-statics': 3.3.5
'@types/react': 18.3.3
'@types/use-sync-external-store': 0.0.3
hoist-non-react-statics: 3.3.2
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
react-is: 18.3.1
redux: 4.2.1
use-sync-external-store: 1.2.0(react@18.3.1)
dev: true
/react-remove-scroll-bar@2.3.6(@types/react@18.3.3)(react@18.3.1):
resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==}
engines: {node: '>=10'}

View File

@ -19,7 +19,6 @@
},
{
"matchPackageNames": ["source-map", "@types/source-map"],
"matchUpdateTypes": ["major", "minor"],
"groupName": "source-map"
},
{