Skip to content

Commit b985db8

Browse files
chore: 🤖 dependency updates
1 parent be302b6 commit b985db8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ zero dependency, ultra lightweight (1KB gzipped) skeleton loader component for r
44

55
![Example](preview.gif)
66

7-
![GitHub Actions Status](https://github.com/harshzalavadiya/tiny-skeleton-loader-react/workflows/NodeJS/badge.svg)
7+
![GitHub Actions Status](https://github.com/hc-oss/tiny-skeleton-loader-react/workflows/NodeJS/badge.svg)
88
![NPM](https://img.shields.io/npm/v/tiny-skeleton-loader-react.svg)
99
![gzip](https://badgen.net/bundlephobia/minzip/tiny-skeleton-loader-react)
1010

@@ -42,4 +42,4 @@ class Example extends React.Component {
4242

4343
## License
4444

45-
MIT © [harshzalavadiya](https://github.com/harshzalavadiya)
45+
MIT © [hc-oss](https://github.com/hc-oss)

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "zero dependency, ultra lightweight (1KB gzipped) skeleton loader component for react",
55
"author": "harshzalavadiya",
66
"license": "MIT",
7-
"repository": "harshzalavadiya/tiny-skeleton-loader-react",
7+
"repository": "hc-oss/tiny-skeleton-loader-react",
88
"main": "dist/index.js",
99
"module": "dist/index.es.js",
1010
"jsnext:main": "dist/index.es.js",
@@ -18,22 +18,22 @@
1818
},
1919
"dependencies": {},
2020
"peerDependencies": {
21-
"react": "^16.13.1",
22-
"react-dom": "^16.13.1"
21+
"react": "^17.0.2",
22+
"react-dom": "^17.0.2"
2323
},
2424
"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",
2727
"react": "^17.0.1",
2828
"react-dom": "^17.0.1",
29-
"rollup": "^2.28.2",
29+
"rollup": "^2.56.3",
3030
"rollup-plugin-commonjs": "^10.1.0",
3131
"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",
3535
"rollup-plugin-url": "^3.0.1",
36-
"typescript": "^4.0.3"
36+
"typescript": "^4.4.2"
3737
},
3838
"files": [
3939
"dist"

0 commit comments

Comments
 (0)