Skip to content

Commit dc1a28c

Browse files
authored
Update deps (#204)
* chore: update deps * chore: bump version
1 parent daccdcc commit dc1a28c

File tree

4 files changed

+47
-496
lines changed

4 files changed

+47
-496
lines changed

packages/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-awesome-reveal
22

3+
## 4.2.8
4+
5+
### Patch Changes
6+
7+
- 97f7d1e: Update react-intersection-observer
8+
39
## 4.2.7
410

511
### Patch Changes

packages/lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-awesome-reveal",
33
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.",
4-
"version": "4.2.7",
4+
"version": "4.2.8",
55
"license": "MIT",
66
"type": "module",
77
"types": "dist/index.d.ts",
@@ -69,16 +69,16 @@
6969
"devDependencies": {
7070
"@emotion/react": "^11.11.3",
7171
"@emotion/serialize": "^1.1.3",
72-
"@types/react": "^18.2.48",
72+
"@types/react": "^18.2.52",
7373
"@types/react-dom": "^18.2.18",
7474
"@types/react-is": "^18.2.4",
7575
"@vitejs/plugin-react": "^4.2.1",
7676
"react": "^18.2.0",
77-
"vite": "^5.0.11",
78-
"vite-plugin-dts": "3.7.1"
77+
"vite": "^5.0.12",
78+
"vite-plugin-dts": "3.7.2"
7979
},
8080
"dependencies": {
81-
"react-intersection-observer": "^9.5.3",
81+
"react-intersection-observer": "^9.6.0",
8282
"react-is": "^18.2.0"
8383
}
8484
}

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.2.48",
18+
"@types/react": "^18.2.52",
1919
"@types/react-dom": "^18.2.18",
2020
"@vitejs/plugin-react": "^4.2.1",
21-
"vite": "^5.0.11"
21+
"vite": "^5.0.12"
2222
}
2323
}

0 commit comments

Comments
 (0)