Skip to content

Commit

Permalink
[Dependencies] upgrade to latest dotenv-mono (#415)
Browse files Browse the repository at this point in the history
Closes DG-120

## What changed? Why?
Moves off the github fork of dotenv-mono I'd been using for real
released version
  • Loading branch information
dgattey committed Oct 8, 2023
1 parent 14f49a3 commit ce3130a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@next/bundle-analyzer": "13.5.4",
"animate-css-grid": "1.5.1",
"db": "workspace:*",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"dotenv-mono": "1.3.12",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"lucide-react": "0.284.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postinstall": "lefthook install"
},
"dependencies": {
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"dotenv-mono": "1.3.12",
"lefthook": "1.5.1",
"vercel": "32.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"dotenv-mono": "1.3.12",
"eslint-config-dg": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:types": "tsc"
},
"dependencies": {
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"dotenv-mono": "1.3.12",
"mysql2": "3.6.1",
"sequelize": "6.33.0",
"sequelize-typescript": "2.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"dotenv-mono": "1.3.12",
"eslint-config-dg": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"cmd-ts": "0.13.0",
"dotenv-mono": "github:marcocesarato/dotenv-mono#v1.3.12",
"dotenv-mono": "1.3.12",
"eslint-config-dg": "workspace:*",
"node-fetch": "3.3.2",
"shared-core": "workspace:*",
Expand Down
40 changes: 18 additions & 22 deletions pnpm-lock.yaml

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

1 comment on commit ce3130a

@vercel
Copy link

@vercel vercel bot commented on ce3130a Oct 8, 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:

dg – ./

dg-dgattey.vercel.app
dg.vercel.app
dg-git-main-dgattey.vercel.app
dylangattey.com

Please sign in to comment.