mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Update @babel/code-frame
This commit is contained in:
parent
a78b9e7b35
commit
ddc7431a2e
|
@ -39,10 +39,5 @@
|
||||||
"packages/redux-devtools-rtk-query-monitor/demo",
|
"packages/redux-devtools-rtk-query-monitor/demo",
|
||||||
"packages/redux-devtools-slider-monitor/examples/todomvc"
|
"packages/redux-devtools-slider-monitor/examples/todomvc"
|
||||||
],
|
],
|
||||||
"packageManager": "pnpm@8.6.12",
|
"packageManager": "pnpm@8.6.12"
|
||||||
"pnpm": {
|
|
||||||
"overrides": {
|
|
||||||
"@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.22.10",
|
"@babel/code-frame": "^8.0.0-alpha.2",
|
||||||
"@babel/runtime": "^7.22.10",
|
"@babel/runtime": "^7.22.10",
|
||||||
"@types/chrome": "^0.0.243",
|
"@types/chrome": "^0.0.243",
|
||||||
"anser": "^2.1.1",
|
"anser": "^2.1.1",
|
||||||
|
|
|
@ -4,9 +4,6 @@ settings:
|
||||||
autoInstallPeers: true
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
overrides:
|
|
||||||
'@babel/highlight>chalk': Methuselah96/chalk#v2-without-process
|
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
|
@ -1026,7 +1023,7 @@ importers:
|
||||||
version: 18.2.0(react@18.2.0)
|
version: 18.2.0(react@18.2.0)
|
||||||
react-redux:
|
react-redux:
|
||||||
specifier: ^8.1.2
|
specifier: ^8.1.2
|
||||||
version: 8.1.2(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
|
version: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
|
||||||
redux:
|
redux:
|
||||||
specifier: ^4.2.1
|
specifier: ^4.2.1
|
||||||
version: 4.2.1
|
version: 4.2.1
|
||||||
|
@ -2020,8 +2017,8 @@ importers:
|
||||||
packages/redux-devtools-inspector-monitor-trace-tab:
|
packages/redux-devtools-inspector-monitor-trace-tab:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame':
|
'@babel/code-frame':
|
||||||
specifier: ^7.22.10
|
specifier: ^8.0.0-alpha.2
|
||||||
version: 7.22.10
|
version: 8.0.0-alpha.2
|
||||||
'@babel/runtime':
|
'@babel/runtime':
|
||||||
specifier: ^7.22.10
|
specifier: ^7.22.10
|
||||||
version: 7.22.10
|
version: 7.22.10
|
||||||
|
@ -2630,7 +2627,7 @@ importers:
|
||||||
version: 18.2.0(react@18.2.0)
|
version: 18.2.0(react@18.2.0)
|
||||||
react-redux:
|
react-redux:
|
||||||
specifier: ^8.1.2
|
specifier: ^8.1.2
|
||||||
version: 8.1.2(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
|
version: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
|
||||||
redux:
|
redux:
|
||||||
specifier: ^4.2.1
|
specifier: ^4.2.1
|
||||||
version: 4.2.1
|
version: 4.2.1
|
||||||
|
@ -3779,9 +3776,17 @@ packages:
|
||||||
resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==}
|
resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/highlight': 7.22.5
|
'@babel/highlight': 7.22.10
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@babel/code-frame@8.0.0-alpha.2:
|
||||||
|
resolution: {integrity: sha512-uM1On1MxYaZDFVq1gPbGJx1Rf0N+lwlPOCBHZPS8RNVfP9CAG05xzViguK45e16n4Wo6V3WfaTkdmbuNusBnJQ==}
|
||||||
|
engines: {node: ^16.20.0 || ^18.16.0 || >=20.0.0}
|
||||||
|
dependencies:
|
||||||
|
'@babel/highlight': 8.0.0-alpha.2
|
||||||
|
chalk: 4.1.2
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@babel/compat-data@7.22.9:
|
/@babel/compat-data@7.22.9:
|
||||||
resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
|
resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
@ -4013,6 +4018,11 @@ packages:
|
||||||
resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
|
resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
/@babel/helper-validator-identifier@8.0.0-alpha.2:
|
||||||
|
resolution: {integrity: sha512-us66RLKkCzBzNJ1TVAHe2euihYrYaXxbuQ7yJogKdBKBZ0R7gHEpB+e0ylaMGsmLzqlpPUyWWcz3OPTCsq1FDw==}
|
||||||
|
engines: {node: ^16.20.0 || ^18.16.0 || >=20.0.0}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@babel/helper-validator-option@7.22.5:
|
/@babel/helper-validator-option@7.22.5:
|
||||||
resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
|
resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
@ -4044,14 +4054,14 @@ packages:
|
||||||
chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2
|
chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2
|
||||||
js-tokens: 4.0.0
|
js-tokens: 4.0.0
|
||||||
|
|
||||||
/@babel/highlight@7.22.5:
|
/@babel/highlight@8.0.0-alpha.2:
|
||||||
resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==}
|
resolution: {integrity: sha512-V+G3EzQx895Dqbu4xroJo6kMLK6YQJLrMLGj2zjJShA5HNuBCTGgwBhL1BA8jixOfFA5/110QoCugKC39oWB8w==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: ^16.20.0 || ^18.16.0 || >=20.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-validator-identifier': 7.22.5
|
'@babel/helper-validator-identifier': 8.0.0-alpha.2
|
||||||
chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2
|
chalk: 4.1.2
|
||||||
js-tokens: 4.0.0
|
js-tokens: 8.0.1
|
||||||
dev: true
|
dev: false
|
||||||
|
|
||||||
/@babel/parser@7.22.10:
|
/@babel/parser@7.22.10:
|
||||||
resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==}
|
resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==}
|
||||||
|
@ -9719,7 +9729,7 @@ packages:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@adobe/css-tools': 4.2.0
|
'@adobe/css-tools': 4.2.0
|
||||||
'@babel/runtime': 7.22.10
|
'@babel/runtime': 7.22.6
|
||||||
'@types/jest': 29.5.3
|
'@types/jest': 29.5.3
|
||||||
aria-query: 5.3.0
|
aria-query: 5.3.0
|
||||||
chalk: 3.0.0
|
chalk: 3.0.0
|
||||||
|
@ -16604,6 +16614,10 @@ packages:
|
||||||
/js-tokens@4.0.0:
|
/js-tokens@4.0.0:
|
||||||
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
||||||
|
|
||||||
|
/js-tokens@8.0.1:
|
||||||
|
resolution: {integrity: sha512-3AGrZT6tuMm1ZWWn9mLXh7XMfi2YtiLNPALCVxBCiUVq0LD1OQMxV/AdS/s7rLJU5o9i/jBZw/N4vXXL5dm29A==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/js-yaml@3.14.1:
|
/js-yaml@3.14.1:
|
||||||
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
|
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -16767,6 +16781,7 @@ packages:
|
||||||
chalk: 3.0.0
|
chalk: 3.0.0
|
||||||
diff-match-patch: 1.0.5
|
diff-match-patch: 1.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
bundledDependencies: []
|
||||||
|
|
||||||
/jsonfile@4.0.0:
|
/jsonfile@4.0.0:
|
||||||
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
||||||
|
@ -19216,39 +19231,6 @@ packages:
|
||||||
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)
|
||||||
|
|
||||||
/react-redux@8.1.2(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1):
|
|
||||||
resolution: {integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==}
|
|
||||||
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.22.10
|
|
||||||
'@types/hoist-non-react-statics': 3.3.1
|
|
||||||
'@types/react': 18.2.20
|
|
||||||
'@types/use-sync-external-store': 0.0.3
|
|
||||||
hoist-non-react-statics: 3.3.2
|
|
||||||
react: 18.2.0
|
|
||||||
react-dom: 18.2.0(react@18.2.0)
|
|
||||||
react-is: 18.2.0
|
|
||||||
redux: 4.2.1
|
|
||||||
use-sync-external-store: 1.2.0(react@18.2.0)
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/react-refresh@0.11.0:
|
/react-refresh@0.11.0:
|
||||||
resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==}
|
resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
@ -22416,7 +22398,7 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2:
|
github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2:
|
||||||
resolution: {tarball: https://codeload.github.com/Methuselah96/chalk/tar.gz/7e66d0ff681fc10462ce327f1c4f82bfa13193e2}
|
resolution: {registry: https://registry.npmjs.org/, tarball: https://codeload.github.com/Methuselah96/chalk/tar.gz/7e66d0ff681fc10462ce327f1c4f82bfa13193e2}
|
||||||
name: chalk
|
name: chalk
|
||||||
version: 2.4.2
|
version: 2.4.2
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user