mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Add jspsych dev dependency to test-utils
This commit is contained in:
parent
8d55506e80
commit
582375f6a0
6
package-lock.json
generated
6
package-lock.json
generated
@ -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": {
|
||||
|
@ -33,6 +33,7 @@
|
||||
"jspsych": ">=7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jspsych/config": "^1.1.0"
|
||||
"@jspsych/config": "^1.1.0",
|
||||
"jspsych": "^7.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user