-
- Downloads
feat: use react-helmet-async instead of react-helmet
Showing
- package-lock.json 13 additions, 12 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/App.jsx 25 additions, 23 deletionssrc/App.jsx
- src/pages/Home.jsx 1 addition, 1 deletionsrc/pages/Home.jsx
- src/pages/NotFound.jsx 1 addition, 1 deletionsrc/pages/NotFound.jsx
- src/pages/Program.jsx 1 addition, 1 deletionsrc/pages/Program.jsx
- src/pages/Protocol.jsx 1 addition, 1 deletionsrc/pages/Protocol.jsx
... | ... | @@ -18,7 +18,7 @@ |
"pullstate": "^1.20.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-helmet": "^6.1.0", | ||
"react-helmet-async": "^1.0.7", | ||
"react-intersection-observer": "^8.31.0", | ||
"react-joyride": "^2.3.0", | ||
"react-mde": "^11.0.0", | ||
... | ... |
Please register or sign in to comment