|
14 | 14 | },
|
15 | 15 | "homepage": "https://github.com/TypedProject/tsed-formio",
|
16 | 16 | "scripts": {
|
17 |
| - "/postinstall": "lerna run build --stream", |
18 | 17 | "configure": "monorepo ci configure",
|
19 | 18 | "test": "lerna run test --stream",
|
20 | 19 | "lint": "eslint",
|
21 | 20 | "lint:fix": "eslint",
|
22 | 21 | "build": "monorepo build --verbose",
|
23 | 22 | "publish": "monorepo publish --dry-run",
|
24 | 23 | "start": "lerna run start --stream --parallel",
|
25 |
| - "tailwind:build": "lerna run tailwind:build --stream --scope @tsed/tailwind", |
| 24 | + "tailwind:build": "lerna run build --stream --scope @tsed/tailwind-formio", |
26 | 25 | "release": "semantic-release",
|
27 | 26 | "prepare": "is-ci || husky install",
|
28 |
| - "storybook:test": "yarn test-storybook", |
29 |
| - "storybook:test:ci": "yarn test-storybook --maxWorkers=2", |
30 |
| - "storybook:start": "storybook dev -p 6006", |
| 27 | + "storybook:test": "yarn build && yarn test-storybook", |
| 28 | + "storybook:test:ci": "yarn build && yarn test-storybook --maxWorkers=2", |
| 29 | + "storybook:start": "yarn tailwind:build && storybook dev -p 6006", |
31 | 30 | "storybook:build": "yarn run tailwind:build && yarn run build-storybook",
|
32 | 31 | "build-storybook": "storybook build -c .storybook",
|
33 | 32 | "caniuse": "npx -y update-browserslist-db@latest",
|
|
46 | 45 | "@types/react-router-dom": "^5.3.3",
|
47 | 46 | "@types/react-table": "^7.7.14",
|
48 | 47 | "connected-react-router": "6.9.1",
|
49 |
| - "formiojs": "^4.14.13", |
| 48 | + "formiojs": "4.21.6", |
50 | 49 | "history": "5.3.0",
|
51 | 50 | "lerna": "8.1.2",
|
52 | 51 | "lodash": "4.17.21",
|
| 52 | + "nodemon": "3.1.9", |
53 | 53 | "react": "^18.2.0",
|
54 | 54 | "react-dom": "^18.2.0",
|
55 | 55 | "react-redux": "7.2.6",
|
|
76 | 76 | "@storybook/test-runner": "0.21.0",
|
77 | 77 | "@swc/core": "^1.2.208",
|
78 | 78 | "@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", |
| 79 | + "@testing-library/dom": "10.4.0", |
| 80 | + "@testing-library/jest-dom": "6.5.0", |
| 81 | + "@testing-library/react": "16.1.0", |
| 82 | + "@testing-library/user-event": "14.5.2", |
| 83 | + "@tsed/monorepo-utils": "2.3.10", |
84 | 84 | "@types/ejs": "^3.0.5",
|
85 | 85 | "@types/jest": "27.0.2",
|
86 | 86 | "@types/lodash": "4.14.168",
|
|
108 | 108 | "eslint-plugin-workspaces": "0.10.1",
|
109 | 109 | "fs-extra": "10.1.0",
|
110 | 110 | "globby": "^14.0.2",
|
111 |
| - "happy-dom": "^16.0.0", |
112 | 111 | "husky": "^8.0.1",
|
| 112 | + "jsdom": "25.0.1", |
113 | 113 | "lint-staged": "13.0.3",
|
114 |
| - "microbundle": "0.13.0", |
115 | 114 | "playwright": "1.49.1",
|
116 | 115 | "postcss": "8.4.49",
|
117 | 116 | "postcss-nested": "7.0.2",
|
118 | 117 | "postcss-normalize": "13.0.1",
|
119 | 118 | "prettier": "3.4.2",
|
120 | 119 | "prop-types": "^15.8.1",
|
121 |
| - "react": "^18.2.0", |
122 |
| - "react-dom": "^18.2.0", |
123 |
| - "react-svg": "10.0.23", |
| 120 | + "react": "18.3.1", |
| 121 | + "react-dom": "18.3.1", |
124 | 122 | "rimraf": "^3.0.2",
|
125 | 123 | "rollup-preserve-directives": "^1.1.3",
|
126 | 124 | "semantic-release": "23.0.5",
|
|
0 commit comments