|
23 | 23 | "graph": "nx graph" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@babel/core": "7.18.13", |
27 | | - "@babel/eslint-parser": "7.18.9", |
28 | | - "@babel/preset-env": "7.18.10", |
29 | | - "@babel/preset-react": "7.18.6", |
30 | | - "@babel/preset-typescript": "7.18.6", |
31 | | - "@cypress/webpack-preprocessor": "5.12.2", |
| 26 | + "@babel/core": "7.22.1", |
| 27 | + "@babel/eslint-parser": "7.21.8", |
| 28 | + "@babel/preset-env": "7.22.2", |
| 29 | + "@babel/preset-react": "7.22.3", |
| 30 | + "@babel/preset-typescript": "7.21.5", |
| 31 | + "@cypress/webpack-preprocessor": "5.17.1", |
32 | 32 | "@nrwl/cli": "13.8.3", |
33 | 33 | "@nrwl/eslint-plugin-nx": "13.8.3", |
34 | 34 | "@nrwl/tao": "13.8.3", |
|
38 | 38 | "@rollup/plugin-node-resolve": "13.3.0", |
39 | 39 | "@rollup/plugin-typescript": "8.5.0", |
40 | 40 | "@testing-library/cypress": "8.0.3", |
41 | | - "@typescript-eslint/eslint-plugin": "5.32.0", |
42 | | - "@typescript-eslint/parser": "5.32.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "5.59.7", |
| 42 | + "@typescript-eslint/parser": "5.59.7", |
43 | 43 | "babel-jest": "27.5.1", |
44 | 44 | "babel-loader": "8.2.5", |
45 | 45 | "babel-plugin-module-resolver": "4.1.0", |
46 | 46 | "babel-plugin-replace-ts-export-assignment": "0.0.2", |
47 | 47 | "babel-polyfill": "6.26.0", |
48 | 48 | "commander": "9.1.0", |
49 | 49 | "cross-env": "7.0.3", |
50 | | - "cross-fetch": "3.1.5", |
| 50 | + "cross-fetch": "3.1.6", |
51 | 51 | "cross-spawn": "7.0.3", |
52 | 52 | "cypress": "9.7.0", |
53 | 53 | "cypress-fail-fast": "3.4.1", |
54 | | - "deepmerge": "4.2.2", |
55 | | - "eslint": "8.24.0", |
56 | | - "eslint-config-prettier": "8.5.0", |
| 54 | + "deepmerge": "4.3.1", |
| 55 | + "eslint": "8.41.0", |
| 56 | + "eslint-config-prettier": "8.8.0", |
57 | 57 | "eslint-plugin-jest": "26.7.0", |
58 | 58 | "eslint-plugin-no-only-tests": "2.6.0", |
59 | 59 | "eslint-plugin-prettier": "4.2.1", |
|
65 | 65 | "jest": "27.5.1", |
66 | 66 | "lint-staged": "12.5.0", |
67 | 67 | "lodash": "4.17.21", |
68 | | - "prettier": "2.7.1", |
| 68 | + "prettier": "2.8.8", |
69 | 69 | "react": "17.0.2", |
70 | 70 | "react-app-rewired": "2.2.1", |
71 | 71 | "react-scripts": "4.0.3", |
|
80 | 80 | "tree-kill": "1.2.2", |
81 | 81 | "typescript": "4.7.4", |
82 | 82 | "wait-on": "6.0.1", |
83 | | - "webpack": "5.74.0" |
| 83 | + "webpack": "5.84.1" |
84 | 84 | }, |
85 | 85 | "lint-staged": { |
86 | 86 | "packages/**/*.js": "eslint", |
|
0 commit comments