|
12 | 12 | ], |
13 | 13 | "scripts": { |
14 | 14 | "clean": "rm -rf dist src/versionInfo.ts", |
15 | | - "build": "npm run clean && npm run build-version && npm run build-js && npm run postbuild-js", |
16 | | - "build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix", |
17 | | - "build-js": "npm run build-types && npm run build-babel", |
| 15 | + "build": "npm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run postbuild-js", |
| 16 | + "build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix", |
| 17 | + "build-dist": "npm run build-js && npm run build-types", |
| 18 | + "build-js": "babel src --out-dir dist --extensions '.ts,.js' --source-maps", |
18 | 19 | "build-types": "tsc --emitDeclarationOnly", |
19 | | - "build-babel": "babel src --out-dir dist --extensions '.ts,.js' --source-maps", |
20 | 20 | "postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map", |
21 | 21 | "lint": "eslint", |
22 | 22 | "lint-fix": "eslint --fix", |
|
58 | 58 | "dependencies": { |
59 | 59 | "@solid/better-simple-slideshow": "^0.1.0", |
60 | 60 | "activitystreams-pane": "0.7.1-dfe75bf9", |
61 | | - "chat-pane": "2.5.1-c9500d87", |
62 | | - "contacts-pane": "2.7.1-e839bc9e", |
| 61 | + "chat-pane": "2.5.1-a0f877e5", |
| 62 | + "contacts-pane": "2.7.1-6b7e6809", |
63 | 63 | "dompurify": "^3.2.6", |
64 | 64 | "folder-pane": "2.5.1-2ae26502", |
65 | 65 | "issue-pane": "2.6.1-0dab7458", |
66 | 66 | "marked": "^16.1.2", |
67 | 67 | "meeting-pane": "2.5.1-5bcdc67c", |
68 | 68 | "mime-types": "^3.0.1", |
69 | | - "profile-pane": "1.2.1-776fad76", |
| 69 | + "profile-pane": "1.2.1-df8d0a5a", |
70 | 70 | "rdflib": "^2.2.37", |
71 | 71 | "solid-namespace": "^0.5.4", |
72 | 72 | "solid-ui": "2.6.1-b384f98", |
|
0 commit comments