Skip to content

Commit

Permalink
Merge branch 'main' into versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 3, 2023
2 parents 6ab21b5 + af00d5b commit 09f4602
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.2.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.77.1
uses: renovatebot/github-action@v34.78.0
with:
configurationFile: renovate.json
token: ${{ secrets.GH_PAT }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@types/svgo": "2.6.4",
"@types/tmp": "0.2.3",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"bcryptjs": "2.4.3",
"chalk": "5.2.0",
"classnames": "2.3.2",
Expand All @@ -50,11 +50,11 @@
"d3-axis": "3.0.0",
"d3-scale": "4.0.2",
"diff": "5.1.0",
"esbuild": "0.16.12",
"esbuild": "0.16.13",
"esbuild-css-modules-plugin": "2.6.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-simple-import-sort": "8.0.0",
Expand Down Expand Up @@ -103,6 +103,6 @@
"dependencies": {
"@pulumi/command": "4.5.0",
"@types/bcryptjs": "2.4.2",
"glob-promise": "6.0.0"
"glob-promise": "6.0.1"
}
}
Loading

0 comments on commit 09f4602

Please sign in to comment.