Skip to content

Commit

Permalink
Reverted accidental changes in yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-paul committed Nov 22, 2023
1 parent 3494563 commit 495f667
Show file tree
Hide file tree
Showing 5 changed files with 17,686 additions and 9,858 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
browser: chrome
project: ./mephisto/abstractions/blueprints/static_html_task/source
config-file: ./cypress.config.js
start: python ./examples/simple_static_task/static_test_script.py
start: HYDRA_FULL_ERROR=1 python ./examples/simple_static_task/static_test_script.py
wait-on: "http://localhost:3000/?worker_id=x&assignment_id=1"
headless: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mephisto:
blueprint:
data_csv: ${task_dir}/data.csv
task_source: ${task_dir}/server_files/demo_task.html
task_source_review: ${task_dir}/webapp/build/bundle.review.js
preview_source: ${task_dir}/server_files/demo_preview.html
extra_source_dir: ${task_dir}/server_files/extra_refs
units_per_assignment: 2
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "^16.8 || 17 || 18"
},
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.0",
"babel-eslint": "^10.1.0",
"bootstrap": "5.2.1",
"bowser": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mephisto-task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-dom": "^16.8 || 17 || 18"
},
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.0",
"babel-eslint": "^10.1.0",
"bowser": "^2.11.0"
}
Expand Down
Loading

0 comments on commit 495f667

Please sign in to comment.