Skip to content

Commit

Permalink
chore(deps): update react monorepo (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent ccd4e02 commit 5302fd2
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 80 deletions.
4 changes: 2 additions & 2 deletions apps/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"devDependencies": {
"@mdx-js/rollup": "3.1.0",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@mdx-js/rollup": "3.1.0",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/tuono-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@tanstack/config": "0.7.13",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.0",
"@types/react": "18.3.13",
"@types/react": "18.3.18",
"@vitejs/plugin-react-swc": "3.7.2",
"react": "18.3.1",
"jsdom": "^25.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tuono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"@tanstack/config": "0.7.13",
"@types/babel-traverse": "^6.25.10",
"@types/babel__traverse": "^7.20.6",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "^2.0.0"
Expand Down
Loading

0 comments on commit 5302fd2

Please sign in to comment.