mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-06-27 08:23:15 +03:00
fix(deps): update source-map
This commit is contained in:
parent
2b7e1b890a
commit
5f5f6a62ba
|
@ -37,7 +37,7 @@
|
|||
"html-entities": "^2.6.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"react-base16-styling": "workspace:^",
|
||||
"source-map": "^0.5.7"
|
||||
"source-map": "^0.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.27.2",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"@types/node": "^22.15.32",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/source-map": "0.5.2",
|
||||
"@types/source-map": "0.5.7",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
|
|
|
@ -1563,8 +1563,8 @@ importers:
|
|||
specifier: workspace:^
|
||||
version: link:../react-base16-styling
|
||||
source-map:
|
||||
specifier: ^0.5.7
|
||||
version: 0.5.7
|
||||
specifier: ^0.7.4
|
||||
version: 0.7.4
|
||||
devDependencies:
|
||||
'@babel/cli':
|
||||
specifier: ^7.27.2
|
||||
|
@ -1618,8 +1618,8 @@ importers:
|
|||
specifier: ^19.1.8
|
||||
version: 19.1.8
|
||||
'@types/source-map':
|
||||
specifier: 0.5.2
|
||||
version: 0.5.2
|
||||
specifier: 0.5.7
|
||||
version: 0.5.7
|
||||
jest:
|
||||
specifier: ^30.0.2
|
||||
version: 30.0.2(@types/node@22.15.32)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.5))(ts-node@10.9.2(@types/node@22.15.32)(typescript@5.8.3))
|
||||
|
@ -4967,8 +4967,9 @@ packages:
|
|||
'@types/sockjs@0.3.36':
|
||||
resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==}
|
||||
|
||||
'@types/source-map@0.5.2':
|
||||
resolution: {integrity: sha512-++w4WmMbk3dS3UeHGzAG+xJOSz5Xqtjys/TBkqG3qp3SeWE7Wwezqe5eB7B51cxUyh4PW7bwVotpsLdBK0D8cw==}
|
||||
'@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!
|
||||
|
||||
'@types/stack-utils@2.0.3':
|
||||
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
|
||||
|
@ -9520,6 +9521,10 @@ packages:
|
|||
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
source-map@0.7.4:
|
||||
resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
spawndamnit@3.0.1:
|
||||
resolution: {integrity: sha512-MmnduQUuHCoFckZoWnXsTg7JaiLBJrKFj9UI2MbRPGaJeVpsLcVBu6P/IGZovziM/YBsellCmsprgNA+w0CzVg==}
|
||||
|
||||
|
@ -13170,7 +13175,9 @@ snapshots:
|
|||
dependencies:
|
||||
'@types/node': 22.15.32
|
||||
|
||||
'@types/source-map@0.5.2': {}
|
||||
'@types/source-map@0.5.7':
|
||||
dependencies:
|
||||
source-map: 0.7.4
|
||||
|
||||
'@types/stack-utils@2.0.3': {}
|
||||
|
||||
|
@ -18791,6 +18798,8 @@ snapshots:
|
|||
|
||||
source-map@0.6.1: {}
|
||||
|
||||
source-map@0.7.4: {}
|
||||
|
||||
spawndamnit@3.0.1:
|
||||
dependencies:
|
||||
cross-spawn: 7.0.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user