Skip to content

Commit d7c0354

Browse files
authored
chore: add asset viewer line (#18)
* chore: add asset viewer line * chore: reformat * chore: update to 5.8.5 * chore: update pnpm lock
1 parent 8f588eb commit d7c0354

File tree

8 files changed

+75
-58
lines changed

8 files changed

+75
-58
lines changed

examples/app-settings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"dependencies": {
1414
"@frontify/app-bridge-app": "^0.1.3",
1515
"@frontify/fondue": "^12.2.11",
16-
"@frontify/platform-app": "^0.1.11",
16+
"@frontify/platform-app": "^0.1.13",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.9.0",
22-
"@frontify/frontify-cli": "^5.7.8",
22+
"@frontify/frontify-cli": "^5.8.5",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.19",

examples/app-with-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.9.0",
22-
"@frontify/frontify-cli": "^5.7.8",
22+
"@frontify/frontify-cli": "^5.8.5",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.19",

examples/asset-viewer-social-media/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"surfaces": {
1212
"guideline": {
1313
"assetViewer": {
14-
"title": "Social Media Hub",
14+
"title": "Publish to Bluesky",
1515
"type": ["image"],
1616
"filenameExtension": ["jpeg", "jpg", "png", "svg"]
1717
}

examples/asset-viewer-social-media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^9.9.0",
26-
"@frontify/frontify-cli": "^5.8.3",
26+
"@frontify/frontify-cli": "^5.8.5",
2727
"@types/react": "^18.3.3",
2828
"@types/react-dom": "^18.3.0",
2929
"autoprefixer": "^10.4.19",

examples/bulk-actions-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.9.0",
22-
"@frontify/frontify-cli": "^5.7.8",
22+
"@frontify/frontify-cli": "^5.8.5",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.19",

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.9.0",
22-
"@frontify/frontify-cli": "^5.7.8",
22+
"@frontify/frontify-cli": "^5.8.5",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.19",

examples/secure-third-party-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.9.0",
22-
"@frontify/frontify-cli": "^5.7.8",
22+
"@frontify/frontify-cli": "^5.8.5",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.19",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)