|
4 | 4 | "description": "zero dependency, ultra lightweight (1KB gzipped) skeleton loader component for react",
|
5 | 5 | "author": "harshzalavadiya",
|
6 | 6 | "license": "MIT",
|
7 |
| - "repository": "harshzalavadiya/tiny-skeleton-loader-react", |
| 7 | + "repository": "hc-oss/tiny-skeleton-loader-react", |
8 | 8 | "main": "dist/index.js",
|
9 | 9 | "module": "dist/index.es.js",
|
10 | 10 | "jsnext:main": "dist/index.es.js",
|
|
18 | 18 | },
|
19 | 19 | "dependencies": {},
|
20 | 20 | "peerDependencies": {
|
21 |
| - "react": "^16.13.1", |
22 |
| - "react-dom": "^16.13.1" |
| 21 | + "react": "^17.0.2", |
| 22 | + "react-dom": "^17.0.2" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@types/react": "^17.0.0", |
26 |
| - "@types/react-dom": "^17.0.0", |
| 25 | + "@types/react": "^17.0.19", |
| 26 | + "@types/react-dom": "^17.0.9", |
27 | 27 | "react": "^17.0.1",
|
28 | 28 | "react-dom": "^17.0.1",
|
29 |
| - "rollup": "^2.28.2", |
| 29 | + "rollup": "^2.56.3", |
30 | 30 | "rollup-plugin-commonjs": "^10.1.0",
|
31 | 31 | "rollup-plugin-node-resolve": "^5.2.0",
|
32 |
| - "rollup-plugin-peer-deps-external": "^2.2.3", |
33 |
| - "rollup-plugin-postcss": "^3.1.8", |
34 |
| - "rollup-plugin-typescript2": "^0.29.0", |
| 32 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 33 | + "rollup-plugin-postcss": "^4.0.1", |
| 34 | + "rollup-plugin-typescript2": "^0.30.0", |
35 | 35 | "rollup-plugin-url": "^3.0.1",
|
36 |
| - "typescript": "^4.0.3" |
| 36 | + "typescript": "^4.4.2" |
37 | 37 | },
|
38 | 38 | "files": [
|
39 | 39 | "dist"
|
|
0 commit comments