Skip to content

Commit

Permalink
Update @jspsych/config to v2 for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Dec 18, 2023
1 parent 9d59a02 commit e41796c
Show file tree
Hide file tree
Showing 29 changed files with 7,369 additions and 4,236 deletions.
11,533 changes: 7,333 additions & 4,200 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@jspsych/config": "^1.2.0",
"@jspsych/config": "^2.0.0",
"husky": "^7.0.1",
"import-sort-style-module": "^6.0.0",
"lint-staged": "^11.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-device-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.1.0",
"@jspsych/config": "^2.0.0",
"@jspsych/plugin-html-button-response": "^1.1.0",
"@jspsych/test-utils": "^1.1.1",
"jspsych": "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-mediapipe-face-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jspsych": ">=7.3.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"@types/three": "^0.144.0",
"jspsych": "^7.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-template-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/extension-template",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/extension-touchscreen-buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/extension-touchscreen-buttons",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-audio-multi-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-audio-swipe-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-copying-task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "babel src/index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel src/index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/plugin-copying-task",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-corsi-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.3.2"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-choice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-multi-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html-swipe-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-html-vas-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/plugin-html-vas-response",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-image-array-keyboard-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-multi-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-swipe-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/plugin-ios",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-libet-intentional-binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/plugin-libet-intentional-binding",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-nextcloud-filedrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/plugin-nextcloud-filedrop",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rok/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-self-paced-reading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-template-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"scripts": {
"build": "babel index.js --config-file @jspsych/config/babel --presets minify --source-maps --out-file dist/index.browser.min.js",
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/jspsych/jspsych-contrib/tree/main/packages/plugin-template",
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"jspsych": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-vsl-animate-occlusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"snapsvg": "^0.5.1"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"@types/snapsvg": "^0.5.1",
"jspsych": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vsl-grid-scene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jspsych": ">=7"
},
"devDependencies": {
"@jspsych/config": "^1.0.0",
"@jspsych/config": "^2.0.0",
"@jspsych/test-utils": "^1.0.0",
"jspsych": "^7.0.0"
}
Expand Down

0 comments on commit e41796c

Please sign in to comment.