Skip to content

Commit

Permalink
fix(infra): ensure JSDOM patch is exported (#714)
Browse files Browse the repository at this point in the history
* fix(infra): ensure JSDOM patch is exported

* fix(infra): ensure jsdom patch exported

* chore(deps): yarn dedupe

* chore: add changeset
  • Loading branch information
daneah committed Mar 12, 2024
1 parent e52218f commit ca0396a
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 192 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-numbers-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ithaka/pharos": patch
---

Ensure jsdom patch is exported for consumers to use during testing
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-syntax-import-assertions": "^7.16.7",
"@babel/preset-env": "^7.15.6",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.18.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@emotion/babel-plugin": "^11.9.2",
Expand Down
1 change: 1 addition & 0 deletions packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
".": "./lib/index.js",
"./lib": "./lib/index.js",
"./lib/index": "./lib/index.js",
"./lib/patches/*": "./lib/patches/*.js",
"./lib/react-components": "./lib/react-components/index.js",
"./lib/styles/*": "./lib/styles/*.js",
"./lib/styles/*.css": "./lib/styles/*.css",
Expand Down

0 comments on commit ca0396a

Please sign in to comment.