diff --git a/package-lock.json b/package-lock.json index 6ef6bd4..d2db54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@solid/better-simple-slideshow": "^0.1.0", "activitystreams-pane": "^1.0.1", "chat-pane": "^3.0.1", - "contacts-pane": "^3.0.1", + "contacts-pane": "3.1.0-newStyle-88f990f7", "dompurify": "^3.3.1", "folder-pane": "^3.0.1", "issue-pane": "^3.0.1", @@ -20,7 +20,7 @@ "meeting-pane": "^3.0.1", "mime-types": "^3.0.2", "pane-registry": "^3.0.1", - "profile-pane": "^3.1.1", + "profile-pane": "3.1.1-7e90f450", "solid-namespace": "^0.5.4", "source-pane": "^3.0.1" }, @@ -6548,13 +6548,10 @@ "license": "MIT" }, "node_modules/contacts-pane": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/contacts-pane/-/contacts-pane-3.0.1.tgz", - "integrity": "sha512-+kI4WpSv+Kms3Z7pnAazCozw2V4t132d5gmVTGVeLgIBMfMr/h9xACBTuhbPV9feaa8WHfV2RbGuBfzKp5juew==", + "version": "3.1.0-newStyle-88f990f7", + "resolved": "https://registry.npmjs.org/contacts-pane/-/contacts-pane-3.1.0-newStyle-88f990f7.tgz", + "integrity": "sha512-DdLTfp3RdWMUxctucfhi8abRVsjIuL4sa9eKULPDSYB/mUhI83uHMR7vERm9iSN/uqBIaPCtQ5CVwWUkheupDA==", "license": "MIT", - "dependencies": { - "mime-types": "^3.0.2" - }, "peerDependencies": { "rdflib": "^2.3.5", "solid-logic": "^4.0.2", @@ -13551,9 +13548,9 @@ "license": "MIT" }, "node_modules/profile-pane": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.1.1.tgz", - "integrity": "sha512-ufm58BbDFNQEPLJwcmc2CxcgTD8AHrHtPaEQ5znz/xTxpSLF8gCagAgo+TnIxq0iUlbtia9UvYYtwO2hpaGLoQ==", + "version": "3.1.1-7e90f450", + "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.1.1-7e90f450.tgz", + "integrity": "sha512-VLyNchUrYUr0NKHslY/eCY8NtdU3yf3QkQh7Xbio9oHAZD/jsH80dXyyOBL4Dzvmv9HMRm6yxrIsZ5lNqG62DA==", "license": "MIT", "dependencies": { "lit-html": "^3.3.2", diff --git a/package.json b/package.json index 8923c81..9f698d9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@solid/better-simple-slideshow": "^0.1.0", "activitystreams-pane": "^1.0.1", "chat-pane": "^3.0.1", - "contacts-pane": "^3.0.1", + "contacts-pane": "3.1.0-newStyle-88f990f7", "dompurify": "^3.3.1", "folder-pane": "^3.0.1", "issue-pane": "^3.0.1", @@ -69,7 +69,7 @@ "meeting-pane": "^3.0.1", "mime-types": "^3.0.2", "pane-registry": "^3.0.1", - "profile-pane": "^3.1.1", + "profile-pane": "3.1.1-7e90f450", "solid-namespace": "^0.5.4", "source-pane": "^3.0.1" },