react-notify-lite 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-notify-lite",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "A lightweight and customizable React notification library with TypeScript support. Features multiple notification types, 6 positioning options, auto-dismiss, and smooth animations.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -37,8 +37,8 @@
37
37
  "author": "Harpinder Singh",
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
41
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
40
+ "react": ">=16.8.0",
41
+ "react-dom": ">=16.8.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@rollup/plugin-commonjs": "^25.0.7",