move @types deps to dev-deps (#8706)
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
f3505da306
commit
f4db4ac7a3
|
@ -19,15 +19,6 @@
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.7.1",
|
"@fortawesome/free-solid-svg-icons": "^5.7.1",
|
||||||
"@fortawesome/react-fontawesome": "^0.1.4",
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
||||||
"@reach/router": "^1.2.1",
|
"@reach/router": "^1.2.1",
|
||||||
"@types/jest": "^26.0.10",
|
|
||||||
"@types/jquery": "^3.5.1",
|
|
||||||
"@types/node": "^12.11.1",
|
|
||||||
"@types/reach__router": "^1.2.6",
|
|
||||||
"@types/react": "^16.8.2",
|
|
||||||
"@types/react-copy-to-clipboard": "^5.0.0",
|
|
||||||
"@types/react-dom": "^16.8.0",
|
|
||||||
"@types/react-resize-detector": "^5.0.0",
|
|
||||||
"@types/sanitize-html": "^1.20.2",
|
|
||||||
"bootstrap": "^4.2.1",
|
"bootstrap": "^4.2.1",
|
||||||
"codemirror-promql": "^0.14.1",
|
"codemirror-promql": "^0.14.1",
|
||||||
"css.escape": "^1.5.1",
|
"css.escape": "^1.5.1",
|
||||||
|
@ -35,7 +26,6 @@
|
||||||
"enzyme-to-json": "^3.4.3",
|
"enzyme-to-json": "^3.4.3",
|
||||||
"fuzzy": "^0.1.3",
|
"fuzzy": "^0.1.3",
|
||||||
"i": "^0.3.6",
|
"i": "^0.3.6",
|
||||||
"jest-fetch-mock": "^3.0.3",
|
|
||||||
"jquery": "^3.5.1",
|
"jquery": "^3.5.1",
|
||||||
"jquery.flot.tooltip": "^0.9.0",
|
"jquery.flot.tooltip": "^0.9.0",
|
||||||
"jsdom": "^16.4.0",
|
"jsdom": "^16.4.0",
|
||||||
|
@ -79,9 +69,18 @@
|
||||||
"@types/enzyme": "^3.10.3",
|
"@types/enzyme": "^3.10.3",
|
||||||
"@types/enzyme-adapter-react-16": "^1.0.5",
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
||||||
"@types/flot": "0.0.31",
|
"@types/flot": "0.0.31",
|
||||||
|
"@types/jest": "^26.0.10",
|
||||||
|
"@types/jquery": "^3.5.1",
|
||||||
|
"@types/node": "^12.11.1",
|
||||||
"@types/moment-timezone": "^0.5.10",
|
"@types/moment-timezone": "^0.5.10",
|
||||||
|
"@types/reach__router": "^1.2.6",
|
||||||
|
"@types/react": "^16.8.2",
|
||||||
"@types/reactstrap": "^8.0.5",
|
"@types/reactstrap": "^8.0.5",
|
||||||
|
"@types/sanitize-html": "^1.20.2",
|
||||||
"@types/sinon": "^9.0.4",
|
"@types/sinon": "^9.0.4",
|
||||||
|
"@types/react-copy-to-clipboard": "^5.0.0",
|
||||||
|
"@types/react-dom": "^16.8.0",
|
||||||
|
"@types/react-resize-detector": "^5.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "2.x",
|
"@typescript-eslint/eslint-plugin": "2.x",
|
||||||
"@typescript-eslint/parser": "2.x",
|
"@typescript-eslint/parser": "2.x",
|
||||||
"enzyme": "^3.10.0",
|
"enzyme": "^3.10.0",
|
||||||
|
|
Loading…
Reference in New Issue