Add missing react-cookie dependency to link

This commit is contained in:
Darren Clarke 2023-06-20 09:48:54 +00:00 committed by GitHub
parent 1c3ea1e8f6
commit 0dd4e860ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
"next": "13.4.6", "next": "13.4.6",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"react": "18.2.0", "react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-iframe": "^1.8.5", "react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2", "react-polyglot": "^0.7.2",

1
package-lock.json generated
View file

@ -1004,6 +1004,7 @@
"next": "13.4.6", "next": "13.4.6",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"react": "18.2.0", "react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-iframe": "^1.8.5", "react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2", "react-polyglot": "^0.7.2",