|
55 | 55 | "build:demo": "webpack --mode=production --config demo/webpack.config.ts",
|
56 | 56 | "publish-cdn": "scripts/publish-cdn.sh",
|
57 | 57 | "deploy:demo": "aws s3 sync demo/dist s3://production-redoc-demo --acl=public-read",
|
58 |
| - "license-check": "license-checker --production --onlyAllow 'MIT;ISC;Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause;CC-BY-4.0;Python-2.0' --summary", |
| 58 | + "license-check": "license-checker --production --onlyAllow 'MIT;ISC;Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause;CC-BY-4.0;CC0-1.0;Python-2.0 ' --summary", |
59 | 59 | "docker:build": "docker build -f config/docker/Dockerfile -t redoc .",
|
60 | 60 | "prepare": "husky install",
|
61 | 61 | "pre-commit": "pretty-quick --staged && npm run lint"
|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@cypress/webpack-preprocessor": "^5.17.1",
|
65 |
| - "@hot-loader/react-dom": "^17.0.2", |
66 | 65 | "@size-limit/preset-app": "^8.2.6",
|
67 | 66 | "@types/chai": "^4.2.18",
|
68 | 67 | "@types/dompurify": "^2.2.2",
|
|
76 | 75 | "@types/node": "^15.6.1",
|
77 | 76 | "@types/prismjs": "^1.16.5",
|
78 | 77 | "@types/prop-types": "^15.7.3",
|
79 |
| - "@types/react": "^17.0.8", |
80 |
| - "@types/react-dom": "^17.0.5", |
| 78 | + "@types/react": "^18.0.0", |
| 79 | + "@types/react-dom": "^18.0.0", |
81 | 80 | "@types/styled-components": "^5.1.1",
|
82 | 81 | "@types/tapable": "^2.2.2",
|
83 | 82 | "@types/webpack": "^5.28.0",
|
84 | 83 | "@types/webpack-env": "^1.18.0",
|
85 | 84 | "@types/yargs": "^17.0.0",
|
86 | 85 | "@typescript-eslint/eslint-plugin": "^5.55.0",
|
87 | 86 | "@typescript-eslint/parser": "^5.55.0",
|
88 |
| - "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", |
89 | 87 | "beautify-benchmark": "^0.2.4",
|
90 | 88 | "conventional-changelog-cli": "^3.0.0",
|
91 | 89 | "copy-webpack-plugin": "^9.0.0",
|
|
97 | 95 | "esbuild-loader": "^3.0.1",
|
98 | 96 | "eslint": "^7.27.0",
|
99 | 97 | "eslint-plugin-import": "^2.23.4",
|
100 |
| - "eslint-plugin-react": "^7.25.1", |
101 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
| 98 | + "eslint-plugin-react": "^7.34.2", |
| 99 | + "eslint-plugin-react-hooks": "^4.6.2", |
102 | 100 | "fork-ts-checker-webpack-plugin": "^6.2.10",
|
103 | 101 | "html-webpack-plugin": "^5.3.1",
|
104 | 102 | "husky": "^7.0.0",
|
|
112 | 110 | "prettier": "^2.3.2",
|
113 | 111 | "pretty-quick": "^3.0.0",
|
114 | 112 | "raf": "^3.4.1",
|
115 |
| - "react": "^17.0.2", |
116 |
| - "react-dom": "^17.0.2", |
117 |
| - "react-hot-loader": "^4.13.0", |
| 113 | + "react": "^18.0.0", |
| 114 | + "react-dom": "^18.0.0", |
118 | 115 | "rimraf": "^3.0.2",
|
119 | 116 | "shelljs": "^0.8.4",
|
120 | 117 | "size-limit": "^8.2.6",
|
|
140 | 137 | "styled-components": "^4.1.1 || ^5.1.1 || ^6.0.5"
|
141 | 138 | },
|
142 | 139 | "dependencies": {
|
| 140 | + "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
143 | 141 | "@redocly/openapi-core": "^1.4.0",
|
144 | 142 | "classnames": "^2.3.2",
|
145 | 143 | "decko": "^1.2.0",
|
|
149 | 147 | "lunr": "^2.3.9",
|
150 | 148 | "mark.js": "^8.11.1",
|
151 | 149 | "marked": "^4.3.0",
|
152 |
| - "mobx-react": "^7.2.0", |
| 150 | + "mobx-react": "^9.1.1", |
153 | 151 | "openapi-sampler": "^1.5.0",
|
154 | 152 | "path-browserify": "^1.0.1",
|
155 | 153 | "perfect-scrollbar": "^1.5.5",
|
156 | 154 | "polished": "^4.2.2",
|
157 | 155 | "prismjs": "^1.29.0",
|
158 | 156 | "prop-types": "^15.8.1",
|
159 |
| - "react-tabs": "^4.3.0", |
| 157 | + "react-tabs": "^6.0.2", |
160 | 158 | "slugify": "~1.4.7",
|
161 | 159 | "stickyfill": "^1.1.1",
|
162 | 160 | "swagger2openapi": "^7.0.8",
|
|
0 commit comments