Skip to content

Commit 44e479a

Browse files
committed
updated dep
1 parent 80127fe commit 44e479a

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"scripts": {
1414
"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",
1819
"build-types": "tsc --emitDeclarationOnly",
19-
"build-babel": "babel src --out-dir dist --extensions '.ts,.js' --source-maps",
2020
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
2121
"lint": "eslint",
2222
"lint-fix": "eslint --fix",
@@ -58,15 +58,15 @@
5858
"dependencies": {
5959
"@solid/better-simple-slideshow": "^0.1.0",
6060
"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",
6363
"dompurify": "^3.2.6",
6464
"folder-pane": "2.5.1-2ae26502",
6565
"issue-pane": "2.6.1-0dab7458",
6666
"marked": "^16.1.2",
6767
"meeting-pane": "2.5.1-5bcdc67c",
6868
"mime-types": "^3.0.1",
69-
"profile-pane": "1.2.1-776fad76",
69+
"profile-pane": "1.2.1-df8d0a5a",
7070
"rdflib": "^2.2.37",
7171
"solid-namespace": "^0.5.4",
7272
"solid-ui": "2.6.1-b384f98",

0 commit comments

Comments
 (0)