gatsby-plugin-newrelic 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CONTRIBUTING.md CHANGED
@@ -40,4 +40,4 @@ For more information about CLAs, please check out Alex Russell’s excellent pos
40
40
 
41
41
  ## Slack
42
42
 
43
- We host a public Slack with a dedicated channel for contributors and maintainers of open source projects hosted by New Relic. If you are contributing to this project, you're welcome to request access to the #oss-contributors channel in the newrelicusers.slack.com workspace. To request access, see https://newrelicusers-signup.herokuapp.com/.
43
+ We host a public Slack with a dedicated channel for contributors and maintainers of open source projects hosted by New Relic. If you are contributing to this project, you're welcome to request access to the #oss-contributors channel in the newrelicusers.slack.com workspace. To request access, see https://join.slack.com/t/newrelicusers/shared_invite/zt-1ayj69rzm-~go~Eo1whIQGYnu3qi15ng.
package/docs/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.2.3](https://github.com/newrelic/gatsby-plugin-newrelic/compare/v2.2.2...v2.2.3) (2023-02-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update react in peer deps to 17-18 ([d6e9c18](https://github.com/newrelic/gatsby-plugin-newrelic/commit/d6e9c18140b080d3186d875c22a1492158797516))
7
+
1
8
  ## [2.2.2](https://github.com/newrelic/gatsby-plugin-newrelic/compare/v2.2.1...v2.2.2) (2022-02-09)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-plugin-newrelic",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Gatsby plugin for implementing the New Relic Browser agent",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,8 +20,8 @@
20
20
  "homepage": "https://opensource.newrelic.com/projects/newrelic/gatsby-plugin-newrelic",
21
21
  "peerDependencies": {
22
22
  "gatsby": "3.x || 4.x",
23
- "react": "^17.0.0",
24
- "react-dom": "^17.0.0"
23
+ "react": "17 - 18",
24
+ "react-dom": "17 - 18"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",