Skip to content

Commit

Permalink
chore: update deps (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Jul 9, 2023
1 parent 53e3e74 commit 41673a5
Show file tree
Hide file tree
Showing 8 changed files with 149 additions and 160 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lagon-runtime = { path = "../runtime" }
lagon-runtime-http = { path = "../runtime_http" }
lagon-runtime-isolate = { path = "../runtime_isolate" }
lagon-runtime-utils = { path = "../runtime_utils" }
clap = { version = "4.3.10", features = ["derive"] }
clap = { version = "4.3.11", features = ["derive"] }
dialoguer = { version = "0.10.4", features = ["password"] }
indicatif = "0.17.5"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/serverless_downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
lagon-runtime-utils = { path = "../runtime_utils" }
anyhow = "1.0.71"
async-trait = "0.1.69"
async-trait = "0.1.71"
rust-s3 = "0.33"
6 changes: 3 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"cronstrue": "^2.27.0",
"final-form": "^4.20.7",
"is-in-subnet": "^4.0.1",
"next": "13.4.8",
"next": "13.4.9",
"next-auth": "^4.22.1",
"next-international": "^0.4.1",
"next-international": "^0.5.3",
"node-fetch": "^3.2.10",
"nodemailer": "^6.9.0",
"posthog-js": "^1.55.1",
Expand All @@ -64,7 +64,7 @@
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"eslint-plugin-storybook": "^0.6.12",
"postcss": "^8.4.22",
"prisma": "^4.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "13.4.8",
"next": "13.4.9",
"next-sitemap": "^4.0.5",
"nextra": "2.8.0",
"nextra-theme-docs": "2.8.0",
Expand All @@ -25,7 +25,7 @@
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"typescript": "^5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"autoprefixer": "^10.4.7",
"class-variance-authority": "^0.6.0",
"final-form": "^4.20.7",
"next": "13.4.8",
"next": "13.4.9",
"postcss": "^8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -48,7 +48,7 @@
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-tabs": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.3",
"next": "13.4.8",
"next": "13.4.9",
"react": "18.2.0",
"react-hot-toast": "^2.2.0"
},
Expand Down
Loading

4 comments on commit 41673a5

@vercel
Copy link

@vercel vercel bot commented on 41673a5 Jul 9, 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-swart-eight.vercel.app
ui.lagon.app
storybook-lagon.vercel.app
storybook-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 41673a5 Jul 9, 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-git-main-lagon.vercel.app
docs-lagon.vercel.app
docs.lagon.app

@vercel
Copy link

@vercel vercel bot commented on 41673a5 Jul 9, 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-lagon.vercel.app
lagon.dev
lagon.app
www-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 41673a5 Jul 9, 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

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

Please sign in to comment.