Skip to content

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
| datasource | package          | from    | to      |
| ---------- | ---------------- | ------- | ------- |
| npm        | @types/react     | 18.0.28 | 18.3.11 |
| npm        | @types/react-dom | 18.0.11 | 18.3.1  |
| npm        | react            | 18.2.0  | 18.3.1  |
| npm        | react-dom        | 18.2.0  | 18.3.1  |
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent fbc17d8 commit 401cc50
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formatch-web",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"prisma": {
"seed": "tsx prisma/seed.ts"
Expand All @@ -24,8 +24,8 @@
"@google-cloud/storage": "^6.8.0",
"@prisma/client": "^4.8.0",
"@types/node": "18.11.19",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"add": "^2.0.6",
"date-fns": "^2.29.3",
"eslint": "8.33.0",
Expand All @@ -34,8 +34,8 @@
"jose": "^4.11.2",
"next": "13.2.4",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^8.0.5",
"remark-gfm": "^3.0.1",
"short-unique-id": "^4.4.4",
Expand Down
134 changes: 67 additions & 67 deletions pnpm-lock.yaml

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

0 comments on commit 401cc50

Please sign in to comment.