Skip to content

Commit

Permalink
Make deps required until the vanilla js export can be imported withou…
Browse files Browse the repository at this point in the history
…t them (#121)

* these are non optional until we support importing the vanilla export from its own file

* Create silly-coats-do.md
  • Loading branch information
mayakoneval authored Jun 6, 2022
1 parent 8cd6dba commit 91a4ff2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-coats-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/explorer": patch
---

Make deps required until the vanilla js export can be imported without them. This looks like a major change, but this was the case all along to use the vanilla export.
18 changes: 4 additions & 14 deletions package-lock.json

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

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,9 @@
"tslib": "2.3.1",
"typescript": "3.9.10"
},
"peerDependencies": {
"dependencies": {
"use-deep-compare-effect": "^1.8.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"dependencies": {
"use-deep-compare-effect": "^1.8.1"
}
}

0 comments on commit 91a4ff2

Please sign in to comment.