|
24 | 24 | "graph": "nx graph" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@babel/core": "7.18.13", |
28 | | - "@babel/eslint-parser": "7.18.9", |
| 27 | + "@babel/core": "7.20.5", |
| 28 | + "@babel/eslint-parser": "7.19.1", |
29 | 29 | "@babel/plugin-syntax-flow": "7.18.6", |
30 | | - "@babel/plugin-transform-react-jsx": "7.18.10", |
31 | | - "@babel/preset-env": "7.18.10", |
| 30 | + "@babel/plugin-transform-react-jsx": "7.19.0", |
| 31 | + "@babel/preset-env": "7.20.2", |
32 | 32 | "@babel/preset-react": "7.18.6", |
33 | 33 | "@babel/preset-typescript": "7.18.6", |
34 | | - "@cypress/webpack-preprocessor": "5.12.2", |
35 | | - "@mocks-server/admin-api-paths": "3.0.0", |
| 34 | + "@cypress/webpack-preprocessor": "5.15.6", |
| 35 | + "@mocks-server/admin-api-paths": "3.0.1", |
36 | 36 | "@mocks-server/main": "3.11.0", |
37 | 37 | "@nrwl/cli": "13.8.3", |
38 | 38 | "@nrwl/eslint-plugin-nx": "13.8.3", |
|
42 | 42 | "@rollup/plugin-commonjs": "22.0.2", |
43 | 43 | "@rollup/plugin-json": "4.1.0", |
44 | 44 | "@rollup/plugin-node-resolve": "13.3.0", |
45 | | - "@stryker-mutator/core": "6.1.2", |
46 | | - "@stryker-mutator/jest-runner": "6.1.2", |
47 | | - "@testing-library/cypress": "8.0.3", |
| 45 | + "@stryker-mutator/core": "6.3.0", |
| 46 | + "@stryker-mutator/jest-runner": "6.3.0", |
| 47 | + "@testing-library/cypress": "8.0.7", |
48 | 48 | "@testing-library/jest-dom": "5.16.5", |
49 | | - "@testing-library/react": "12.1.2", |
| 49 | + "@testing-library/react": "12.1.5", |
50 | 50 | "@typescript-eslint/parser": "5.36.0", |
51 | 51 | "babel-jest": "27.5.1", |
52 | 52 | "babel-loader": "8.2.5", |
53 | 53 | "babel-plugin-module-resolver": "4.1.0", |
54 | 54 | "babel-polyfill": "6.26.0", |
55 | | - "commander": "9.4.0", |
| 55 | + "commander": "9.4.1", |
56 | 56 | "cross-env": "7.0.3", |
57 | 57 | "cross-fetch": "3.1.5", |
58 | 58 | "cross-spawn": "7.0.3", |
59 | 59 | "cypress": "9.7.0", |
60 | | - "cypress-fail-fast": "3.4.1", |
| 60 | + "cypress-fail-fast": "6.0.0", |
61 | 61 | "deepmerge": "4.2.2", |
62 | | - "eslint": "8.23.0", |
| 62 | + "eslint": "8.29.0", |
63 | 63 | "eslint-config-prettier": "8.5.0", |
64 | 64 | "eslint-plugin-prettier": "4.2.1", |
65 | | - "fs-extra": "10.1.0", |
| 65 | + "fs-extra": "11.1.0", |
66 | 66 | "handlebars": "4.7.7", |
67 | | - "husky": "8.0.1", |
| 67 | + "husky": "8.0.2", |
68 | 68 | "is-ci": "3.0.1", |
69 | 69 | "is-promise": "4.0.0", |
70 | 70 | "jest": "27.5.1", |
71 | 71 | "json-server": "0.17.0", |
72 | 72 | "lint-staged": "13.0.3", |
73 | 73 | "lodash": "4.17.21", |
74 | | - "prettier": "2.7.1", |
| 74 | + "prettier": "2.8.1", |
75 | 75 | "prop-types": "15.8.1", |
76 | 76 | "react": "18.2.0", |
77 | 77 | "react-app-rewired": "2.2.1", |
78 | 78 | "react-dom": "18.2.0", |
79 | | - "react-redux": "8.0.2", |
| 79 | + "react-redux": "8.0.5", |
80 | 80 | "react-scripts": "5.0.1", |
81 | 81 | "react-test-renderer": "18.2.0", |
82 | 82 | "redux": "4.2.0", |
83 | | - "regenerator-runtime": "0.13.9", |
| 83 | + "regenerator-runtime": "0.13.11", |
84 | 84 | "request": "2.88.2", |
85 | 85 | "request-promise": "4.2.6", |
86 | 86 | "rollup": "2.78.1", |
87 | 87 | "rollup-plugin-terser": "7.0.2", |
88 | | - "serve": "14.0.1", |
89 | | - "sinon": "14.0.0", |
90 | | - "start-server-and-test": "1.14.0", |
| 88 | + "serve": "14.1.2", |
| 89 | + "sinon": "15.0.0", |
| 90 | + "start-server-and-test": "1.15.1", |
91 | 91 | "strip-ansi": "6.0.0", |
92 | 92 | "tree-kill": "1.2.2", |
93 | | - "typescript": "4.8.2", |
| 93 | + "typescript": "4.9.4", |
94 | 94 | "wait-on": "6.0.1", |
95 | | - "webpack": "5.74.0" |
| 95 | + "webpack": "5.75.0" |
96 | 96 | }, |
97 | 97 | "lint-staged": { |
98 | 98 | "packages/**/*.js": "eslint", |
|
0 commit comments