@rebilly/framepay-react 6.6.0 → 6.7.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/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [6.7.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.6.1...framepay-react-v6.7.0) (2024-02-28)
2
+
3
+
4
+ ### Features
5
+
6
+ * **deps:** bump vite to v5 ([#3741](https://github.com/Rebilly/rebilly/issues/3741)) ([184db2e](https://github.com/Rebilly/rebilly/commit/184db2ee9b5dac4742421208ac2e4fd92a71c2cc))
7
+
8
+ ## [6.6.1](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.6.0...framepay-react-v6.6.1) (2024-02-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **risk-data-collector:** Updated FingerprintJS PRO implementation ([#3607](https://github.com/Rebilly/rebilly/issues/3607)) ([204df09](https://github.com/Rebilly/rebilly/commit/204df096195ad7df5770b6cf8547359938e9128c))
14
+
1
15
  ## [6.6.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.5.0...framepay-react-v6.6.0) (2024-02-19)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "6.6.0",
3
+ "version": "6.7.0",
4
4
  "description": "A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features",
5
5
  "main": "build/index.js",
6
6
  "author": "Rebilly",
@@ -71,12 +71,12 @@
71
71
  "@testing-library/jest-dom": "^6.4.2",
72
72
  "@testing-library/react": "^14.2.1",
73
73
  "@types/jest": "^29.5.1",
74
- "@types/node": "^20.11.1",
74
+ "@types/node": "^20.11.20",
75
75
  "core-js": "^3.23.3",
76
76
  "cross-env": "^7.0.3",
77
77
  "cypress": "^12.17.4",
78
78
  "cypress-iframe": "^1.0.1",
79
- "dotenv": "^16.4.1",
79
+ "dotenv": "^16.4.5",
80
80
  "eslint-plugin-react": "^7.33.2",
81
81
  "express": "^4.17.3",
82
82
  "jest": "^29.5.0",