Skip to content

Commit 5dc144d

Browse files
committed
update packages
1 parent f03e8a0 commit 5dc144d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"clean": "rimraf dist"
1717
},
1818
"dependencies": {
19-
"@pulse-editor/react-api": "0.1.1-alpha.48",
20-
"@pulse-editor/shared-utils": "0.1.1-alpha.48",
19+
"@pulse-editor/react-api": "^0.1.1-alpha.49",
20+
"@pulse-editor/shared-utils": "^0.1.1-alpha.49",
2121
"cors": "^2.8.5",
2222
"dotenv": "^17.2.3",
2323
"express": "^5.1.0",
@@ -54,4 +54,4 @@
5454
"webpack-cli": "^6.0.1",
5555
"webpack-dev-server": "^5.2.2"
5656
}
57-
}
57+
}

pulse.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: AppConfig = {
1515
displayName: packageJson.displayName,
1616
description: packageJson.description,
1717
appType: AppTypeEnum.FileView,
18-
visibility: packageJson["pulse-editor-marketplace"].visibility,
18+
visibility: "unlisted",
1919
recommendedHeight: 640,
2020
recommendedWidth: 360,
2121
thumbnail: "assets/thumbnail.png",

0 commit comments

Comments
 (0)