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 19, 2023
2 parents 8ba8dbd + ac2dc36 commit f52318a
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 193 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.104.0
uses: renovatebot/github-action@v34.105.3
with:
configurationFile: renovate.json
token: ${{ secrets.GH_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def fetch_dependencies():

http_archive(
name = "pulumi_cli",
sha256 = "b8e79d28d8ea4846b03ae9ad28ddf0cd5f310422484022b501b86809d42ca4b2",
sha256 = "e296d9910cc5b12ad8bb1db525d57aa1bdfe22627709cd7d87b86e80e224e758",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.51.1/pulumi-v3.51.1-linux-x64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.52.0/pulumi-v3.52.0-linux-x64.tar.gz",
],
build_file_content = """
exports_files(glob(["**/*"]))
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@microsoft/api-documenter": "7.19.27",
"@microsoft/api-extractor": "7.33.7",
"@microsoft/api-documenter": "7.19.28",
"@microsoft/api-extractor": "7.33.8",
"@pulumi/aws": "5.27.0",
"@pulumi/awsx": "1.0.1",
"@pulumi/pulumi": "3.51.1",
Expand All @@ -30,7 +30,7 @@
"@types/d3-axis": "3.0.2",
"@types/d3-scale": "4.0.3",
"@types/glob": "8.0.0",
"@types/jest": "29.2.5",
"@types/jest": "29.2.6",
"@types/mime": "3.0.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
Expand All @@ -50,7 +50,7 @@
"d3-axis": "3.0.0",
"d3-scale": "4.0.2",
"diff": "5.1.0",
"esbuild": "0.17.2",
"esbuild": "0.17.3",
"esbuild-css-modules-plugin": "2.7.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
Expand All @@ -73,11 +73,11 @@
"puppeteer": "19.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.6.2",
"react-router-dom": "6.6.2",
"react-router": "6.7.0",
"react-router-dom": "6.7.0",
"react-spring": "9.6.1",
"regenerator-runtime": "0.13.11",
"renovate": "^34.102.8",
"renovate": "^34.105.3",
"sharp": "0.31.3",
"stylelint": "14.16.1",
"stylelint-config-css-modules": "4.1.0",
Expand Down
Loading

0 comments on commit f52318a

Please sign in to comment.