Skip to content

Commit

Permalink
chorem update deps (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Mar 4, 2023
1 parent 073ed8f commit bed6e38
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 160 deletions.
6 changes: 3 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@trpc/react-query": "10.12.0",
"@trpc/server": "10.12.0",
"final-form": "^4.20.7",
"monaco-editor": "^0.35.0",
"next": "13.1.6",
"monaco-editor": "^0.36.0",
"next": "13.2.3",
"next-auth": "^4.12.2",
"next-international": "^0.3.0",
"node-fetch": "^3.2.10",
Expand All @@ -62,7 +62,7 @@
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "13.1.6",
"eslint-config-next": "13.2.3",
"eslint-plugin-storybook": "^0.6.0",
"postcss": "^8.4.14",
"prisma": "4.10.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@vercel/analytics": "0.1.10",
"next": "13.1.6",
"nextra": "2.2.14",
"nextra-theme-docs": "2.2.14",
"next": "13.2.3",
"nextra": "2.2.17",
"nextra-theme-docs": "2.2.17",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -23,7 +23,7 @@
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "13.1.6",
"eslint-config-next": "13.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"autoprefixer": "^10.4.7",
"class-variance-authority": "^0.4.0",
"final-form": "^4.20.7",
"next": "13.1.6",
"next": "13.2.3",
"postcss": "^8.4.14",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -43,8 +43,8 @@
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-tabs": "^1.0.0",
"next": "13.1.6",
"next": "13.2.3",
"react": "18.2.0",
"react-hot-toast": "^2.2.0"
}
}
}
Loading

4 comments on commit bed6e38

@vercel
Copy link

@vercel vercel bot commented on bed6e38 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www – ./www

www-git-main-lagon.vercel.app
lagon.app
lagon.dev
www-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bed6e38 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dashboard – ./packages/dashboard

dashboard-git-main-lagon.vercel.app
dashboard-lagon.vercel.app
dash.lagon.app

@vercel
Copy link

@vercel vercel bot commented on bed6e38 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./packages/docs

lagon-docs.vercel.app
docs.lagon.app
docs-git-main-lagon.vercel.app
docs-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bed6e38 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

storybook – ./packages/ui

storybook-lagon.vercel.app
storybook-swart-eight.vercel.app
storybook-git-main-lagon.vercel.app
ui.lagon.app

Please sign in to comment.