Skip to content

Commit 7b6d164

Browse files
Merge pull request #253 from hc-oss/chore-dependency-updates
chore: 🤖 dependency updates
2 parents 5d2f220 + 4013556 commit 7b6d164

File tree

2 files changed

+330
-398
lines changed

2 files changed

+330
-398
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-skeleton-loader-react",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "zero dependency, ultra lightweight (1KB gzipped) skeleton loader component for react",
55
"author": "harshzalavadiya",
66
"license": "MIT",
@@ -22,19 +22,19 @@
2222
"react-dom": "^17.0.2"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^17.0.37",
25+
"@types/react": "^17.0.38",
2626
"@types/react-dom": "^17.0.11",
27-
"postcss": "^8.4.4",
27+
"postcss": "^8.4.5",
2828
"react": "^17.0.2",
2929
"react-dom": "^17.0.2",
30-
"rollup": "^2.60.2",
30+
"rollup": "^2.66.0",
3131
"rollup-plugin-commonjs": "^10.1.0",
3232
"rollup-plugin-node-resolve": "^5.2.0",
3333
"rollup-plugin-peer-deps-external": "^2.2.4",
3434
"rollup-plugin-postcss": "^4.0.2",
3535
"rollup-plugin-typescript2": "^0.31.1",
3636
"rollup-plugin-url": "^3.0.1",
37-
"typescript": "^4.5.2"
37+
"typescript": "^4.5.5"
3838
},
3939
"files": [
4040
"dist"

0 commit comments

Comments
 (0)