|
26 | 26 | "scripts": { |
27 | 27 | "build":"./scripts/build.sh", |
28 | 28 | "postinstall":"node ./node_modules/vscode/bin/install", |
29 | | -"install-all":"yarn && yarn --cwd web-app", |
| 29 | +"install-all":"yarn--ignore-engines&& yarn --cwd web-app", |
30 | 30 | "lint":"eslint web-app/src/**/*.ts src/**/*.ts", |
31 | 31 | "package":"./scripts/package.sh", |
32 | 32 | "storybook":"yarn --cwd web-app storybook", |
|
38 | 38 | "dotenv":"^8.2.0", |
39 | 39 | "eslint":"7.26.0", |
40 | 40 | "git-url-parse":"11.6.0", |
41 | | -"jest":"26.6.3", |
42 | | -"jsdom":"16.5.3", |
43 | | -"node-fetch":"2.6.1", |
| 41 | +"jest":"27.3.1", |
| 42 | +"jsdom":"18.1.0", |
| 43 | +"node-fetch":"2.6.6", |
44 | 44 | "semver":"7.3.5", |
45 | | -"ts-jest":"26.5.6", |
| 45 | +"ts-jest":"27.0.7", |
46 | 46 | "typescript":"4.4.4", |
47 | 47 | "vscode-extension-telemetry":"0.1.7" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@types/assert":"^1.5.6", |
51 | 51 | "@types/events":"3.0.0", |
52 | | -"@types/jest":"26.0.23", |
| 52 | +"@types/jest":"27.0.3", |
53 | 53 | "@types/jsdom":"^16.2.13", |
54 | | -"@types/node":"15.0.2", |
55 | | -"@types/node-fetch":"2.5.10", |
| 54 | +"@types/node":"16.11.9", |
| 55 | +"@types/node-fetch":"2.5.12", |
56 | 56 | "@types/semver":"^7.3.9", |
57 | | -"@typescript-eslint/eslint-plugin":"4.23.0", |
58 | | -"@typescript-eslint/parser":"4.23.0", |
| 57 | +"@typescript-eslint/eslint-plugin":"5.4.0", |
| 58 | +"@typescript-eslint/parser":"5.4.0", |
59 | 59 | "eslint-config-prettier":"8.3.0", |
60 | 60 | "eslint-config-react-app":"6.0.0", |
61 | 61 | "eslint-plugin-flowtype":"5.7.2", |
62 | 62 | "eslint-plugin-import":"^2.25.3", |
63 | 63 | "eslint-plugin-jsx-a11y":"^6.5.1", |
64 | | -"eslint-plugin-prettier":"3.4.0", |
65 | | -"eslint-plugin-react":"^7.27.0", |
| 64 | +"eslint-plugin-prettier":"4.0.0", |
| 65 | +"eslint-plugin-react":"7.27.1", |
66 | 66 | "eslint-plugin-react-hooks":"^4.3.0", |
67 | 67 | "prettier":"^2.4.1", |
68 | 68 | "vscode":"^1.1.37", |
|