Skip to content

Commit 6100d54

Browse files
committed
found a missing type from solid-ui
1 parent 3439276 commit 6100d54

4 files changed

Lines changed: 83 additions & 118 deletions

File tree

package-lock.json

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

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"postversion": "git push origin main --follow-tags",
3232
"watch": "npm run build-version && babel src -d dist --source-maps --extensions '.ts,.js' --watch",
3333
"start": "webpack serve --config webpack.dev.config.js --open"
34-
3534
},
3635
"repository": {
3736
"type": "git",
@@ -58,21 +57,20 @@
5857
"homepage": "https://github.com/solidos/solid-panes",
5958
"dependencies": {
6059
"@solid/better-simple-slideshow": "^0.1.0",
61-
"activitystreams-pane": "^0.7.1",
62-
"chat-pane": "^2.5.1",
63-
"contacts-pane": "^2.7.1",
60+
"activitystreams-pane": "^0.7.1-dfe75bf9",
61+
"chat-pane": "^2.5.1-c9500d87",
62+
"contacts-pane": "^2.7.1-e839bc9e",
6463
"dompurify": "^3.2.6",
65-
"folder-pane": "^2.5.1",
66-
"issue-pane": "^2.6.1",
67-
"lint-staged": "^16.1.6",
64+
"folder-pane": "^2.5.1-2ae26502",
65+
"issue-pane": "^2.6.1-0dab7458",
6866
"marked": "^16.1.2",
69-
"meeting-pane": "^2.5.1",
67+
"meeting-pane": "^2.5.1-5bcdc67c",
7068
"mime-types": "^3.0.1",
71-
"profile-pane": "^1.2.1",
69+
"profile-pane": "^1.2.1-776fad76",
7270
"rdflib": "^2.2.37",
7371
"solid-namespace": "^0.5.4",
74-
"solid-ui": "^2.6.1",
75-
"source-pane": "^2.3.1"
72+
"solid-ui": "^2.6.1-b384f98",
73+
"source-pane": "^2.3.1-a2a6790e"
7674
},
7775
"devDependencies": {
7876
"@babel/cli": "^7.28.0",
@@ -97,8 +95,9 @@
9795
"jest": "^30.0.5",
9896
"jest-environment-jsdom": "^30.0.5",
9997
"jest-fetch-mock": "^3.0.3",
100-
"node-polyfill-webpack-plugin": "^4.1.0",
98+
"lint-staged": "^16.2.6",
10199
"neostandard": "^0.12.2",
100+
"node-polyfill-webpack-plugin": "^4.1.0",
102101
"path-browserify": "^1.0.1",
103102
"react": "^19.1.1",
104103
"react-dom": "^19.1.1",

src/home/homePane.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
import { PaneDefinition } from 'pane-registry'
1212
import { NamedNode } from 'rdflib'
1313
import { authn } from 'solid-logic'
14-
import { create, icons, login } from 'solid-ui'
15-
import { CreateContext } from 'solid-ui/lib/create/types'
14+
import { create, icons, login, CreateContext } from 'solid-ui'
1615

1716
const HomePaneSource: PaneDefinition = {
1817
icon: icons.iconBase + 'noun_547570.svg', // noun_25830

webpack.config.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)