From 6d4f1a5139277bb3eedaf2e47a981c8f98d6c398 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Tue, 30 Nov 2021 11:35:54 -0500 Subject: [PATCH 1/2] fix broken link in docs --- docs/plugins/initialize-microphone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/initialize-microphone.md b/docs/plugins/initialize-microphone.md index 8d4a0b44..91bb5087 100644 --- a/docs/plugins/initialize-microphone.md +++ b/docs/plugins/initialize-microphone.md @@ -4,7 +4,7 @@ This plugin asks the participant to grant permission to access a microphone. If multiple microphones are connected to the participant's device, then it allows the participant to pick which device to use. Once access is granted for an experiment you do not need to get permission again. -Once the microphone is selected with this plugin it can be accessed with [`jsPsych.pluginAPI.getMicrophoneRecorder()`](dead-link.md). +Once the microphone is selected with this plugin it can be accessed with [`jsPsych.pluginAPI.getMicrophoneRecorder()`](../reference/jspsych-pluginAPI.md#getmicrophonerecorder). !!! warning When recording from a microphone your experiment will need to be running over `https://` protocol. If you try to run the experiment locally using the `file://` protocol or over `http://` protocol you will not be able to access the microphone because of [potential security problems](https://blog.mozilla.org/webrtc/camera-microphone-require-https-in-firefox-68/). From ac9cbe3796960cdbd35d35c6f71d15fb3bfd5086 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Tue, 30 Nov 2021 13:06:37 -0500 Subject: [PATCH 2/2] update peer dependencies for 7.1.0 --- packages/plugin-animation/package.json | 2 +- packages/plugin-audio-button-response/package.json | 2 +- packages/plugin-audio-keyboard-response/package.json | 2 +- packages/plugin-audio-slider-response/package.json | 2 +- packages/plugin-browser-check/package.json | 2 +- packages/plugin-call-function/package.json | 2 +- packages/plugin-canvas-button-response/package.json | 2 +- packages/plugin-canvas-keyboard-response/package.json | 2 +- packages/plugin-canvas-slider-response/package.json | 2 +- packages/plugin-categorize-animation/package.json | 2 +- packages/plugin-categorize-html/package.json | 2 +- packages/plugin-categorize-image/package.json | 2 +- packages/plugin-cloze/package.json | 2 +- packages/plugin-external-html/package.json | 2 +- packages/plugin-free-sort/package.json | 2 +- packages/plugin-fullscreen/package.json | 2 +- packages/plugin-html-audio-response/package.json | 2 +- packages/plugin-html-button-response/package.json | 2 +- packages/plugin-html-keyboard-response/package.json | 2 +- packages/plugin-html-slider-response/package.json | 2 +- packages/plugin-iat-html/package.json | 2 +- packages/plugin-iat-image/package.json | 2 +- packages/plugin-image-button-response/package.json | 2 +- packages/plugin-image-keyboard-response/package.json | 2 +- packages/plugin-image-slider-response/package.json | 2 +- packages/plugin-initialize-microphone/package.json | 2 +- packages/plugin-instructions/package.json | 2 +- packages/plugin-maxdiff/package.json | 2 +- packages/plugin-preload/package.json | 2 +- packages/plugin-reconstruction/package.json | 2 +- packages/plugin-same-different-html/package.json | 2 +- packages/plugin-same-different-image/package.json | 2 +- packages/plugin-serial-reaction-time-mouse/package.json | 2 +- packages/plugin-serial-reaction-time/package.json | 2 +- packages/plugin-sketchpad/package.json | 2 +- packages/plugin-survey-html-form/package.json | 2 +- packages/plugin-survey-likert/package.json | 2 +- packages/plugin-survey-multi-choice/package.json | 2 +- packages/plugin-survey-multi-select/package.json | 2 +- packages/plugin-survey-text/package.json | 2 +- packages/plugin-video-button-response/package.json | 2 +- packages/plugin-video-keyboard-response/package.json | 2 +- packages/plugin-video-slider-response/package.json | 2 +- packages/plugin-visual-search-circle/package.json | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/packages/plugin-animation/package.json b/packages/plugin-animation/package.json index 721b1f33..4a71fbbc 100644 --- a/packages/plugin-animation/package.json +++ b/packages/plugin-animation/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/animation", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-audio-button-response/package.json b/packages/plugin-audio-button-response/package.json index 734aa58a..2393c482 100644 --- a/packages/plugin-audio-button-response/package.json +++ b/packages/plugin-audio-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/audio-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-audio-keyboard-response/package.json b/packages/plugin-audio-keyboard-response/package.json index 4ab21528..dea5c62b 100644 --- a/packages/plugin-audio-keyboard-response/package.json +++ b/packages/plugin-audio-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/audio-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-audio-slider-response/package.json b/packages/plugin-audio-slider-response/package.json index 3f931663..818de055 100644 --- a/packages/plugin-audio-slider-response/package.json +++ b/packages/plugin-audio-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/audio-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-browser-check/package.json b/packages/plugin-browser-check/package.json index bfb42ccd..20ef2c39 100644 --- a/packages/plugin-browser-check/package.json +++ b/packages/plugin-browser-check/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-call-function/package.json b/packages/plugin-call-function/package.json index 873eb9c6..580377be 100644 --- a/packages/plugin-call-function/package.json +++ b/packages/plugin-call-function/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/call-function", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-canvas-button-response/package.json b/packages/plugin-canvas-button-response/package.json index efbfefa5..5d4debc9 100644 --- a/packages/plugin-canvas-button-response/package.json +++ b/packages/plugin-canvas-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/canvas-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-canvas-keyboard-response/package.json b/packages/plugin-canvas-keyboard-response/package.json index cca1798c..7a6544d0 100644 --- a/packages/plugin-canvas-keyboard-response/package.json +++ b/packages/plugin-canvas-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/canvas-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-canvas-slider-response/package.json b/packages/plugin-canvas-slider-response/package.json index ed37c304..e8aafff9 100644 --- a/packages/plugin-canvas-slider-response/package.json +++ b/packages/plugin-canvas-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/canvas-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-categorize-animation/package.json b/packages/plugin-categorize-animation/package.json index ce91a058..5308c033 100644 --- a/packages/plugin-categorize-animation/package.json +++ b/packages/plugin-categorize-animation/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/categorize-animation", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-categorize-html/package.json b/packages/plugin-categorize-html/package.json index 67be8ecd..b18182d7 100644 --- a/packages/plugin-categorize-html/package.json +++ b/packages/plugin-categorize-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/categorize-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-categorize-image/package.json b/packages/plugin-categorize-image/package.json index 0cf4da63..baf47120 100644 --- a/packages/plugin-categorize-image/package.json +++ b/packages/plugin-categorize-image/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/categorize-image", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-cloze/package.json b/packages/plugin-cloze/package.json index 77e80f26..fc53a3be 100644 --- a/packages/plugin-cloze/package.json +++ b/packages/plugin-cloze/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/cloze", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-external-html/package.json b/packages/plugin-external-html/package.json index 77cd6374..415ae96e 100644 --- a/packages/plugin-external-html/package.json +++ b/packages/plugin-external-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/external-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-free-sort/package.json b/packages/plugin-free-sort/package.json index b3c7083c..71924447 100644 --- a/packages/plugin-free-sort/package.json +++ b/packages/plugin-free-sort/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/free-sort", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-fullscreen/package.json b/packages/plugin-fullscreen/package.json index 57c326de..f3967907 100644 --- a/packages/plugin-fullscreen/package.json +++ b/packages/plugin-fullscreen/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/fullscreen", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-html-audio-response/package.json b/packages/plugin-html-audio-response/package.json index df42b79b..81dcbc7f 100644 --- a/packages/plugin-html-audio-response/package.json +++ b/packages/plugin-html-audio-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-audio-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-html-button-response/package.json b/packages/plugin-html-button-response/package.json index abbe65b0..f9652c1a 100644 --- a/packages/plugin-html-button-response/package.json +++ b/packages/plugin-html-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-html-keyboard-response/package.json b/packages/plugin-html-keyboard-response/package.json index cb6ff726..6f0a0cce 100644 --- a/packages/plugin-html-keyboard-response/package.json +++ b/packages/plugin-html-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-html-slider-response/package.json b/packages/plugin-html-slider-response/package.json index 27405972..a6211bee 100644 --- a/packages/plugin-html-slider-response/package.json +++ b/packages/plugin-html-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-iat-html/package.json b/packages/plugin-iat-html/package.json index 192c2fb0..ce2899bb 100644 --- a/packages/plugin-iat-html/package.json +++ b/packages/plugin-iat-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/iat-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-iat-image/package.json b/packages/plugin-iat-image/package.json index dd5dd59d..946622a5 100644 --- a/packages/plugin-iat-image/package.json +++ b/packages/plugin-iat-image/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/iat-image", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-image-button-response/package.json b/packages/plugin-image-button-response/package.json index c80116d8..8da185ef 100644 --- a/packages/plugin-image-button-response/package.json +++ b/packages/plugin-image-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/image-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-image-keyboard-response/package.json b/packages/plugin-image-keyboard-response/package.json index d2bada24..708c0418 100644 --- a/packages/plugin-image-keyboard-response/package.json +++ b/packages/plugin-image-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/image-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-image-slider-response/package.json b/packages/plugin-image-slider-response/package.json index 0e181eb7..77441f62 100644 --- a/packages/plugin-image-slider-response/package.json +++ b/packages/plugin-image-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/image-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-initialize-microphone/package.json b/packages/plugin-initialize-microphone/package.json index f20ba5b1..0c0ddcd3 100644 --- a/packages/plugin-initialize-microphone/package.json +++ b/packages/plugin-initialize-microphone/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/initialize-microphone", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-instructions/package.json b/packages/plugin-instructions/package.json index 01e05dca..709025d6 100644 --- a/packages/plugin-instructions/package.json +++ b/packages/plugin-instructions/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/instructions", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-maxdiff/package.json b/packages/plugin-maxdiff/package.json index 40cf42e3..bbf4c5d7 100644 --- a/packages/plugin-maxdiff/package.json +++ b/packages/plugin-maxdiff/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/maxdiff", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-preload/package.json b/packages/plugin-preload/package.json index 9bdf8cb1..6af632bd 100644 --- a/packages/plugin-preload/package.json +++ b/packages/plugin-preload/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/preload", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-reconstruction/package.json b/packages/plugin-reconstruction/package.json index fe8137cc..a7fcfcc4 100644 --- a/packages/plugin-reconstruction/package.json +++ b/packages/plugin-reconstruction/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/reconstruction", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-same-different-html/package.json b/packages/plugin-same-different-html/package.json index 515987b0..2a26007c 100644 --- a/packages/plugin-same-different-html/package.json +++ b/packages/plugin-same-different-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/same-different-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-same-different-image/package.json b/packages/plugin-same-different-image/package.json index 6444ae66..c75ddb8c 100644 --- a/packages/plugin-same-different-image/package.json +++ b/packages/plugin-same-different-image/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/same-different-image", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-serial-reaction-time-mouse/package.json b/packages/plugin-serial-reaction-time-mouse/package.json index 7afb575d..9e4d71cb 100644 --- a/packages/plugin-serial-reaction-time-mouse/package.json +++ b/packages/plugin-serial-reaction-time-mouse/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time-mouse", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-serial-reaction-time/package.json b/packages/plugin-serial-reaction-time/package.json index bc3299cb..80b20c8c 100644 --- a/packages/plugin-serial-reaction-time/package.json +++ b/packages/plugin-serial-reaction-time/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-sketchpad/package.json b/packages/plugin-sketchpad/package.json index 8a5438ed..78418e0a 100644 --- a/packages/plugin-sketchpad/package.json +++ b/packages/plugin-sketchpad/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/sketchpad", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-survey-html-form/package.json b/packages/plugin-survey-html-form/package.json index 796736af..1d41172e 100644 --- a/packages/plugin-survey-html-form/package.json +++ b/packages/plugin-survey-html-form/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-html-form", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-survey-likert/package.json b/packages/plugin-survey-likert/package.json index d5c83003..936ae6c8 100644 --- a/packages/plugin-survey-likert/package.json +++ b/packages/plugin-survey-likert/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-likert", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-survey-multi-choice/package.json b/packages/plugin-survey-multi-choice/package.json index f99e00aa..38abf5c5 100644 --- a/packages/plugin-survey-multi-choice/package.json +++ b/packages/plugin-survey-multi-choice/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-multi-choice", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-survey-multi-select/package.json b/packages/plugin-survey-multi-select/package.json index 42044afd..65a84a66 100644 --- a/packages/plugin-survey-multi-select/package.json +++ b/packages/plugin-survey-multi-select/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-multi-select", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-survey-text/package.json b/packages/plugin-survey-text/package.json index b388a87e..1cb35dd4 100644 --- a/packages/plugin-survey-text/package.json +++ b/packages/plugin-survey-text/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-text", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-video-button-response/package.json b/packages/plugin-video-button-response/package.json index 3614f26d..ca8095af 100644 --- a/packages/plugin-video-button-response/package.json +++ b/packages/plugin-video-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/video-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-video-keyboard-response/package.json b/packages/plugin-video-keyboard-response/package.json index 5be28429..6f9346c6 100644 --- a/packages/plugin-video-keyboard-response/package.json +++ b/packages/plugin-video-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/video-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-video-slider-response/package.json b/packages/plugin-video-slider-response/package.json index b2a4e7df..4574b048 100644 --- a/packages/plugin-video-slider-response/package.json +++ b/packages/plugin-video-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/video-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-visual-search-circle/package.json b/packages/plugin-visual-search-circle/package.json index 5c508561..2aa43289 100644 --- a/packages/plugin-visual-search-circle/package.json +++ b/packages/plugin-visual-search-circle/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/visual-search-circle", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0",