|
61 | 61 | "@nrwl/tao": "14.5.6", |
62 | 62 | "@nrwl/web": "14.5.6", |
63 | 63 | "@nrwl/workspace": "14.5.6", |
64 | | - "@testing-library/jest-dom": "^5.16.5", |
65 | | - "@testing-library/react": "13.3.0", |
66 | | - "@testing-library/react-hooks": "^8.0.1", |
| 64 | + "@testing-library/react": "^13.3.0", |
67 | 65 | "@types/fs-extra": "^9.0.13", |
68 | | - "@types/jest": "^28.1.6", |
| 66 | + "@types/glob": "^7.2.0", |
| 67 | + "@types/jest": "^27.4.1", |
69 | 68 | "@types/lodash": "^4.14.182", |
70 | 69 | "@types/marked": "^4.0.3", |
| 70 | + "@types/mocha": "^9.1.1", |
71 | 71 | "@types/node": "^18.7.3", |
72 | 72 | "@types/react": "^18.0.17", |
73 | 73 | "@types/react-dom": "^18.0.6", |
| 74 | + "@types/vscode": "^1.70.0", |
74 | 75 | "@typescript-eslint/eslint-plugin": "^5.33.0", |
75 | 76 | "@typescript-eslint/parser": "^5.33.0", |
76 | | - "babel-jest": "^28.1.3", |
77 | | - "dotenv": "^16.0.1", |
| 77 | + "@vscode/test-electron": "^2.1.5", |
| 78 | + "babel-jest": "^27.5.1", |
78 | 79 | "eslint": "^8.22.0", |
79 | 80 | "eslint-config-prettier": "^8.5.0", |
80 | 81 | "eslint-plugin-import": "^2.26.0", |
|
86 | 87 | "eslint-plugin-react-hooks": "^4.6.0", |
87 | 88 | "eslint-plugin-tsdoc": "^0.2.16", |
88 | 89 | "fs-extra": "^10.1.0", |
| 90 | + "glob": "^8.0.3", |
89 | 91 | "husky": "^8.0.1", |
90 | | - "jest": "^28.1.3", |
| 92 | + "jest": "^27.5.1", |
91 | 93 | "lerna": "^5.4.2", |
| 94 | + "mocha": "^10.0.0", |
| 95 | + "nx": "14.5.6", |
92 | 96 | "postcss-html": "^1.5.0", |
93 | 97 | "postcss-markdown": "^1.2.0", |
94 | 98 | "prettier": "^2.7.1", |
|
101 | 105 | "stylelint-config-recommended-scss": "^7.0.0", |
102 | 106 | "stylelint-config-standard": "^27.0.0", |
103 | 107 | "stylelint-scss": "^4.3.0", |
104 | | - "ts-jest": "^28.0.8", |
| 108 | + "ts-jest": "^27.1.4", |
105 | 109 | "ts-node": "^10.9.1", |
106 | 110 | "typescript": "~4.7.4", |
107 | 111 | "yaml-front-matter": "^4.1.1" |
|
0 commit comments