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