|
23 | 23 | "build:executors": "tsc --project tools/tsconfig.json", |
24 | 24 | "release": "standard-version", |
25 | 25 | "prepare": "husky install && chmod ug+x .husky/*", |
26 | | - "prepublishOnly": "nx build ui" |
| 26 | + "prepublishOnly": "nx build ui", |
| 27 | + "check-update": "yarn upgrade-interactive --latest" |
27 | 28 | }, |
28 | 29 | "dependencies": { |
29 | | - "core-js": "^3.19.1", |
30 | | - "i18next": "^21.5.3", |
| 30 | + "core-js": "^3.20.1", |
| 31 | + "i18next": "^21.6.4", |
31 | 32 | "immer": "^9.0.7", |
32 | 33 | "lodash": "^4.17.21", |
33 | 34 | "react": "18.0.0-rc.0", |
34 | 35 | "react-dom": "18.0.0-rc.0", |
35 | | - "react-i18next": "^11.14.3", |
36 | | - "react-router-dom": "^6.0.2", |
| 36 | + "react-i18next": "^11.15.2", |
| 37 | + "react-router-dom": "^6.2.1", |
37 | 38 | "regenerator-runtime": "^0.13.9", |
38 | 39 | "rfs": "^9.0.6", |
39 | | - "rxjs": "^7.4.0", |
| 40 | + "rxjs": "^7.5.1", |
40 | 41 | "tslib": "^2.3.1" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | | - "@commitlint/cli": "^15.0.0", |
44 | | - "@commitlint/config-conventional": "^15.0.0", |
45 | | - "@nrwl/cli": "^13.3.1", |
46 | | - "@nrwl/cypress": "^13.3.1", |
47 | | - "@nrwl/eslint-plugin-nx": "^13.3.1", |
48 | | - "@nrwl/jest": "^13.3.1", |
49 | | - "@nrwl/linter": "^13.3.1", |
50 | | - "@nrwl/nx-cloud": "latest", |
51 | | - "@nrwl/react": "^13.3.1", |
52 | | - "@nrwl/tao": "^13.3.1", |
53 | | - "@nrwl/web": "^13.3.1", |
54 | | - "@nrwl/workspace": "^13.3.1", |
| 44 | + "@commitlint/cli": "^16.0.1", |
| 45 | + "@commitlint/config-conventional": "^16.0.0", |
| 46 | + "@nrwl/cli": "^13.4.1", |
| 47 | + "@nrwl/cypress": "^13.4.1", |
| 48 | + "@nrwl/eslint-plugin-nx": "^13.4.1", |
| 49 | + "@nrwl/jest": "^13.4.1", |
| 50 | + "@nrwl/linter": "^13.4.1", |
| 51 | + "@nrwl/nx-cloud": "13.0.1", |
| 52 | + "@nrwl/react": "^13.4.1", |
| 53 | + "@nrwl/tao": "^13.4.1", |
| 54 | + "@nrwl/web": "^13.4.1", |
| 55 | + "@nrwl/workspace": "^13.4.1", |
55 | 56 | "@testing-library/jest-dom": "^5.16.1", |
56 | 57 | "@testing-library/react": "13.0.0-alpha.5", |
57 | 58 | "@testing-library/react-hooks": "^7.0.2", |
58 | 59 | "@types/enzyme": "^3.10.10", |
59 | 60 | "@types/fs-extra": "^9.0.13", |
60 | | - "@types/jest": "^27.0.3", |
| 61 | + "@types/jest": "^27.4.0", |
61 | 62 | "@types/lodash": "^4.14.177", |
62 | 63 | "@types/marked": "^3.0.1", |
63 | | - "@types/node": "^16.11.10", |
64 | | - "@types/react": "^17.0.37", |
| 64 | + "@types/node": "^17.0.5", |
| 65 | + "@types/react": "^17.0.38", |
65 | 66 | "@types/react-dom": "^17.0.11", |
66 | | - "@typescript-eslint/eslint-plugin": "^5.4.0", |
67 | | - "@typescript-eslint/parser": "^5.4.0", |
68 | | - "babel-jest": "^27.3.1", |
69 | | - "cypress": "^9.1.0", |
| 67 | + "@typescript-eslint/eslint-plugin": "^5.8.1", |
| 68 | + "@typescript-eslint/parser": "^5.8.1", |
| 69 | + "babel-jest": "^27.4.5", |
| 70 | + "cypress": "^9.2.0", |
70 | 71 | "dotenv": "^10.0.0", |
71 | 72 | "enzyme": "^3.11.0", |
72 | 73 | "enzyme-adapter-react-16": "^1.15.6", |
73 | | - "eslint": "^8.2.0", |
| 74 | + "eslint": "^8.5.0", |
74 | 75 | "eslint-config-prettier": "^8.3.0", |
75 | 76 | "eslint-plugin-cypress": "^2.12.1", |
76 | 77 | "eslint-plugin-import": "^2.25.3", |
77 | 78 | "eslint-plugin-jsx-a11y": "^6.5.1", |
78 | 79 | "eslint-plugin-markdown": "^2.2.1", |
79 | 80 | "eslint-plugin-prettier": "^4.0.0", |
80 | | - "eslint-plugin-react": "^7.27.1", |
| 81 | + "eslint-plugin-react": "^7.28.0", |
81 | 82 | "eslint-plugin-react-hooks": "^4.3.0", |
82 | 83 | "fs-extra": "^10.0.0", |
83 | 84 | "highlight.js": "^11.3.1", |
84 | 85 | "husky": "^7.0.4", |
85 | | - "jest": "^27.3.1", |
| 86 | + "jest": "^27.4.5", |
86 | 87 | "marked": "^3.0.4", |
87 | 88 | "postcss-html": "^1.3.0", |
88 | 89 | "postcss-markdown": "^1.2.0", |
89 | 90 | "prettier": "^2.5.0", |
90 | 91 | "react-test-renderer": "^17.0.2", |
91 | 92 | "rxjs-for-await": "^1.0.0", |
92 | | - "sass": "^1.43.5", |
| 93 | + "sass": "^1.45.2", |
93 | 94 | "standard-version": "^9.3.2", |
94 | | - "stylelint": "^14.1.0", |
| 95 | + "stylelint": "^14.2.0", |
95 | 96 | "stylelint-config-prettier": "^9.0.3", |
96 | 97 | "stylelint-config-rational-order": "^0.1.2", |
97 | 98 | "stylelint-config-recommended-scss": "^5.0.2", |
98 | 99 | "stylelint-config-standard": "^24.0.0", |
99 | 100 | "stylelint-order": "^5.0.0", |
100 | | - "stylelint-scss": "^4.0.0", |
101 | | - "ts-jest": "^27.0.7", |
| 101 | + "stylelint-scss": "^4.1.0", |
| 102 | + "ts-jest": "^27.1.2", |
102 | 103 | "ts-node": "^10.4.0", |
103 | 104 | "typescript": "~4.5.2", |
104 | 105 | "yaml-front-matter": "^4.1.1" |
|
0 commit comments