Add jspsych dev dependency to test-utils

This commit is contained in:
bjoluc 2022-03-11 19:53:52 +01:00
parent 8d55506e80
commit 582375f6a0
2 changed files with 6 additions and 3 deletions

6
package-lock.json generated
View File

@ -16539,7 +16539,8 @@
"version": "1.1.1",
"license": "MIT",
"devDependencies": {
"@jspsych/config": "^1.1.0"
"@jspsych/config": "^1.1.0",
"jspsych": "^7.0.0"
},
"peerDependencies": {
"jspsych": ">=7.0.0"
@ -18748,7 +18749,8 @@
"@jspsych/test-utils": {
"version": "file:packages/test-utils",
"requires": {
"@jspsych/config": "^1.1.0"
"@jspsych/config": "^1.1.0",
"jspsych": "^7.0.0"
}
},
"@manypkg/find-root": {

View File

@ -33,6 +33,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.1.0"
"@jspsych/config": "^1.1.0",
"jspsych": "^7.0.0"
}
}