Skip to content

Commit df244a4

Browse files
authored
chore: update deps (#14)
1 parent c27c0f0 commit df244a4

File tree

5 files changed

+71
-116
lines changed

5 files changed

+71
-116
lines changed

examples/app-settings/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@frontify/app-bridge-app": "^0.0.14",
15-
"@frontify/fondue": "^12.2.10",
16-
"@frontify/platform-app": "^0.1.10",
14+
"@frontify/app-bridge-app": "^0.0.16",
15+
"@frontify/fondue": "^12.2.11",
16+
"@frontify/platform-app": "^0.1.11",
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.7",
22+
"@frontify/frontify-cli": "^5.7.8",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@frontify/app-bridge-app": "^0.0.14",
15-
"@frontify/fondue": "^12.2.10",
16-
"@frontify/platform-app": "^0.1.10",
14+
"@frontify/app-bridge-app": "^0.0.16",
15+
"@frontify/fondue": "^12.2.11",
16+
"@frontify/platform-app": "^0.1.11",
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.7",
22+
"@frontify/frontify-cli": "^5.7.8",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@frontify/app-bridge-app": "^0.0.14",
15-
"@frontify/fondue": "^12.2.10",
16-
"@frontify/platform-app": "^0.1.10",
14+
"@frontify/app-bridge-app": "^0.0.16",
15+
"@frontify/fondue": "^12.2.11",
16+
"@frontify/platform-app": "^0.1.11",
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.7",
22+
"@frontify/frontify-cli": "^5.7.8",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@frontify/app-bridge-app": "^0.0.14",
15-
"@frontify/fondue": "^12.2.10",
16-
"@frontify/platform-app": "^0.1.10",
14+
"@frontify/app-bridge-app": "^0.0.16",
15+
"@frontify/fondue": "^12.2.11",
16+
"@frontify/platform-app": "^0.1.11",
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.7",
22+
"@frontify/frontify-cli": "^5.7.8",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.19",

0 commit comments

Comments
 (0)