mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Merge branch 'main' into feature-seed-rng
This commit is contained in:
commit
5bd9d8243d
6
package-lock.json
generated
6
package-lock.json
generated
@ -16553,7 +16553,8 @@
|
|||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0"
|
"@jspsych/config": "^1.1.0",
|
||||||
|
"jspsych": "^7.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.0.0"
|
||||||
@ -18762,7 +18763,8 @@
|
|||||||
"@jspsych/test-utils": {
|
"@jspsych/test-utils": {
|
||||||
"version": "file:packages/test-utils",
|
"version": "file:packages/test-utils",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jspsych/config": "^1.1.0"
|
"@jspsych/config": "^1.1.0",
|
||||||
|
"jspsych": "^7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@manypkg/find-root": {
|
"@manypkg/find-root": {
|
||||||
|
18
package.json
18
package.json
@ -20,6 +20,7 @@
|
|||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
"npm": ">=7.0.0"
|
"npm": ">=7.0.0"
|
||||||
},
|
},
|
||||||
|
"packageManager": "npm@8.3.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/changelog-github": "^0.4.3",
|
"@changesets/changelog-github": "^0.4.3",
|
||||||
"@changesets/cli": "^2.21.1",
|
"@changesets/cli": "^2.21.1",
|
||||||
@ -46,22 +47,5 @@
|
|||||||
"projects": [
|
"projects": [
|
||||||
"<rootDir>/packages/*/jest.config.cjs"
|
"<rootDir>/packages/*/jest.config.cjs"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"turbo": {
|
|
||||||
"baseBranch": "origin/main",
|
|
||||||
"npmClient": "npm",
|
|
||||||
"pipeline": {
|
|
||||||
"build": {
|
|
||||||
"dependsOn": [
|
|
||||||
"^build"
|
|
||||||
],
|
|
||||||
"outputs": [
|
|
||||||
"dist/**"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tsc": {
|
|
||||||
"outputs": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"jspsych": ">=7.0.0"
|
"jspsych": ">=7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jspsych/config": "^1.1.0"
|
"@jspsych/config": "^1.1.0",
|
||||||
|
"jspsych": "^7.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
17
turbo.json
Normal file
17
turbo.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"baseBranch": "origin/main",
|
||||||
|
"npmClient": "npm",
|
||||||
|
"pipeline": {
|
||||||
|
"build": {
|
||||||
|
"dependsOn": [
|
||||||
|
"^build"
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
"dist/**"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tsc": {
|
||||||
|
"outputs": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user