Skip to content

Commit 0944a32

Browse files
authored
Merge pull request #73 from Dialogue-Bot/DIAL-42-implement-test-your-bot
Dial 42 implement test your bot
2 parents 770628d + f77ca7c commit 0944a32

File tree

21 files changed

+683
-250
lines changed

21 files changed

+683
-250
lines changed

client/package-lock.json

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

client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"react-contenteditable": "^3.3.7",
8686
"react-day-picker": "^8.10.0",
8787
"react-dom": "^18.2.0",
88+
"react-helmet": "^6.1.0",
8889
"react-hook-form": "^7.50.1",
8990
"react-i18next": "^14.0.5",
9091
"react-resizable-panels": "^2.0.9",
@@ -110,6 +111,7 @@
110111
"@types/node": "^20.11.24",
111112
"@types/react": "^18.2.55",
112113
"@types/react-dom": "^18.2.19",
114+
"@types/react-helmet": "^6.1.11",
113115
"@typescript-eslint/eslint-plugin": "^6.21.0",
114116
"@typescript-eslint/parser": "^6.21.0",
115117
"@vitejs/plugin-react-swc": "^3.5.0",

0 commit comments

Comments
 (0)