Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 0d398ba commit 577cd08
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 435 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"imtool": "1.2.1",
"next": "14.1.3",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.0",
"react-input-mask": "2.0.4",
"react-onesignal": "3.0.1",
Expand All @@ -36,8 +36,8 @@
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/react-input-mask": "3.0.5",
"autoprefixer": "10.4.18",
"eslint-config-custom": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"prettier": "3.2.5",
"react": "18.2.0",
"react": "18.3.1",
"tailwindcss": "3.4.1",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
Expand Down
Loading

0 comments on commit 577cd08

Please sign in to comment.