Skip to content

Commit

Permalink
Merge pull request #48 from vidarc/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
vidarc committed Aug 1, 2022
2 parents 10db723 + 66e5e14 commit 76dfafa
Show file tree
Hide file tree
Showing 7 changed files with 1,043 additions and 973 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
docker push gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0.10.0
uses: google-github-actions/deploy-cloudrun@v0.10.1
with:
service: ${{ env.SERVICE }}
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker push gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0.10.0
uses: google-github-actions/deploy-cloudrun@v0.10.1
with:
service: ${{ env.SERVICE }}
image: gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
Expand Down
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ plugins:

progressBarStyle: hogsfather

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Matthew Ailes <mattailes@gmail.com>",
"license": "MIT",
"private": true,
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.2.2",
"scripts": {
"build": "yarn build:typecheck && yarn build:client && yarn build:server",
"build:typecheck": "tsc --noEmit",
Expand All @@ -22,9 +22,9 @@
"@faker-js/faker": "7.3.0",
"@fastify/helmet": "9.1.0",
"@fastify/middie": "8.0.0",
"@fastify/rate-limit": "7.0.0",
"@fastify/static": "6.4.0",
"fastify": "4.2.0",
"@fastify/rate-limit": "7.3.0",
"@fastify/static": "6.5.0",
"fastify": "4.3.0",
"history": "5.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -34,35 +34,35 @@
"undici": "5.5.1"
},
"devDependencies": {
"@compiled/babel-plugin": "0.16.0",
"@compiled/babel-plugin": "0.16.2",
"@compiled/eslint-plugin": "0.4.1",
"@testing-library/cypress": "8.0.3",
"@tsconfig/cypress": "1.0.0",
"@tsconfig/node16": "1.0.3",
"@tsconfig/vite-react": "1.0.0",
"@types/node": "17.0.40",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@vitejs/plugin-react": "1.3.2",
"cypress": "10.3.0",
"eslint": "8.18.0",
"cypress": "10.3.1",
"eslint": "8.21.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"rollup": "2.75.7",
"rollup": "2.77.2",
"rollup-plugin-gzip": "3.0.1",
"ts-node": "10.8.1",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"vite": "2.9.13"
"vite": "2.9.14"
},
"browserslist": "last 2 Chrome versions",
"prettier": {
Expand Down

0 comments on commit 76dfafa

Please sign in to comment.