|
59 | 59 | ], |
60 | 60 | "scripts": { |
61 | 61 | "build": "pnpm run build-libs && pnpm run build-examples", |
62 | | - "build-libs": "pnpm --filter @react-awesome-query-builder/examples^... run build", |
63 | 62 | "build-examples": "pnpm --filter !@react-awesome-query-builder/examples^... run build", |
64 | | - "test": "pnpm --filter @react-awesome-query-builder/tests run test", |
65 | | - "test-dev": "pnpm --filter @react-awesome-query-builder/tests run test-dev", |
66 | | - "test-debug": "pnpm --filter @react-awesome-query-builder/tests run test-debug", |
| 63 | + "build-libs": "pnpm --filter @react-awesome-query-builder/examples^... run build", |
67 | 64 | "check-hot": "pnpm -r --parallel --aggregate-output --reporter=append-only check-hot", |
68 | 65 | "clean": "sh ./scripts/clean.sh", |
| 66 | + "examples": "pnpm --filter @react-awesome-query-builder/examples run start", |
69 | 67 | "lint": "pnpm -r --parallel --aggregate-output --reporter=append-only run lint", |
70 | 68 | "lint-fix": "pnpm -r --parallel --aggregate-output --reporter=append-only run lint-fix", |
71 | | - "examples": "pnpm --filter @react-awesome-query-builder/examples run start", |
| 69 | + "resmoke": "pnpm run clean && pnpm i && pnpm run smoke", |
| 70 | + "sandbox": "pnpm run sandbox-ts", |
72 | 71 | "sandbox-js": "pnpm --filter @react-awesome-query-builder/sandbox-simple run start", |
73 | | - "sandbox-ts": "pnpm --filter @react-awesome-query-builder/sandbox run start", |
74 | 72 | "sandbox-next": "pnpm --filter @react-awesome-query-builder/sandbox-next run start", |
75 | | - "sandbox": "pnpm run sandbox-ts", |
| 73 | + "sandbox-ts": "pnpm --filter @react-awesome-query-builder/sandbox run start", |
| 74 | + "smoke": "pnpm run lint && pnpm run test && pnpm run build && pnpm run check-hot", |
76 | 75 | "start": "pnpm run examples", |
77 | | - "resmoke": "pnpm run clean && pnpm i && pnpm run smoke", |
78 | | - "smoke": "pnpm run lint && pnpm run test && pnpm run build && pnpm run check-hot" |
| 76 | + "test": "pnpm --filter @react-awesome-query-builder/tests run test", |
| 77 | + "test-debug": "pnpm --filter @react-awesome-query-builder/tests run test-debug", |
| 78 | + "test-dev": "pnpm --filter @react-awesome-query-builder/tests run test-dev" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | 81 | "@babel/cli": "^7.24.5", |
82 | 82 | "@babel/core": "^7.24.5", |
83 | 83 | "@babel/eslint-parser": "^7.24.5", |
84 | 84 | "@babel/plugin-transform-class-properties": "^7.24.1", |
| 85 | + "@babel/plugin-transform-modules-commonjs": "^7.24.1", |
85 | 86 | "@babel/plugin-transform-private-methods": "^7.24.1", |
86 | 87 | "@babel/plugin-transform-private-property-in-object": "^7.24.5", |
87 | | - "@babel/plugin-transform-modules-commonjs": "^7.24.1", |
88 | 88 | "@babel/plugin-transform-runtime": "^7.24.3", |
89 | 89 | "@babel/preset-env": "^7.24.5", |
90 | 90 | "@babel/preset-react": "^7.24.1", |
|
106 | 106 | }, |
107 | 107 | "pnpm": { |
108 | 108 | "allowedDeprecatedVersions": { |
109 | | - "@material-ui/lab": "4.0.0-alpha.61", |
110 | 109 | "@material-ui/core": "*", |
111 | | - "@material-ui/pickers": "*", |
112 | 110 | "@material-ui/icons": "*", |
| 111 | + "@material-ui/lab": "4.0.0-alpha.61", |
| 112 | + "@material-ui/pickers": "*", |
113 | 113 | "@material-ui/styles": "*" |
114 | 114 | }, |
115 | 115 | "overrides": { |
116 | 116 | "csstype@3.1.1": "^3.1.3", |
117 | 117 | "ejs@3.1.9": "^3.1.10", |
| 118 | + "express@4.18.2": "^4.19.2", |
118 | 119 | "follow-redirects@1.15.2": "^1.15.6", |
119 | 120 | "ip@2.0.0": "^2.0.1", |
120 | | - "postcss@8.4.27": "^8.4.31", |
121 | 121 | "postcss@8.4.14": "^8.4.31", |
122 | | - "express@4.18.2": "^4.19.2" |
| 122 | + "postcss@8.4.27": "^8.4.31" |
123 | 123 | } |
124 | 124 | } |
125 | 125 | } |
0 commit comments