Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production deployment #474

Merged
merged 8 commits into from
Mar 27, 2024
2 changes: 1 addition & 1 deletion .github/workflows/build-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
bun-version: 1.0.29

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
id: node-modules-cache
with:
path: bun-packages/node_modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version-file: "app/.nvmrc"

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
id: node-modules-cache
with:
path: app/node_modules
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
node-version-file: "app/.nvmrc"

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
id: node-modules-cache
with:
path: app/node_modules
Expand All @@ -90,7 +90,7 @@ jobs:
with:
node-version-file: "app/.nvmrc"

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
id: node-modules-cache
with:
path: app/node_modules
Expand Down
136 changes: 68 additions & 68 deletions app/package-lock.json

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

12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@algolia/autocomplete-js": "1.17.0",
"@algolia/autocomplete-theme-classic": "1.17.0",
"@aws-sdk/client-s3": "3.535.0",
"@aws-sdk/s3-request-presigner": "3.535.0",
"@aws-sdk/client-s3": "3.536.0",
"@aws-sdk/s3-request-presigner": "3.536.0",
"@next-auth/prisma-adapter": "1.0.7",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.11.0",
Expand Down Expand Up @@ -59,14 +59,14 @@
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10",
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.6",
"@types/lodash": "4.17.0",
"@types/node": "18.19.24",
"@types/node": "18.19.25",
"@types/prettier": "3.0.0",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@vitest/coverage-istanbul": "1.4.0",
"autoprefixer": "10.4.18",
"csv": "6.3.8",
Expand Down
Loading