Skip to content

Commit

Permalink
Added schema-dts as a dependency, so it isn't required in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jan 15, 2024
1 parent f716913 commit 986dc96
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/lovely-drinks-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphcommerce/magento-product": patch
"@graphcommerce/magento-review": patch
---

Added schema-dts as a dependency, so it isn't required in the example
4 changes: 3 additions & 1 deletion packages/magento-product/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"project": "./tsconfig.json"
}
},
"dependencies": {
"schema-dts": "^1.1.2"
},
"devDependencies": {
"schema-dts": "^1.1.2",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion packages/magento-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"project": "./tsconfig.json"
}
},
"dependencies": {
"schema-dts": "^1.1.2"
},
"devDependencies": {
"schema-dts": "^1.1.2",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/next-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/react-is": "^18.2.4",
"schema-dts": "^1.1.2",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4293,7 +4293,6 @@ __metadata:
"@types/react-is": "npm:^18.2.4"
cookie: "npm:^0.6.0"
react-is: "npm:^18.2.0"
schema-dts: "npm:^1.1.2"
typescript: "npm:5.3.3"
peerDependencies:
"@graphcommerce/eslint-config-pwa": ^8.0.0-canary.86
Expand Down

0 comments on commit 986dc96

Please sign in to comment.