react-loadly 1.1.1 → 1.1.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,7 +33,7 @@ npm install react-loadly
33
33
  # or
34
34
  yarn add react-loadly
35
35
  # or
36
- pnpm add react-loadly
36
+ pnpm i react-loadly
37
37
  ```
38
38
 
39
39
  ### Bundle Optimization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-loadly",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "A professional React loaders package with high-performance, customizable loader components",
6
6
  "main": "dist/index.cjs.js",
@@ -94,8 +94,8 @@
94
94
  },
95
95
  "homepage": "https://github.com/Mostafashadow1/react-loadly#readme",
96
96
  "peerDependencies": {
97
- "react": ">=16.8.0 <19",
98
- "react-dom": ">=16.8.0 <19"
97
+ "react": ">=16.8.0 <21",
98
+ "react-dom": ">=16.8.0 <21"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@rollup/plugin-commonjs": "^25.0.7",