chore: downgrade types

This commit is contained in:
RomanPidkostelnyi 2023-07-26 10:55:14 +03:00
parent 0eb55aca61
commit 0f6f39e602
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -50,7 +50,7 @@
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-tabs": "^2.3.2",
"@types/styled-components": "^5.1.26",
"@types/styled-components": "^5.1.1",
"@types/tapable": "^2.2.2",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.18.0",
@ -112,7 +112,7 @@
"mobx": "^6.0.4",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"styled-components": "^4.1.1 || ^5.1.1 || ^6.0.0"
"styled-components": "^4.1.1 || ^5.1.1 || ^6.0.5"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -79,7 +79,7 @@
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-tabs": "^2.3.2",
"@types/styled-components": "^5.1.26",
"@types/styled-components": "^5.1.1",
"@types/tapable": "^2.2.2",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.18.0",

View File

@ -42,7 +42,7 @@ export const ResponseDetailsWrap = styled.div`
`;
export const HeadersCaption = styled(UnderlinedHeader).attrs({
as: 'button',
as: 'caption',
})`
text-align: left;
margin-top: 1em;