|
30 | 30 | "@typescript-eslint/parser": "^5.62.0", |
31 | 31 | "browserslist": "^4.22.1", |
32 | 32 | "concurrently": "^7.1.0", |
33 | | - "cross-env": "^7.0.3", |
34 | 33 | "esbuild-plugin-umd-wrapper": "^2.0.0", |
35 | 34 | "eslint": "^8.53.0", |
36 | | - "eslint-plugin-compat": "^5.0.0", |
| 35 | + "eslint-plugin-compat": "^4.2.0", |
37 | 36 | "eslint-plugin-jest": "^27.6.0", |
38 | 37 | "eslint-plugin-tsdoc": "^0.2.17", |
39 | | - "happy-dom": "^14.12.0", |
40 | 38 | "markdownlint": "^0.25.1", |
41 | 39 | "markdownlint-cli": "^0.31.1", |
42 | 40 | "prettier": "2.8.4", |
43 | | - "turbo": "^2.0.4", |
44 | | - "typescript": "^5.4.5" |
| 41 | + "turbo": "^2.0.3", |
| 42 | + "typescript": "^4.9.5" |
45 | 43 | }, |
46 | 44 | "scripts": { |
47 | | - "build:all": "NODE_OPTIONS='--max-old-space-size=4096' yarn turbo run prepublish", |
48 | | - "references:update": "yarn workspaces-to-typescript-project-references", |
49 | | - "test": "yarn turbo run test --concurrency=1 --continue", |
| 45 | + "build:all": "NODE_OPTIONS='--max-old-space-size=4096' yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references' 'yarn turbo run prepublish'", |
| 46 | + "test": "yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references --check' 'yarn turbo run test --concurrency=1 --continue'", |
50 | 47 | "test:watch": "yarn turbo run test:watch", |
51 | 48 | "test:update": "yarn turbo run test:update", |
52 | 49 | "check-types": "yarn turbo run check-types --continue", |
53 | 50 | "format": "yarn prettier --write '**/*.{ts,md}'", |
54 | 51 | "format:head": "git diff --name-only HEAD^ |grep '\\.ts$\\|\\.md$' |xargs yarn prettier --write", |
55 | | - "dev": "yarn turbo run dev --concurrency=18", |
| 52 | + "dev": "CLEAR_DIST_DIR=false yarn turbo run dev --concurrency=17", |
56 | 53 | "repl": "cd packages/rrweb && npm run repl", |
57 | 54 | "live-stream": "cd packages/rrweb && yarn live-stream", |
58 | 55 | "lint": "yarn run concurrently --success=all -r -m=1 'yarn run markdownlint docs' 'yarn eslint packages/*/src --ext .ts,.tsx,.js,.jsx,.svelte'", |
|
61 | 58 | }, |
62 | 59 | "resolutions": { |
63 | 60 | "**/cssom": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", |
64 | | - "**/@types/dom-webcodecs": "0.1.5", |
65 | | - "typescript": "^5.4.5" |
| 61 | + "**/@types/dom-webcodecs": "0.1.5" |
66 | 62 | }, |
67 | 63 | "browserslist": [ |
68 | 64 | "defaults", |
|
0 commit comments