Skip to content

Commit

Permalink
upgrade newrelic (#1935)
Browse files Browse the repository at this point in the history
* upgrade newrelic

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
EmrysMyrddin and github-actions[bot] authored Aug 31, 2023
1 parent b4b1d16 commit 89ae34e
Show file tree
Hide file tree
Showing 3 changed files with 1,228 additions and 101 deletions.
8 changes: 8 additions & 0 deletions .changeset/@envelop_newrelic-1935-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@envelop/newrelic': patch
---

dependencies updates:

- Updated dependency [`newrelic@>=7 <12` ↗︎](https://www.npmjs.com/package/newrelic/v/7.0.0) (from
`^7 || ^8.0.0`, in `peerDependencies`)
4 changes: 2 additions & 2 deletions packages/plugins/newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"peerDependencies": {
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"newrelic": "^7 || ^8.0.0"
"newrelic": ">=7 <12"
},
"dependencies": {
"@envelop/on-resolve": "^3.0.0",
Expand All @@ -61,7 +61,7 @@
"@newrelic/test-utilities": "6.5.5",
"@types/newrelic": "9.14.0",
"graphql": "16.7.0",
"newrelic": "9.15.0",
"newrelic": "^11.0.0",
"typescript": "4.8.4"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 89ae34e

Please sign in to comment.