Skip to content

Commit 0fb1722

Browse files
committed
Update packages
1 parent c50b720 commit 0fb1722

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@module-federation/enhanced": "^0.19.1",
2121
"@module-federation/node": "^2.7.17",
2222
"@module-federation/runtime": "^0.19.1",
23-
"@pulse-editor/react-api": "^0.1.1-alpha.39",
24-
"@pulse-editor/shared-utils": "^0.1.1-alpha.39",
23+
"@pulse-editor/react-api": "^0.1.1-alpha.40",
24+
"@pulse-editor/shared-utils": "^0.1.1-alpha.40",
2525
"cors": "^2.8.5",
2626
"dotenv": "^17.2.2",
2727
"express": "^5.1.0",

pulse.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const config: AppConfig = {
1818
recommendedHeight: 640,
1919
recommendedWidth: 360,
2020
thumbnail: "assets/thumbnail.png",
21+
preRegisteredActions: [],
2122
};
2223

2324
export default config;

0 commit comments

Comments
 (0)