Skip to content

Commit

Permalink
add react-helmet dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Nov 23, 2023
1 parent ad664a3 commit 6218b09
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
"multimap": "^1.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.8.0",
"react-twitter-widgets": "^1.11.0",
"styled-components": "^5.2.1",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1",
"url-join": "^5.0.0"
"url-join": "^5.0.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"build": "dotenv -e .env.$REACT_APP_ENV -e .env -- node build.mjs",
Expand Down

0 comments on commit 6218b09

Please sign in to comment.