Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2023
1 parent 9682b00 commit cd4f55e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next-bundle-analyzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
body-includes: '<!-- __NEXTJS_BUNDLE -->'

- name: Create Comment
uses: peter-evans/create-or-update-comment@v2.1.0
uses: peter-evans/create-or-update-comment@v2.1.1
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}

- name: Update Comment
uses: peter-evans/create-or-update-comment@v2.1.0
uses: peter-evans/create-or-update-comment@v2.1.1
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@trpc/react-query": "^10.1.0",
"@trpc/server": "^10.1.0",
"classnames": "2.3.2",
"next": "13.0.5",
"next-axiom": "0.15.1",
"next": "13.2.0",
"next-axiom": "0.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.19.1"
Expand All @@ -50,39 +50,39 @@
"@commitlint/config-conventional": "17.3.0",
"@commitlint/lint": "^17.3.0",
"@evilmartians/lefthook": "^1.2.1",
"@playwright/test": "1.28.1",
"@playwright/test": "1.31.1",
"@testing-library/react": "13.4.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"autoprefixer": "10.4.13",
"commitizen": "4.2.5",
"commitlint-plugin-function-rules": "1.7.1",
"concurrently": "7.6.0",
"cssnano": "5.1.14",
"cssnano": "5.1.15",
"cz-conventional-changelog": "3.3.0",
"enhanced-resolve": "5.12.0",
"eslint": "8.28.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.0.5",
"eslint-config-next": "13.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "27.1.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest-environment-jsdom": "29.4.3",
"jest-junit": "15.0.0",
"postcss": "8.4.19",
"postcss": "8.4.21",
"postcss-flexbugs-fixes": "5.0.2",
"prettier": "2.8.0",
"sort-package-json": "2.1.0",
"standard-version": "9.5.0",
"tailwindcss": "3.2.4",
"tailwindcss": "3.2.7",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.3"
Expand Down

0 comments on commit cd4f55e

Please sign in to comment.