Skip to content

Commit

Permalink
chore(deps): Add missing dep cookie to @redwoodjs/web (#11843)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Dec 28, 2024
1 parent f68f1d4 commit 0faff35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"@redwoodjs/server-store": "workspace:*",
"@whatwg-node/fetch": "0.9.21",
"apollo-upload-client": "18.0.1",
"cookie": "0.7.2",
"core-js": "3.38.1",
"graphql": "16.9.0",
"graphql-sse": "2.5.3",
Expand All @@ -169,6 +170,7 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"@types/apollo-upload-client": "^18",
"@types/cookie": "^0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"concurrently": "8.2.2",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9097,11 +9097,13 @@ __metadata:
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:14.3.1"
"@types/apollo-upload-client": "npm:^18"
"@types/cookie": "npm:^0"
"@types/react": "npm:^18.2.55"
"@types/react-dom": "npm:^18.2.19"
"@whatwg-node/fetch": "npm:0.9.21"
apollo-upload-client: "npm:18.0.1"
concurrently: "npm:8.2.2"
cookie: "npm:0.7.2"
core-js: "npm:3.38.1"
graphql: "npm:16.9.0"
graphql-sse: "npm:2.5.3"
Expand Down

0 comments on commit 0faff35

Please sign in to comment.