Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client-npm: bump serve from 14.2.0 to 14.2.1 in /client #147

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ updates:
- "octocat"
commit-message:
prefix: "client-npm: "
target-branch: "dependabot-merge"
pull-request-branch-name:
separator: "-"
reviewers:
Expand All @@ -23,6 +24,7 @@ updates:
- "octocat"
commit-message:
prefix: "libms-npm: "
target-branch: "dependabot-merge"
pull-request-branch-name:
separator: "-"
reviewers:
Expand All @@ -37,6 +39,7 @@ updates:
- "octocat"
commit-message:
prefix: "runner-npm: "
target-branch: "dependabot-merge"
pull-request-branch-name:
separator: "-"
reviewers:
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-tabs": "^6.0.0",
"redux": "^4.2.1",
"resize-observer-polyfill": "^1.5.1",
"serve": "^14.0.1",
"serve": "^14.2.1",
"styled-components": "^5.3.9",
"typescript": "^4.9.5"
},
Expand Down
3 changes: 1 addition & 2 deletions client/script/clean.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
rm -rf build/ node_modules/ coverage/ playwright-report/
rm src.svg test.svg
rm -rf build/ node_modules/ coverage/ playwright-report/ *.svg
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9370,10 +9370,10 @@ [email protected]:
parseurl "~1.3.3"
send "0.18.0"

serve@^14.0.1:
version "14.2.0"
resolved "https://registry.npmjs.org/serve/-/serve-14.2.0.tgz"
integrity sha512-+HOw/XK1bW8tw5iBilBz/mJLWRzM8XM6MPxL4J/dKzdxq1vfdEWSwhaR7/yS8EJp5wzvP92p1qirysJvnEtjXg==
serve@^14.2.1:
version "14.2.1"
resolved "https://registry.yarnpkg.com/serve/-/serve-14.2.1.tgz#3f078d292ed5e7b2c5a64f957af2765b0459798b"
integrity sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==
dependencies:
"@zeit/schemas" "2.29.0"
ajv "8.11.0"
Expand Down
3 changes: 1 addition & 2 deletions servers/execution/runner/script/clean.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
rm -rf build node_modules coverage dist
rm src.svg test.svg
rm -rf build node_modules coverage dist *.svg
3 changes: 1 addition & 2 deletions servers/lib/script/clean.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
rm -rf build node_modules coverage dist
rm src.svg test.svg
rm -rf build node_modules coverage dist *.svg