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 29, 2022
2 parents b6ef7f0 + 8a443da commit 6e98b32
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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 = "da8554930c8bc8c7a5d461be1f028996a469ebbea9ad02aee82448de048aacda",
sha256 = "77a696ce37191ac56a9a2265b71143eaa0ca2d93521435623203acf9ce7cd357",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.44.2/pulumi-v3.44.2-linux-x64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.44.3/pulumi-v3.44.3-linux-x64.tar.gz",
],
build_file_content = """
exports_files(glob(["**/*"]))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "29.2.0",
"@types/mime": "3.0.1",
"@types/node": "18.11.7",
"@types/react": "18.0.23",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/sharp": "0.31.0",
"@types/svgo": "2.6.4",
Expand All @@ -51,7 +51,7 @@
"d3-scale": "4.0.2",
"diff": "5.1.0",
"esbuild": "0.15.12",
"esbuild-css-modules-plugin": "2.6.0",
"esbuild-css-modules-plugin": "2.6.2",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.5.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1803,10 +1803,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.0.23":
version "18.0.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4"
integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==
"@types/react@*", "@types/react@18.0.24":
version "18.0.24"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20"
integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down Expand Up @@ -2248,9 +2248,9 @@ available-typed-arrays@^1.0.5:
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

aws-sdk@^2.0.0:
version "2.1241.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1241.0.tgz#168a716b735f56f5f75cbdc9e3939273fb9ec875"
integrity sha512-62Zhl5pVD5GN1ZdzEEyNxdH20zMlJBUaiQ7epCHnt+Zp12nd9y0uOHHiWWGDOrECQX/KAUIcDBiE4B04MeqP4g==
version "2.1242.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1242.0.tgz#152ce513a9f97642b4af9b935cf7c07e2fc6348f"
integrity sha512-qVpaMafIHw3Mn3Mo7zTY4Xq8lHkTxIRQJFV5ronsi4lTLqhqF1rANoPKSlVWxUPRyG5so/we+ZUIog5wpjSgiw==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down Expand Up @@ -2481,9 +2481,9 @@ camelcase@^6.2.0:
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001406:
version "1.0.30001425"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz#52917791a453eb3265143d2cd08d80629e82c735"
integrity sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==
version "1.0.30001426"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001426.tgz#58da20446ccd0cb1dfebd11d2350c907ee7c2eaa"
integrity sha512-n7cosrHLl8AWt0wwZw/PJZgUg3lV0gk9LMI7ikGJwhyhgsd2Nb65vKvmSexCqq/J7rbH3mFG6yZZiPR5dLPW5A==

chalk@5.1.2:
version "5.1.2"
Expand Down Expand Up @@ -3162,10 +3162,10 @@ esbuild-android-arm64@0.15.12:
resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.12.tgz#5ee72a6baa444bc96ffcb472a3ba4aba2cc80666"
integrity sha512-Hc9SEcZbIMhhLcvhr1DH+lrrec9SFTiRzfJ7EGSBZiiw994gfkVV6vG0sLWqQQ6DD7V4+OggB+Hn0IRUdDUqvA==

esbuild-css-modules-plugin@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/esbuild-css-modules-plugin/-/esbuild-css-modules-plugin-2.6.0.tgz#195f95aeb2a39865534dcd522ffef1bb7b350ad4"
integrity sha512-21uGJG6O1UY+pHwYVzL0w1edzUubF67NotXP0Y9OroaOqymbojax0DT3cvygVbWKBy9Hj9Vn/EWrkHpqOswaCA==
esbuild-css-modules-plugin@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/esbuild-css-modules-plugin/-/esbuild-css-modules-plugin-2.6.2.tgz#f654066393cf8c3eb85d7dc896bfdcb2baa98d1e"
integrity sha512-PxXl7/piBCgyspzHq5Jdcot+JrvuR43A0UvA/KnlUntmnJ1/M1gHdFD8xJUrlOySLmxVZwjwqnJEgf5gMBUdUg==
dependencies:
fs-extra "^10.1.0"
lightningcss "^1.16.0"
Expand Down

0 comments on commit 6e98b32

Please sign in to comment.