Skip to content

Commit

Permalink
upgrade the javascript clients dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Apr 14, 2024
1 parent cb32965 commit 4bf02c7
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 214 deletions.
2 changes: 1 addition & 1 deletion clients/example-csharp-public-device-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1.7

FROM mcr.microsoft.com/playwright:v1.43.0
FROM mcr.microsoft.com/playwright:v1.43.1
RUN <<'EOF'
#!/bin/bash
set -euxo pipefail
Expand Down
32 changes: 16 additions & 16 deletions clients/example-csharp-public-device-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/example-csharp-public-device-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"author": "Rui Lopes",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@types/he": "^1.2.3",
"@types/node": "^20.12.5"
"@types/node": "^20.12.7"
},
"dependencies": {
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion clients/example-go-confidential-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1.7

FROM mcr.microsoft.com/playwright:v1.43.0
FROM mcr.microsoft.com/playwright:v1.43.1
RUN <<'EOF'
#!/bin/bash
set -euxo pipefail
Expand Down
32 changes: 16 additions & 16 deletions clients/example-go-confidential-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/example-go-confidential-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"author": "Rui Lopes",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@types/he": "^1.2.3",
"@types/node": "^20.12.5"
"@types/node": "^20.12.7"
},
"dependencies": {
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion clients/example-go-saml-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1.7

FROM mcr.microsoft.com/playwright:v1.43.0
FROM mcr.microsoft.com/playwright:v1.43.1
RUN <<'EOF'
#!/bin/bash
set -euxo pipefail
Expand Down
32 changes: 16 additions & 16 deletions clients/example-go-saml-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/example-go-saml-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"author": "Rui Lopes",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@types/he": "^1.2.3",
"@types/node": "^20.12.5"
"@types/node": "^20.12.7"
},
"dependencies": {
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion clients/example-react-public-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1.7

FROM mcr.microsoft.com/playwright:v1.43.0
FROM mcr.microsoft.com/playwright:v1.43.1
RUN <<'EOF'
#!/bin/bash
set -euxo pipefail
Expand Down
32 changes: 16 additions & 16 deletions clients/example-react-public-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/example-react-public-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"author": "Rui Lopes",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@types/he": "^1.2.3",
"@types/node": "^20.12.5"
"@types/node": "^20.12.7"
},
"dependencies": {
"dotenv": "^16.4.5",
Expand Down
Loading

0 comments on commit 4bf02c7

Please sign in to comment.