fix: move swagger2openapi to deps because of missing transitive deps

This commit is contained in:
Roman Hotsiy 2019-03-15 12:03:47 +02:00
parent a541b08a91
commit ed9b878efe
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -111,7 +111,6 @@
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"swagger2openapi": "^5.2.3",
"ts-jest": "24.0.0",
"ts-loader": "5.3.3",
"ts-node": "^8.0.3",
@ -153,6 +152,7 @@
"react-tabs": "^3.0.0",
"slugify": "^1.3.4",
"stickyfill": "^1.1.1",
"swagger2openapi": "^5.2.3",
"tslib": "^1.9.3"
},
"bundlesize": [
@ -162,7 +162,9 @@
}
],
"jest": {
"setupFilesAfterEnv": ["<rootDir>/src/setupTests.ts"],
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.ts"
],
"preset": "ts-jest",
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"