Skip to content

Commit

Permalink
chore(deps): to latest (#4565)
Browse files Browse the repository at this point in the history
* chore(deps): to latest

* docs: licence year

* chore: remove unused dep

* chore(docker): revert node 20 (graphql mesh issue ith node-curl)
  • Loading branch information
belgattitude authored Oct 26, 2023
1 parent 432b4d8 commit 35f99a9
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 142 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Sébastien Vanvelthem
Copyright (c) 2020-current Sébastien Vanvelthem

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@fontsource-variable/inter": "5.0.15",
"@headlessui/react": "1.7.17",
"@hookform/resolvers": "3.3.2",
"@httpx/dsn-parser": "1.4.0",
"@httpx/exception": "2.1.1",
"@httpx/json-api": "0.4.1",
"@httpx/dsn-parser": "1.5.0",
"@httpx/exception": "2.3.0",
"@httpx/json-api": "0.4.3",
"@mui/icons-material": "5.14.15",
"@mui/material": "5.14.15",
"@nextvalid/zod-request": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=20.9
ARG NODE_VERSION=18.18
ARG ALPINE_VERSION=3.18

#############################################################
Expand Down
6 changes: 3 additions & 3 deletions packages/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"@graphql-mesh/cli": "^0.87.15",
"@graphql-mesh/openapi": "^0.95.11",
"@graphql-mesh/runtime": "^0.96.12"
"@graphql-mesh/cli": "^0.87.16",
"@graphql-mesh/openapi": "^0.95.12",
"@graphql-mesh/runtime": "^0.96.13"
},
"devDependencies": {
"@types/node": "20.8.9",
Expand Down
1 change: 0 additions & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"@httpx/exception": "^2.1.1",
"@your-org/ts-utils": "workspace:^",
"dequal": "^2.0.3"
},
Expand Down
Loading

2 comments on commit 35f99a9

@vercel
Copy link

@vercel vercel bot commented on 35f99a9 Oct 26, 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:

monorepo-nextjs-app – ./apps/nextjs-app

monorepo-nextjs-app-belgattitude.vercel.app
monorepo-nextjs-app.vercel.app
monorepo-nextjs-app-git-main-belgattitude.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 35f99a9 Oct 26, 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:

monorepo-vite-app – ./apps/vite-app

monorepo-vite-app-git-main-belgattitude.vercel.app
monorepo-vite-app-belgattitude.vercel.app
monorepo-vite-app.vercel.app

Please sign in to comment.