@rebilly/framepay-react 6.27.2 → 6.28.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [6.27.2](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.27.1...framepay-react-v6.27.2) (2024-06-19)
1
+ ## [6.28.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.27.3...framepay-react-v6.28.0) (2024-06-24)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **ci:** fix E2E tests not reporting failure when they are actually failing ([#5996](https://github.com/Rebilly/rebilly/issues/5996)) ([3d21151](https://github.com/Rebilly/rebilly/commit/3d21151433d88a45e0759d28459a2b8b160f1635))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#5777](https://github.com/Rebilly/rebilly/issues/5777)) ([12ef8c7](https://github.com/Rebilly/rebilly/commit/12ef8c7dffe3191e6a0c89ba254e0b9674f36ca9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "6.27.2",
3
+ "version": "6.28.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",
@@ -69,13 +69,13 @@
69
69
  "@testing-library/jest-dom": "^6.4.6",
70
70
  "@testing-library/react": "^15.0.7",
71
71
  "@types/jest": "^29.5.1",
72
- "@types/node": "^20.14.2",
72
+ "@types/node": "^20.14.8",
73
73
  "core-js": "^3.37.1",
74
74
  "cross-env": "^7.0.3",
75
75
  "cypress": "^12.17.4",
76
76
  "cypress-iframe": "^1.0.1",
77
77
  "dotenv": "^16.4.5",
78
- "eslint-plugin-react": "^7.34.1",
78
+ "eslint-plugin-react": "^7.34.3",
79
79
  "express": "^4.19.2",
80
80
  "jest": "^29.5.0",
81
81
  "jest-environment-jsdom": "^29.7.0",
@@ -87,7 +87,7 @@
87
87
  "react-dom": "^18.3.1",
88
88
  "rebilly-js-sdk": "*",
89
89
  "start-server-and-test": "^2.0.3",
90
- "ts-jest": "^29.1.3",
90
+ "ts-jest": "^29.1.5",
91
91
  "typescript": "^5.4.5"
92
92
  },
93
93
  "resolutions": {