Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 08d4aef commit 2935818
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.1",
"eslint-plugin-require-extensions": "0.1.3",
"eslint-plugin-vitest": "0.3.22",
"prettier": "2.8.8",
Expand Down
8 changes: 4 additions & 4 deletions pkgs/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@types/lodash.debounce": "4.0.9",
"@types/luxon": "3.4.2",
"@types/prismjs": "1.26.3",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@vercel/analytics": "1.1.4",
"@vitejs/plugin-react-swc": "3.5.0",
"classnames": "2.3.2",
Expand All @@ -98,9 +98,9 @@
"prismjs": "1.29.0",
"properties-order": "1.0.0",
"rc-tree": "5.8.5",
"react": "18.2.0",
"react": "18.3.0",
"react-diff-view": "3.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.0",
"react-error-boundary": "4.0.12",
"react-helmet-async": "1.3.0",
"react-loading-skeleton": "3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions pkgs/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"dependencies": {
"@react-email/components": "0.0.15",
"react": "18.2.0",
"react": "18.3.0",
"resend": "2.0.0"
},
"devDependencies": {
"@specfy/db": "file:../db",
"@types/react": "18.2.39",
"@types/react": "18.2.79",
"react-email": "1.9.5",
"tsup": "7.2.0"
},
Expand Down

0 comments on commit 2935818

Please sign in to comment.