@bananacool467/authtics 1.0.40 → 1.0.42

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 (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananacool467/authtics",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "Use Authtics (An Auth service) to add accounts to your site like Auth0! (This is currently underdevelopment. Issues are expected.)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,12 +20,13 @@
20
20
  "react-cookie": "^8.0.1"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "^18.0.0 || ^19.0.0",
24
- "react-dom": "^18.0.0 || ^19.0.0"
23
+ "react": ">=16.8.0",
24
+ "react-dom": ">=16.8.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/react": "^19.2.13",
27
+ "@types/react": "^19.2.3",
28
28
  "@types/react-dom": "^19.2.3",
29
- "typescript": "^5.9.3"
29
+ "typescript": "^5.9.3",
30
+ "tsx": "^5.0.0"
30
31
  }
31
32
  }