|
32 | 32 | "prepare": "is-ci || husky install" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
| 35 | + "@formio/choices.js": "^9.0.1", |
35 | 36 | "@types/classnames": "^2.2.11", |
36 | 37 | "@types/enzyme": "^3.10.8", |
37 | 38 | "@types/react": "^17.0.2", |
|
40 | 41 | "@types/react-router": "^5.1.11", |
41 | 42 | "@types/react-router-dom": "^5.1.7", |
42 | 43 | "@types/react-table": "^7.0.28", |
43 | | - "@formio/choices.js": "^9.0.1", |
44 | 44 | "connected-react-router": "6.9.1", |
45 | 45 | "formiojs": "^4.14.13", |
46 | 46 | "history": "5.3.0", |
|
60 | 60 | "@commitlint/config-conventional": "^17.0.3", |
61 | 61 | "@swc/core": "^1.2.208", |
62 | 62 | "@swc/jest": "^0.2.21", |
| 63 | + "@testing-library/dom": "^8.14.0", |
| 64 | + "@testing-library/jest-dom": "^5.16.4", |
| 65 | + "@testing-library/react": "^12.1.5", |
| 66 | + "@testing-library/user-event": "^14.2.1", |
63 | 67 | "@tsed/monorepo-utils": "1.17.8", |
64 | 68 | "@types/ejs": "^3.0.5", |
65 | 69 | "@types/jest": "27.0.2", |
66 | 70 | "@types/lodash": "4.14.168", |
67 | 71 | "@types/node": "^18.11.18", |
68 | 72 | "@types/prop-types": "15.7.3", |
69 | | - "@testing-library/dom": "^8.14.0", |
70 | | - "@testing-library/jest-dom": "^5.16.4", |
71 | | - "@testing-library/react": "^12.1.5", |
72 | | - "@testing-library/user-event": "^14.2.1", |
73 | 73 | "autoprefixer": "^10.4.7", |
74 | | - "cross-env": "7.0.3", |
75 | 74 | "babel-eslint": "^10.1.0", |
| 75 | + "camelcase": "6.3.0", |
| 76 | + "cross-env": "7.0.3", |
76 | 77 | "eslint": "^8.15.0", |
77 | | - "eslint-config-react-app": "^7.0.1", |
78 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
79 | 78 | "eslint-config-prettier": "^8.5.0", |
| 79 | + "eslint-config-react-app": "^7.0.1", |
80 | 80 | "eslint-plugin-import": "^2.26.0", |
| 81 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
81 | 82 | "eslint-plugin-prettier": "^4.2.1", |
82 | 83 | "eslint-plugin-react": "^7.30.1", |
83 | 84 | "eslint-plugin-react-hooks": "^4.6.0", |
84 | 85 | "eslint-plugin-simple-import-sort": "^7.0.0", |
85 | 86 | "eslint-plugin-testing-library": "^5.5.1", |
86 | 87 | "eslint-plugin-workspaces": "^0.7.0", |
| 88 | + "fs-extra": "10.1.0", |
| 89 | + "husky": "^8.0.1", |
87 | 90 | "jest": "^28.1.2", |
88 | 91 | "jest-environment-jsdom": "^28.1.2", |
89 | 92 | "jest-watch-typeahead": "^1.1.0", |
| 93 | + "lint-staged": "13.0.3", |
| 94 | + "microbundle": "0.13.0", |
90 | 95 | "postcss": "^8.4.14", |
91 | 96 | "postcss-flexbugs-fixes": "5.0.2", |
92 | | - "postcss-safe-parser": "6.0.0", |
| 97 | + "postcss-nested": "^5.0.6", |
93 | 98 | "postcss-normalize": "10.0.1", |
94 | 99 | "postcss-preset-env": "7.7.2", |
95 | | - "postcss-nested": "^5.0.6", |
96 | | - "fs-extra": "10.1.0", |
97 | | - "camelcase": "6.3.0", |
98 | | - "rimraf": "^3.0.2", |
99 | | - "husky": "^8.0.1", |
100 | | - "lint-staged": "13.0.3", |
101 | | - "microbundle": "0.13.0", |
| 100 | + "postcss-safe-parser": "6.0.0", |
102 | 101 | "prettier": "^2.6.2", |
103 | 102 | "prettier-eslint": "^14.0.3", |
| 103 | + "rimraf": "^3.0.2", |
104 | 104 | "semantic-release": "19.0.3", |
105 | 105 | "semantic-release-slack-bot": "3.5.3", |
106 | 106 | "typescript": "^4.1.3", |
|
0 commit comments