|
8 | 8 | }, |
9 | 9 | "license": "Apache-2.0", |
10 | 10 | "scripts": { |
11 | | - "prepare": "npx husky install && yarn workspaces foreach run prepare", |
12 | | - "postinstall": "patch-package --use-yarn && yarn workspaces foreach --all run postinstall", |
| 11 | + "prepare": "npx husky install && yarn workspaces foreach --all --parallel run prepare", |
| 12 | + "postinstall": "patch-package --use-yarn && yarn workspaces foreach --all --parallel run postinstall", |
13 | 13 | "reinstall": "yarn cache clean && git clean -dfx && find . -type dir -name node_modules | xargs rm -rf && yarn && yarn run postinstall", |
14 | 14 | "prettier": "prettier --config \"./prettier.config.js\" --write \"**/*.{js,jsx,ts,tsx,scss,html,xml,yml,yaml}\"", |
15 | 15 | "format": "pretty-quick --staged --config \"./prettier.config.js\" --pattern \"**/{src,script,typings,test,**}/**/*.{js,jsx,ts,tsx,scss,html,xml,md,json}\"", |
16 | 16 | "clean-all-screenshots-mac": "find . -name 'screenshot-baseline' -type d -prune -exec rm -rf '{}' +", |
17 | 17 | "information:githubrelease": "yarn workspaces foreach run information:githubrelease", |
18 | | - "lint": "yarn lint:src && yarn workspaces foreach --all run lint", |
| 18 | + "lint": "yarn lint:src && yarn workspaces foreach --all --parallel run lint", |
19 | 19 | "lint:src": "eslint --config .eslintrc.js --ext .jsx,.js,.ts,.tsx packages/*/*/src --no-error-on-unmatched-pattern", |
20 | 20 | "lint:scripts": "eslint --fix --config .eslintrc.js --ext .jsx,.js,.ts,.tsx scripts", |
21 | 21 | "lint:detox": "eslint --fix --config .eslintrc.js --ext .jsx,.js,.ts,.tsx detox", |
22 | 22 | "lint:configs": "eslint --fix --config .eslintrc.js --ext .jsx,.js,.ts,.tsx configs", |
23 | | - "test": "yarn workspaces foreach --all run test", |
| 23 | + "test": "yarn workspaces foreach --all --parallel run test", |
24 | 24 | "test:e2e:android": "yarn workspaces foreach run test:e2e:android", |
25 | 25 | "test:e2e:ios": "yarn workspaces foreach run test:e2e:ios", |
26 | | - "build": "yarn workspaces foreach --all run build", |
27 | | - "release": "yarn workspaces foreach --all run release", |
| 26 | + "build": "yarn workspaces foreach --all --parallel run build", |
| 27 | + "release": "yarn workspaces foreach --all --parallel run release", |
28 | 28 | "release:marketplace": "yarn workspaces foreach run release:marketplace", |
29 | 29 | "release-github:widget": "node ./scripts/release/createWidgetRelease.js", |
30 | 30 | "create-modules": "node ./scripts/release/createNativeModules.js", |
|
44 | 44 | "devDependencies": { |
45 | 45 | "@commitlint/cli": "^15.0.0", |
46 | 46 | "@commitlint/config-conventional": "^15.0.0", |
| 47 | + "@rollup/plugin-node-resolve": "^13.0.6", |
47 | 48 | "@testing-library/jest-native": "^5.4.1", |
48 | | - "@testing-library/react-native": "^12.6.0", |
| 49 | + "@testing-library/react-native": "^11.5.1", |
49 | 50 | "@types/big.js": "^6.0.2", |
50 | 51 | "@types/concurrently": "^6.3.0", |
51 | 52 | "@types/enzyme": "^3.10.8", |
|
65 | 66 | "deepmerge": "^4.2.2", |
66 | 67 | "detox": "^19.13.0", |
67 | 68 | "eslint": "^7.20.0", |
68 | | - "husky": "^7.0.0", |
| 69 | + "husky": "^8.0.0", |
69 | 70 | "identity-obj-proxy": "^3.0.0", |
70 | 71 | "image-js": "^0.33.0", |
71 | 72 | "jest-canvas-mock": "^2.3.0", |
|
77 | 78 | "prettier": "^2.5.1", |
78 | 79 | "pretty-quick": "^3.1.0", |
79 | 80 | "recursive-copy": "^2.0.11", |
| 81 | + "rollup": "^2.68.0", |
80 | 82 | "ts-node": "^10.9.1" |
81 | 83 | }, |
82 | 84 | "commitlint": { |
|
85 | 87 | ] |
86 | 88 | }, |
87 | 89 | "engines": { |
88 | | - "node": ">=16" |
| 90 | + "node": ">=20" |
89 | 91 | }, |
90 | 92 | "resolutions": { |
91 | | - "@mendix/pluggable-widgets-tools": "10.12.1", |
| 93 | + "@mendix/pluggable-widgets-tools": "9.24.0", |
92 | 94 | "@types/react": "^18", |
93 | 95 | "@types/react-native": "0.72.7", |
94 | 96 | "react": "18.2.0", |
|
0 commit comments