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

[Sweep GHA Fix] The GitHub Actions run failed with... #212

Open
wants to merge 9 commits into
base: sweep/sweep_gha_fix_the_github_actions_run_fai_11
Choose a base branch
from
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/connect-history-api-fallback": "^1.3.1",
"@types/convict": "^4.2.1",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.14",
"@types/lodash.get": "^4.4.7",
"@types/express": "^4.17.15",
"@types/lodash.get": "^4.4.10",
"@types/jest": "^26.0.13",
"@types/localtunnel": "^1.9.0",
"@types/lodash.get": "^4.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@types/cron": "^1.7.1",
"@types/crypto-js": "^4.0.1",
"@types/express": "^4.17.14",
"@types/lodash.get": "^4.4.8",
"@types/express": "^4.17.15",
"@types/lodash.get": "^4.4.9",
"@types/jest": "^26.0.13",
"@types/lodash.get": "*",
"@types/mime-types": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@types/dateformat": "^3.0.0",
"@types/express": "^4.17.14",
"@types/lodash.get": "^4.4.7",
"@types/express": "^4.17.15",
"@types/lodash.get": "^4.4.10",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.13",
"@types/lodash.get": "^4.4.6",
"@types/lodash.get": "^4.4.10",
"@types/lodash.set": "^4.3.6",
"@types/node": "^14.14.40",
"@types/quill": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@oclif/command": "^1.5.18",
"@oclif/errors": "^1.2.2",
"@types/express": "^4.17.13",
"@types/express": "^4.17.15",
"@types/node": "^14.14.40",
"change-case": "^4.1.1",
"copyfiles": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dist"
],
"devDependencies": {
"@types/express": "^4.17.14",
"@types/express": "^4.17.15",
"@types/jest": "^26.0.13",
"@types/lodash.get": "^4.4.6",
"@types/node": "^14.14.40",
Expand Down
Loading