Skip to content

Commit f49840b

Browse files
fix: rewrite tutorial to current version of the Brand SDK
1 parent c5fc76c commit f49840b

File tree

6 files changed

+567
-522
lines changed

6 files changed

+567
-522
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"typecheck": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@frontify/app-bridge": "3.0.0-beta.49",
13+
"@frontify/app-bridge": "3.0.0-beta.56",
1414
"@frontify/fondue": "v12.0.0-beta.121",
1515
"react": "^17.0.2",
1616
"react-dom": "^17.0.2",
17-
"@typeform/embed-react": "2.18.0"
17+
"@typeform/embed-react": "2.19.0"
1818
},
1919
"devDependencies": {
20-
"@frontify/eslint-config-react": "0.15.6",
20+
"@frontify/eslint-config-react": "0.15.7",
2121
"@frontify/frontify-cli": "5.3.9",
2222
"@frontify/guideline-blocks-settings": "0.25.12",
2323
"@types/react": "17.0.47",
24-
"autoprefixer": "10.4.13",
25-
"eslint": "8.35.0",
24+
"autoprefixer": "10.4.14",
25+
"eslint": "8.36.0",
2626
"postcss": "8.4.21",
2727
"postcss-modules": "6.0.0",
28-
"prettier": "2.8.4",
29-
"typescript": "4.9.5"
28+
"prettier": "2.8.6",
29+
"typescript": "5.0.2"
3030
}
3131
}

0 commit comments

Comments
 (0)