Skip to content

Commit

Permalink
More package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed May 6, 2024
1 parent 211bfe0 commit d814ae8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions packages/surveys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"author": "Christopher J Green <[email protected]> (https://github.com/okaycj)",
"main": "dist/index.js",
"unpkg": "dist/index.browser.min.js",
"types": "./dist/index.d.ts",
"files": [
"src",
"dist"
Expand All @@ -24,10 +25,10 @@
"test": "jest --coverage"
},
"dependencies": {
"@lookit/data": "0.0.1",
"dompurify": "3.0.11",
"marked": "12.0.1",
"survey-jquery": "1.9.136"
"@lookit/data": "^0.0.1",
"dompurify": "^3.0.11",
"marked": "^12.0.1",
"survey-jquery": "^1.9.136"
},
"devDependencies": {
"@jspsych/config": "^2.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"author": "Christopher J Green <[email protected]> (https://github.com/okaycj)",
"main": "dist/index.js",
"unpkg": "dist/index.browser.min.js",
"types": "./dist/index.d.ts",
"files": [
"src",
"dist"
Expand All @@ -24,6 +25,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lookit/data": "^0.0.1",
"auto-bind": "^5.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit d814ae8

Please sign in to comment.