Skip to content

Commit

Permalink
Resolve peer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 14, 2023
1 parent 23570ab commit 487fb9d
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 157 deletions.
12 changes: 7 additions & 5 deletions packages/ember-headless-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"peerDependencies": {
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2"
"@glimmer/tracking": "^1.1.2",
"ember-source": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down Expand Up @@ -84,7 +85,8 @@
"rollup": "^2.67.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"ember-source": "^4.4.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -106,8 +108,8 @@
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
},
"./-private/*": null,
"./addon-main.js": "./addon-main.js"
"./addon-main.js": "./addon-main.js",
"./-private/*": null
},
"typesVersions": {
"*": {
Expand All @@ -119,4 +121,4 @@
"volta": {
"node": "14.21.2"
}
}
}
4 changes: 3 additions & 1 deletion packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"peerDependencies": {
"yup": "^1.0.0",
"ember-headless-form": "^0.0.0"
"ember-headless-form": "^0.0.0",
"ember-source": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down Expand Up @@ -66,6 +67,7 @@
"concurrently": "^7.2.1",
"ember-headless-form": "workspace:*",
"ember-template-lint": "^4.0.0",
"ember-source": "^4.4.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.8",
Expand Down

0 comments on commit 487fb9d

Please sign in to comment.