Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent c2448d9 commit cd835af
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -114,13 +114,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.0
uses: SebRollen/toml-action@v1.2.0
id: app_name
with:
file: "fly.toml"
Expand Down Expand Up @@ -175,29 +175,29 @@ jobs:

steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.0
uses: SebRollen/toml-action@v1.2.0
id: app_name
with:
file: "fly.toml"
field: "app"

- name: 🚀 Deploy Staging
if: ${{ github.ref == 'refs/heads/dev' }}
uses: superfly/flyctl-actions@1.3
uses: superfly/flyctl-actions@1.5
with:
args: "deploy --app ${{ steps.app_name.outputs.value }}-staging --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

- name: 🚀 Deploy Production
if: ${{ github.ref == 'refs/heads/main' }}
uses: superfly/flyctl-actions@1.3
uses: superfly/flyctl-actions@1.5
with:
args: "deploy --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}"
env:
Expand Down
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,70 +37,70 @@
"/public/build"
],
"dependencies": {
"@mantine/core": "5.10.2",
"@mantine/form": "5.10.2",
"@mantine/hooks": "5.10.2",
"@mantine/modals": "5.10.2",
"@mantine/ssr": "5.10.2",
"@prisma/client": "4.9.0",
"@remix-run/node": "1.12.0",
"@remix-run/react": "1.12.0",
"@remix-run/serve": "1.12.0",
"@remix-run/server-runtime": "1.12.0",
"@mantine/core": "5.10.5",
"@mantine/form": "5.10.5",
"@mantine/hooks": "5.10.5",
"@mantine/modals": "5.10.5",
"@mantine/ssr": "5.10.5",
"@prisma/client": "4.16.2",
"@remix-run/node": "1.19.3",
"@remix-run/react": "1.19.3",
"@remix-run/serve": "1.19.3",
"@remix-run/server-runtime": "1.19.3",
"bcryptjs": "2.4.3",
"dayjs": "1.11.7",
"dayjs": "1.11.13",
"lodash": "4.17.21",
"nanoid": "4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"remix": "1.12.0",
"tiny-invariant": "1.3.1"
"nanoid": "4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"remix": "1.19.3",
"tiny-invariant": "1.3.3"
},
"devDependencies": {
"@cypress/code-coverage": "3.10.0",
"@cypress/code-coverage": "3.13.9",
"@eyecuelab/eslint-config-react": "1.1.0",
"@faker-js/faker": "7.6.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@remix-run/dev": "1.12.0",
"@remix-run/dev": "1.19.3",
"@testing-library/cypress": "9.0.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/bcryptjs": "2.4.2",
"@types/eslint": "8.21.0",
"@testing-library/user-event": "14.5.2",
"@types/bcryptjs": "2.4.6",
"@types/eslint": "8.56.12",
"@types/lodash": "^4.14.191",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@types/react": "18.3.15",
"@types/react-dom": "18.3.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "3.1.0",
"binode": "1.0.5",
"c8": "7.12.0",
"c8": "7.14.0",
"cross-env": "7.0.3",
"cypress": "12.5.1",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"happy-dom": "8.1.4",
"msw": "0.49.2",
"cypress": "12.17.4",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"happy-dom": "8.9.0",
"msw": "0.49.3",
"npm-run-all": "4.1.5",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.1.8",
"prisma": "4.9.0",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.6.9",
"prisma": "4.16.2",
"source-map-support": "0.5.21",
"start-server-and-test": "1.15.2",
"tailwindcss": "3.2.4",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.2",
"typescript": "4.9.4",
"start-server-and-test": "1.15.4",
"tailwindcss": "3.4.16",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.5",
"vite-tsconfig-paths": "3.6.0",
"vitest": "0.8.4"
"vitest": "0.34.6"
},
"engines": {
"node": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions remix.init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "2.2.5",
"inquirer": "8.2.2",
"sort-package-json": "1.55.0"
"inquirer": "8.2.6",
"sort-package-json": "1.57.0"
}
}

0 comments on commit cd835af

Please sign in to comment.