diff --git a/package-lock.json b/package-lock.json index 84771ed1..85db48bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20997,6 +20997,7 @@ "version": "0.0.1", "license": "ISC", "dependencies": { + "@lookit/data": "^0.0.1", "auto-bind": "^5.0.1" }, "devDependencies": { diff --git a/packages/surveys/package.json b/packages/surveys/package.json index 5327a3b6..099ac1f8 100644 --- a/packages/surveys/package.json +++ b/packages/surveys/package.json @@ -14,6 +14,7 @@ "author": "Christopher J Green (https://github.com/okaycj)", "main": "dist/index.js", "unpkg": "dist/index.browser.min.js", + "types": "./dist/index.d.ts", "files": [ "src", "dist" @@ -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", diff --git a/packages/video/package.json b/packages/video/package.json index 20d1a05b..a1ec1c5c 100644 --- a/packages/video/package.json +++ b/packages/video/package.json @@ -14,6 +14,7 @@ "author": "Christopher J Green (https://github.com/okaycj)", "main": "dist/index.js", "unpkg": "dist/index.browser.min.js", + "types": "./dist/index.d.ts", "files": [ "src", "dist" @@ -24,6 +25,7 @@ "test": "jest --coverage" }, "dependencies": { + "@lookit/data": "^0.0.1", "auto-bind": "^5.0.1" }, "devDependencies": {