|
22 | 22 | "build": "monorepo build --verbose",
|
23 | 23 | "publish": "monorepo publish --dry-run",
|
24 | 24 | "start": "lerna run start --stream --parallel",
|
25 |
| - "tailwind:build": "lerna run tailwind:build --stream --scope @tsed/tailwind", |
| 25 | + "tailwind:build": "lerna run tailwind:build --stream --scope @tsed/tailwind-formio", |
26 | 26 | "release": "semantic-release",
|
27 | 27 | "prepare": "is-ci || husky install",
|
28 | 28 | "storybook:test": "yarn test-storybook",
|
|
46 | 46 | "@types/react-router-dom": "^5.3.3",
|
47 | 47 | "@types/react-table": "^7.7.14",
|
48 | 48 | "connected-react-router": "6.9.1",
|
49 |
| - "formiojs": "^4.14.13", |
| 49 | + "formiojs": "4.21.6", |
50 | 50 | "history": "5.3.0",
|
51 | 51 | "lerna": "8.1.2",
|
52 | 52 | "lodash": "4.17.21",
|
| 53 | + "nodemon": "3.1.9", |
53 | 54 | "react": "^18.2.0",
|
54 | 55 | "react-dom": "^18.2.0",
|
55 | 56 | "react-redux": "7.2.6",
|
|
76 | 77 | "@storybook/test-runner": "0.21.0",
|
77 | 78 | "@swc/core": "^1.2.208",
|
78 | 79 | "@swc/jest": "^0.2.21",
|
79 |
| - "@testing-library/dom": "^8.14.0", |
80 |
| - "@testing-library/jest-dom": "^5.16.4", |
81 |
| - "@testing-library/react": "^12.1.5", |
82 |
| - "@testing-library/user-event": "^14.2.1", |
83 |
| - "@tsed/monorepo-utils": "2.1.2", |
| 80 | + "@testing-library/dom": "10.4.0", |
| 81 | + "@testing-library/jest-dom": "6.5.0", |
| 82 | + "@testing-library/react": "16.1.0", |
| 83 | + "@testing-library/user-event": "14.5.2", |
| 84 | + "@tsed/monorepo-utils": "2.3.10", |
84 | 85 | "@types/ejs": "^3.0.5",
|
85 | 86 | "@types/jest": "27.0.2",
|
86 | 87 | "@types/lodash": "4.14.168",
|
|
108 | 109 | "eslint-plugin-workspaces": "0.10.1",
|
109 | 110 | "fs-extra": "10.1.0",
|
110 | 111 | "globby": "^14.0.2",
|
111 |
| - "happy-dom": "^16.0.0", |
112 | 112 | "husky": "^8.0.1",
|
| 113 | + "jsdom": "25.0.1", |
113 | 114 | "lint-staged": "13.0.3",
|
114 |
| - "microbundle": "0.13.0", |
115 | 115 | "playwright": "1.49.1",
|
116 | 116 | "postcss": "8.4.49",
|
117 | 117 | "postcss-nested": "7.0.2",
|
118 | 118 | "postcss-normalize": "13.0.1",
|
119 | 119 | "prettier": "3.4.2",
|
120 | 120 | "prop-types": "^15.8.1",
|
121 |
| - "react": "^18.2.0", |
122 |
| - "react-dom": "^18.2.0", |
123 |
| - "react-svg": "10.0.23", |
| 121 | + "react": "18.3.1", |
| 122 | + "react-dom": "18.3.1", |
124 | 123 | "rimraf": "^3.0.2",
|
125 | 124 | "rollup-preserve-directives": "^1.1.3",
|
126 | 125 | "semantic-release": "23.0.5",
|
|
0 commit comments