|
14 | 14 | "format:write:only": "prettier --cache --write",
|
15 | 15 | "lint": "pnpm run lint:types && pnpm exec jest --selectProjects lint",
|
16 | 16 | "lint:fix": "FIX=true pnpm lint",
|
17 |
| - "lint:types": "tsc --noEmit", |
| 17 | + "lint:types": "tsc -p .", |
18 | 18 | "playwright:install": "playwright install --with-deps chromium",
|
19 | 19 | "playwright:test": "playwright test --config=e2e/playwright.config.ts",
|
20 | 20 | "gen:provisioner": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./e2e/ --ts_proto_opt=outputJsonMethods=false,outputEncodeMethods=encode-no-creation,outputClientImpl=false,nestJs=false,outputPartialMethods=false,fileSuffix=Generated,suffix=hey -I ../provisionersdk/proto ../provisionersdk/proto/provisioner.proto && pnpm exec prettier --ignore-path '/dev/null' --cache --write './e2e/provisionerGenerated.ts'",
|
|
43 | 43 | "@mui/system": "5.14.0",
|
44 | 44 | "@mui/utils": "5.14.11",
|
45 | 45 | "@tanstack/react-query-devtools": "4.35.3",
|
46 |
| - "@vitejs/plugin-react": "4.1.0", |
47 | 46 | "ansi-to-html": "0.7.2",
|
48 | 47 | "axios": "1.6.0",
|
49 | 48 | "canvas": "2.11.0",
|
|
57 | 56 | "date-fns": "2.30.0",
|
58 | 57 | "dayjs": "1.11.4",
|
59 | 58 | "emoji-mart": "5.4.0",
|
60 |
| - "eslint-plugin-testing-library": "6.1.0", |
61 |
| - "eventsourcemock": "2.0.0", |
62 | 59 | "formik": "2.4.1",
|
63 | 60 | "front-matter": "4.0.2",
|
64 |
| - "jest-environment-jsdom": "29.5.0", |
65 | 61 | "lodash": "4.17.21",
|
66 | 62 | "monaco-editor": "0.44.0",
|
67 | 63 | "pretty-bytes": "6.1.0",
|
|
82 | 78 | "remark-gfm": "4.0.0",
|
83 | 79 | "rollup-plugin-visualizer": "5.9.0",
|
84 | 80 | "semver": "7.5.3",
|
85 |
| - "ts-proto": "1.164.0", |
86 |
| - "ts-prune": "0.10.3", |
87 | 81 | "tzdata": "1.0.30",
|
88 | 82 | "ua-parser-js": "1.0.33",
|
89 | 83 | "ufuzzy": "npm:@leeoniya/ufuzzy@1.0.10",
|
90 | 84 | "unique-names-generator": "4.7.1",
|
91 | 85 | "uuid": "9.0.0",
|
92 |
| - "vite": "4.5.2", |
93 | 86 | "xterm": "5.2.0",
|
94 | 87 | "xterm-addon-canvas": "0.5.0",
|
95 | 88 | "xterm-addon-fit": "0.8.0",
|
|
135 | 128 | "@types/uuid": "9.0.2",
|
136 | 129 | "@typescript-eslint/eslint-plugin": "6.9.1",
|
137 | 130 | "@typescript-eslint/parser": "6.9.1",
|
| 131 | + "@vitejs/plugin-react": "4.1.0", |
138 | 132 | "chromatic": "9.0.0",
|
139 | 133 | "eslint": "8.52.0",
|
140 | 134 | "eslint-config-prettier": "9.0.0",
|
|
147 | 141 | "eslint-plugin-react": "7.33.0",
|
148 | 142 | "eslint-plugin-react-hooks": "4.6.0",
|
149 | 143 | "eslint-plugin-storybook": "0.6.12",
|
| 144 | + "eslint-plugin-testing-library": "6.1.0", |
150 | 145 | "eslint-plugin-unicorn": "49.0.0",
|
| 146 | + "eventsourcemock": "2.0.0", |
151 | 147 | "express": "4.18.2",
|
152 | 148 | "jest": "29.6.2",
|
153 | 149 | "jest-canvas-mock": "2.5.2",
|
| 150 | + "jest-environment-jsdom": "29.5.0", |
154 | 151 | "jest-fetch-mock": "3.0.3",
|
155 | 152 | "jest-location-mock": "2.0.0",
|
156 | 153 | "jest-runner-eslint": "2.1.0",
|
|
165 | 162 | "storybook-addon-react-router-v6": "2.0.0",
|
166 | 163 | "storybook-react-context": "0.6.0",
|
167 | 164 | "ts-node": "10.9.1",
|
| 165 | + "ts-proto": "1.164.0", |
| 166 | + "ts-prune": "0.10.3", |
168 | 167 | "typescript": "5.2.2",
|
| 168 | + "vite": "4.5.2", |
169 | 169 | "vite-plugin-checker": "0.6.0",
|
170 | 170 | "vite-plugin-turbosnap": "1.0.2"
|
171 | 171 | },
|
|
0 commit comments