Skip to content

Commit

Permalink
Use optimism 0.17.4 (#10888)
Browse files Browse the repository at this point in the history
* fix: temporarily downgrade to optimism 0.16.2

* chore(deps): upgrade to optimimsm 0.17.2

* chore: temporarily add changeset for snapshot release

* chore: force resolution of `@wry` packages to latest

* chore: bump `@wry/trie` version to latest

* chore: update lockfile

* chore(deps): upgrade to optimimsm 0.17.4

* chore: update changeset
  • Loading branch information
alessbell authored May 17, 2023
1 parent 875051c commit 1562a2f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 34 deletions.
12 changes: 12 additions & 0 deletions .changeset/small-pots-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@apollo/client': patch
---

Updates dependency versions in `package.json` by bumping:

- `@wry/context` to `^0.7.3`
- `@wry/equality` to `^0.5.6`
- `@wry/trie` to `^0.4.3`
- `optimism` to `^0.17.4`

to 1. [fix sourcemap warnings](https://github.com/benjamn/wryware/pull/497) and 2. a Codesandbox [sandpack (in-browser) bundler transpilation bug](https://github.com/codesandbox/sandpack/issues/940) with an [upstream optimism workaround](https://github.com/benjamn/optimism/pull/550).
60 changes: 30 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"@wry/context": "^0.7.0",
"@wry/equality": "^0.5.0",
"@wry/trie": "^0.4.0",
"@wry/context": "^0.7.3",
"@wry/equality": "^0.5.6",
"@wry/trie": "^0.4.3",
"graphql-tag": "^2.12.6",
"hoist-non-react-statics": "^3.3.2",
"optimism": "^0.17.0",
"optimism": "^0.17.4",
"prop-types": "^15.7.2",
"response-iterator": "^0.2.6",
"symbol-observable": "^4.0.0",
Expand Down

0 comments on commit 1562a2f

Please sign in to comment.