Skip to content

Commit

Permalink
fix(deps): update dependency onyxia-ui to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent 7db8728 commit aa0cc20
Show file tree
Hide file tree
Showing 4 changed files with 870 additions and 97 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlanding",
"version": "1.0.9",
"version": "1.0.10",
"description": "A module that generates a landing page for your projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"@mui/material": "^5.9.3",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"onyxia-ui": "^1.2.1",
"onyxia-ui": "^5.3.3",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"evt": "^2.5.3",
"husky": "^4.3.0",
"lint-staged": "^10.5.4",
"onyxia-ui": "^1.2.1",
"onyxia-ui": "^5.3.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/test/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "vanilla",
"version": "0.1.44",
"version": "0.1.45",
"private": true,
"dependencies": {
"gitlanding": "latest",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.3",
"onyxia-ui": "^0.58.2",
"onyxia-ui": "^5.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit aa0cc20

Please sign in to comment.