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 Mar 1, 2023
2 parents 23f2c31 + 7457975 commit 169abc5
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 199 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/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.152.5
uses: renovatebot/github-action@v34.154.0
with:
configurationFile: renovate.json
token: ${{ secrets.GH_PAT }}
Expand Down
6 changes: 3 additions & 3 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def fetch_dependencies():

http_archive(
name = "rules_python",
sha256 = "29a801171f7ca190c543406f9894abf2d483c206e14d6acbd695623662320097",
strip_prefix = "rules_python-0.18.1",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.18.1.tar.gz",
sha256 = "ffc7b877c95413c82bfd5482c017edcf759a6250d8b24e82f41f3c8b8d9e287e",
strip_prefix = "rules_python-0.19.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.19.0.tar.gz",
)

http_archive(
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@types/glob": "8.1.0",
"@types/jest": "29.4.0",
"@types/mime": "3.0.1",
"@types/node": "18.14.1",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/sharp": "0.31.1",
"@types/svgo": "2.6.4",
"@types/tmp": "0.2.3",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"bcryptjs": "2.4.3",
"chalk": "5.2.0",
"classnames": "2.3.2",
Expand Down Expand Up @@ -72,11 +72,11 @@
"puppeteer": "19.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.8.1",
"react-router-dom": "6.8.1",
"react-spring": "9.7.0",
"react-router": "6.8.2",
"react-router-dom": "6.8.2",
"react-spring": "9.7.1",
"regenerator-runtime": "0.13.11",
"renovate": "^34.152.3",
"renovate": "^34.153.2",
"sharp": "0.31.3",
"stylelint": "15.2.0",
"stylelint-config-css-modules": "4.2.0",
Expand Down
Loading

0 comments on commit 169abc5

Please sign in to comment.