mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
chore: update deps
This commit is contained in:
parent
fab4fee726
commit
d8d1cc174d
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"ignoreTestFiles": "*.js.map",
|
||||
"integrationFolder": "e2e/.build",
|
||||
"fixturesFolder": false,
|
||||
"supportFile": false,
|
||||
|
|
30
package.json
30
package.json
|
@ -26,14 +26,12 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.0.5",
|
||||
"@types/cypress": "^0.1.2",
|
||||
"@types/cypress": "^1.1.3",
|
||||
"@types/dompurify": "^0.0.31",
|
||||
"@types/enzyme": "^2.8.10",
|
||||
"@types/enzyme": "^3.1.8",
|
||||
"@types/enzyme-to-json": "^1.5.0",
|
||||
"@types/jest": "^20.0.8",
|
||||
"@types/jest": "^22.1.0",
|
||||
"@types/json-pointer": "^1.0.30",
|
||||
"@types/mocha": "^2.2.44",
|
||||
"@types/prismjs": "^1.6.4",
|
||||
"@types/prop-types": "^15.5.2",
|
||||
"@types/react": "^16.0.30",
|
||||
|
@ -48,26 +46,26 @@
|
|||
"conventional-changelog-cli": "^1.3.5",
|
||||
"core-js": "^2.5.1",
|
||||
"css-loader": "^0.28.7",
|
||||
"cypress": "~1.0.3",
|
||||
"cypress": "~1.4.1",
|
||||
"enzyme": "^3.1.1",
|
||||
"enzyme-adapter-react-16": "^1.0.4",
|
||||
"enzyme-to-json": "^3.2.2",
|
||||
"html-webpack-plugin": "^2.30.1",
|
||||
"jest": "^21.1.0",
|
||||
"jest": "^22.1.4",
|
||||
"mobx-react-devtools": "^4.2.15",
|
||||
"prettier": "^1.5.3",
|
||||
"prettier-eslint": "^7.1.0",
|
||||
"puppeteer": "^0.10.2",
|
||||
"prettier-eslint": "^8.8.1",
|
||||
"puppeteer": "^1.0.0",
|
||||
"raf": "^3.4.0",
|
||||
"react": "^16.2.0",
|
||||
"react-dev-utils": "^4.1.0",
|
||||
"react-dev-utils": "^5.0.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"shelljs": "^0.8.1",
|
||||
"source-map-loader": "^0.2.1",
|
||||
"style-loader": "^0.18.2",
|
||||
"ts-jest": "^21.0.1",
|
||||
"ts-node": "^3.3.0",
|
||||
"style-loader": "^0.20.1",
|
||||
"ts-jest": "^22.0.1",
|
||||
"ts-node": "^4.1.0",
|
||||
"tslint": "^5.7.0",
|
||||
"tslint-react": "^3.4.0",
|
||||
"typescript": "^2.6.2",
|
||||
|
@ -83,7 +81,7 @@
|
|||
"dependencies": {
|
||||
"decko": "^1.2.0",
|
||||
"dompurify": "^1.0.2",
|
||||
"eventemitter3": "^2.0.3",
|
||||
"eventemitter3": "^3.0.0",
|
||||
"json-pointer": "^0.6.0",
|
||||
"json-schema-ref-parser": "^4.0.4",
|
||||
"mobx": "^3.3.0",
|
||||
|
@ -93,13 +91,13 @@
|
|||
"prismjs": "^1.8.1",
|
||||
"prop-types": "^15.6.0",
|
||||
"react-dropdown": "^1.3.0",
|
||||
"react-hot-loader": "3.0.0-beta.6",
|
||||
"react-hot-loader": "3.1.3",
|
||||
"react-tabs": "^2.0.0",
|
||||
"react-tooltip": "^3.4.0",
|
||||
"remarkable": "^1.7.1",
|
||||
"slugify": "^1.2.1",
|
||||
"stickyfill": "^1.1.1",
|
||||
"styled-components": "^2.2.1",
|
||||
"styled-components": "^3.1.0",
|
||||
"swagger2openapi": "^2.11.0"
|
||||
},
|
||||
"jest": {
|
||||
|
|
|
@ -18,14 +18,11 @@
|
|||
"dom"
|
||||
],
|
||||
"jsx": "react",
|
||||
"types": [
|
||||
"mocha",
|
||||
"cypress",
|
||||
"chai"
|
||||
]
|
||||
"types": ["cypress"]
|
||||
},
|
||||
"compileOnSave": false,
|
||||
"include": [
|
||||
"./node_modules/cypress",
|
||||
"e2e"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user