@connectid-tools/idp-selector-react 6.12.2 → 6.12.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -260,6 +260,9 @@ The SVG image below the ConnectID button has either option dark or light mode. B
260
260
 
261
261
  ## 🚀 Release Notes
262
262
 
263
+ ### 6.12.3 (Nov 21, 2025)
264
+ - `vite` as `devDependency`.
265
+
263
266
  ### 6.12.2 (Nov 11, 2025)
264
267
  - Update verify manually copy.
265
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectid-tools/idp-selector-react",
3
- "version": "6.12.2",
3
+ "version": "6.12.3",
4
4
  "description": "React component for IDP Selector.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -26,10 +26,10 @@
26
26
  "homepage": "https://github.com/connectid-tools/idp-selector-react",
27
27
  "devDependencies": {
28
28
  "@babel/preset-typescript": "^7.28.5",
29
- "@types/node": "^22.19.0",
30
- "@types/react": "^18.3.26",
29
+ "@types/node": "^22.19.1",
30
+ "@types/react": "^18.3.27",
31
31
  "@types/react-dom": "^18.3.7",
32
- "cypress": "^15.6.0",
32
+ "cypress": "^15.7.0",
33
33
  "jest-environment-jsdom": "^30.2.0",
34
34
  "prettier": "^3.6.2",
35
35
  "react": "^18.3.1",
@@ -37,12 +37,12 @@
37
37
  "replace-in-file": "^8.3.0",
38
38
  "ts-add-js-extension": "^1.6.6",
39
39
  "tsx": "^4.20.6",
40
- "typescript": "^5.9.3"
40
+ "typescript": "^5.9.3",
41
+ "vite": "^7.2.4"
41
42
  },
42
43
  "dependencies": {
43
44
  "detectincognitojs": "^1.6.2",
44
45
  "react-responsive": "^10.0.1",
45
- "swr": "^2.3.6",
46
- "vite": "^7.2.2"
46
+ "swr": "^2.3.6"
47
47
  }
48
48
  }