@honeybadger-io/react 5.2.0 → 5.3.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,9 +9,9 @@
9
9
 
10
10
  ## Documentation and Support
11
11
 
12
- For comprehensive documentation and support, [check out our documentation site](https://docs.honeybadger.io/lib/javascript/index.html).
12
+ For comprehensive documentation and support, [check out our documentation site](https://docs.honeybadger.io/lib/javascript).
13
13
 
14
- The documentation includes a detailed [React integration guide](https://docs.honeybadger.io/lib/javascript/integration/react.html)
14
+ The documentation includes a detailed [React integration guide](https://docs.honeybadger.io/lib/javascript/integration/react)
15
15
 
16
16
  ## Project Goals
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honeybadger-io/react",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "React.js integration for honeybadger",
5
5
  "author": "Jason Truesdell <jason@yuzuten.com> (https://github.com/JasonTrue)",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@honeybadger-io/js": "^5.2.0",
32
+ "@honeybadger-io/js": "^5.3.0",
33
33
  "@rollup/plugin-commonjs": "^22.0.0",
34
34
  "@types/jest": "^29.0.0",
35
35
  "@types/react": "^17.0.44",
@@ -53,5 +53,5 @@
53
53
  "engines": {
54
54
  "node": ">=14"
55
55
  },
56
- "gitHead": "a10f68655e4949e32f0fbe0ed8cdb763232d6497"
56
+ "gitHead": "1a6914ba49db1854bba26833074e59aea53ec04c"
57
57
  }