mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
Move @types/redux-devtools-themes to dependencies (#1448)
* Move @types/redux-devtools-themes to dependencies * Update lock * Create rude-zebras-smell.md
This commit is contained in:
parent
1f591944cd
commit
bb9bd907c5
5
.changeset/rude-zebras-smell.md
Normal file
5
.changeset/rude-zebras-smell.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@redux-devtools/inspector-monitor': patch
|
||||
---
|
||||
|
||||
Move @types/redux-devtools-themes to dependencies
|
|
@ -39,6 +39,7 @@
|
|||
"@types/dragula": "^3.7.1",
|
||||
"@types/lodash": "^4.14.196",
|
||||
"@types/prop-types": "^15.7.5",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"dateformat": "^5.0.3",
|
||||
"hex-rgba": "^1.0.2",
|
||||
"immutable": "^4.3.2",
|
||||
|
@ -68,7 +69,6 @@
|
|||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/react": "^18.2.18",
|
||||
"@types/react-dragula": "^1.1.0",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"eslint": "^8.46.0",
|
||||
|
|
|
@ -1632,6 +1632,9 @@ importers:
|
|||
'@types/prop-types':
|
||||
specifier: ^15.7.5
|
||||
version: 15.7.5
|
||||
'@types/redux-devtools-themes':
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
dateformat:
|
||||
specifier: ^5.0.3
|
||||
version: 5.0.3
|
||||
|
@ -1714,9 +1717,6 @@ importers:
|
|||
'@types/react-dragula':
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0
|
||||
'@types/redux-devtools-themes':
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^5.62.0
|
||||
version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.46.0)(typescript@5.1.6)
|
||||
|
@ -16455,6 +16455,7 @@ packages:
|
|||
chalk: 2.4.2
|
||||
diff-match-patch: 1.0.5
|
||||
dev: false
|
||||
bundledDependencies: []
|
||||
|
||||
/jsonfile@4.0.0:
|
||||
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
||||
|
|
Loading…
Reference in New Issue
Block a user