|
41 | 41 | "yargs-parser": "^21.0.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
| 44 | + "@babel/preset-react": "^7.14.5", |
44 | 45 | "@commitlint/cli": "^16.2.1", |
45 | 46 | "@commitlint/config-conventional": "^17.1.0", |
46 | 47 | "@commitlint/types": "^16.2.1", |
47 | | - "@nrwl/cypress": "15.0.1", |
48 | | - "@nrwl/devkit": "15.0.1", |
49 | | - "@nrwl/eslint-plugin-nx": "15.0.1", |
50 | | - "@nrwl/jest": "15.0.1", |
51 | | - "@nrwl/js": "15.0.1", |
52 | | - "@nrwl/linter": "15.0.1", |
53 | | - "@nrwl/node": "15.0.1", |
54 | | - "@nrwl/nx-cloud": "15.0.0", |
55 | | - "@nrwl/nx-plugin": "15.0.1", |
56 | | - "@nrwl/react": "15.0.1", |
57 | | - "@nrwl/web": "15.0.1", |
58 | | - "@nrwl/workspace": "15.0.1", |
59 | | - "@nx-plus/docusaurus": "14.0.0", |
| 48 | + "@nrwl/cypress": "15.3.3", |
| 49 | + "@nrwl/devkit": "15.3.3", |
| 50 | + "@nrwl/eslint-plugin-nx": "15.3.3", |
| 51 | + "@nrwl/jest": "15.3.3", |
| 52 | + "@nrwl/js": "15.3.3", |
| 53 | + "@nrwl/linter": "15.3.3", |
| 54 | + "@nrwl/node": "15.3.3", |
| 55 | + "@nrwl/nx-cloud": "15.0.2", |
| 56 | + "@nrwl/nx-plugin": "15.3.3", |
| 57 | + "@nrwl/react": "15.3.3", |
| 58 | + "@nrwl/web": "15.3.3", |
| 59 | + "@nrwl/workspace": "15.3.3", |
| 60 | + "@nx-plus/docusaurus": "15.0.0-rc.0", |
| 61 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", |
60 | 62 | "@semantic-release/changelog": "^6.0.1", |
61 | 63 | "@semantic-release/commit-analyzer": "^9.0.2", |
62 | 64 | "@semantic-release/exec": "^6.0.3", |
63 | 65 | "@semantic-release/git": "^10.0.1", |
64 | 66 | "@semantic-release/release-notes-generator": "^10.0.3", |
| 67 | + "@svgr/webpack": "^6.1.2", |
65 | 68 | "@swc-node/register": "^1.4.2", |
66 | 69 | "@swc/cli": "~0.1.55", |
67 | 70 | "@swc/core": "^1.2.173", |
|
71 | 74 | "@types/inquirer": "^8.1.3", |
72 | 75 | "@types/is-ci": "^3.0.0", |
73 | 76 | "@types/jest": "28.1.8", |
74 | | - "@types/node": "18.7.18", |
| 77 | + "@types/node": "18.11.9", |
75 | 78 | "@types/node-fetch": "^2.6.2", |
76 | | - "@types/react": "18.0.20", |
77 | | - "@types/react-dom": "18.0.6", |
| 79 | + "@types/react": "18.0.25", |
| 80 | + "@types/react-dom": "18.0.9", |
78 | 81 | "@types/rimraf": "^3.0.2", |
79 | 82 | "@types/semver": "^7.3.9", |
80 | 83 | "@types/tmp": "^0.2.3", |
81 | 84 | "@types/yargs-parser": "^20.2.1", |
82 | 85 | "@typescript-eslint/eslint-plugin": "5.40.0", |
83 | 86 | "@typescript-eslint/parser": "5.40.0", |
84 | 87 | "babel-jest": "28.1.3", |
| 88 | + "css-loader": "^6.4.0", |
85 | 89 | "cypress": "^9.1.0", |
86 | 90 | "dotenv": "^16.0.1", |
87 | 91 | "eslint-config-prettier": "8.5.0", |
88 | 92 | "eslint-plugin-cypress": "^2.10.3", |
89 | 93 | "eslint-plugin-import": "2.26.0", |
90 | 94 | "eslint-plugin-jsx-a11y": "6.6.1", |
91 | | - "eslint-plugin-react": "7.31.8", |
| 95 | + "eslint-plugin-react": "7.31.11", |
92 | 96 | "eslint-plugin-react-hooks": "4.6.0", |
93 | 97 | "fs-extra": "^10.1.0", |
94 | 98 | "husky": "^8.0.1", |
|
98 | 102 | "kill-port": "^1.6.1", |
99 | 103 | "lint-staged": "^13.0.3", |
100 | 104 | "node-fetch": "2.6.6", |
101 | | - "nx": "15.0.1", |
| 105 | + "nx": "15.3.3", |
102 | 106 | "openapi-types": "^11.0.1", |
103 | 107 | "prettier": "2.7.1", |
| 108 | + "react-refresh": "^0.10.0", |
104 | 109 | "react-test-renderer": "18.2.0", |
105 | 110 | "run-p": "*", |
106 | 111 | "semantic-release": "^19.0.5", |
| 112 | + "style-loader": "^3.3.0", |
| 113 | + "stylus": "^0.55.0", |
| 114 | + "stylus-loader": "^7.1.0", |
107 | 115 | "ts-jest": "28.0.8", |
108 | 116 | "ts-node": "10.9.1", |
109 | 117 | "tslib": "^2.3.1", |
110 | 118 | "typescript": "4.8.4", |
111 | | - "verdaccio": "^5.15.2" |
| 119 | + "url-loader": "^4.1.1", |
| 120 | + "verdaccio": "^5.15.2", |
| 121 | + "webpack": "^5.75.0", |
| 122 | + "webpack-merge": "^5.8.0" |
112 | 123 | }, |
113 | 124 | "lint-staged": { |
114 | 125 | "**/*.{js,ts,md,json}": [ |
|
0 commit comments