Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2819 from Shopify/chore_fix-react-performance-dep
Browse files Browse the repository at this point in the history
Move @shopify/network to dependencies in react-performance
  • Loading branch information
brendo authored Sep 4, 2024
2 parents a2a6921 + 5b2c18e commit d069170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-islands-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/react-performance': patch
---

Move @shopify/network to a dependency, not devDependency
6 changes: 3 additions & 3 deletions packages/react-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/performance": "^4.3.0"
"@shopify/performance": "^4.3.0",
"@shopify/network": "^3.3.0"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.2.0",
"@shopify/network": "^3.3.0"
"@shopify/jest-dom-mocks": "^5.2.0"
},
"files": [
"build/",
Expand Down

0 comments on commit d069170

Please sign in to comment.