Skip to content

Commit

Permalink
Update web dependencies (#3257)
Browse files Browse the repository at this point in the history
## Pull Request Info

Closes #3242
Closes #3241 

Also closes a handful of Dependabot security alerts.

Tested locally and everything passes.
  • Loading branch information
dacharyc committed May 15, 2024
1 parent 143b724 commit b0d8bbe
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 45 deletions.
14 changes: 11 additions & 3 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@testing-library/dom": "^9.3.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"firebase": "^10.11.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
Expand Down Expand Up @@ -54,6 +54,14 @@
"bluehawk": "^1.4.0",
"lodash": "^4.17.21",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/core": "^7.24.0"
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"graphql": "^16.8.1",
"next": "^14.2.3",
"webpack-dev-middleware": "^7.2.1",
"ejs": "^3.1.10",
"express": "^4.19.2",
"follow-redirects": "^1.15.6",
"postcss": "^8.4.38"
}
}

0 comments on commit b0d8bbe

Please sign in to comment.