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 Oct 26, 2022
2 parents c8d5e53 + d8f3f7a commit d8e7167
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 171 deletions.
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 = "b6fd7633f6d4340dad9c22fa2b86f1390698f6509e7b8b928bb695685411d2dc",
sha256 = "6f198cf68c2ec86fe936c1d9efe33fb5591b8fe76e8c296f9ecab78177e53193",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.43.0/pulumi-v3.43.0-linux-x64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.44.1/pulumi-v3.44.1-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 @@ -22,7 +22,7 @@
"@microsoft/api-extractor": "7.33.4",
"@pulumi/aws": "5.18.0",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.43.1",
"@pulumi/pulumi": "3.44.1",
"@schemastore/package": "0.0.6",
"@swc/cli": "0.1.57",
"@testing-library/react": "13.4.0",
Expand All @@ -32,8 +32,8 @@
"@types/glob": "8.0.0",
"@types/jest": "29.2.0",
"@types/mime": "3.0.1",
"@types/node": "18.11.4",
"@types/react": "18.0.21",
"@types/node": "18.11.5",
"@types/react": "18.0.22",
"@types/react-dom": "18.0.7",
"@types/sharp": "0.31.0",
"@types/svgo": "2.6.4",
Expand All @@ -53,7 +53,7 @@
"esbuild": "0.15.12",
"esbuild-css-modules-plugin": "2.6.0",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
Expand All @@ -67,10 +67,10 @@
"mime": "3.0.0",
"minimist": "1.2.7",
"module-alias": "2.2.2",
"next": "12.3.1",
"patch-package": "6.4.7",
"next": "13.0.0",
"patch-package": "6.5.0",
"prettier": "2.7.1",
"puppeteer": "19.1.1",
"puppeteer": "19.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.4.2",
Expand Down
Loading

0 comments on commit d8e7167

Please sign in to comment.