react-awesome-reveal
Advanced tools
Comparing version 4.2.7 to 4.2.8
{ | ||
"name": "react-awesome-reveal", | ||
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.", | ||
"version": "4.2.7", | ||
"version": "4.2.8", | ||
"license": "MIT", | ||
@@ -64,14 +64,14 @@ "type": "module", | ||
"devDependencies": { | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/serialize": "^1.1.2", | ||
"@types/react": "^18.2.33", | ||
"@types/react-dom": "^18.2.14", | ||
"@types/react-is": "^18.2.3", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
"@emotion/react": "^11.11.3", | ||
"@emotion/serialize": "^1.1.3", | ||
"@types/react": "^18.2.52", | ||
"@types/react-dom": "^18.2.18", | ||
"@types/react-is": "^18.2.4", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"react": "^18.2.0", | ||
"vite": "^4.5.0", | ||
"vite-plugin-dts": "3.6.2" | ||
"vite": "^5.0.12", | ||
"vite-plugin-dts": "3.7.2" | ||
}, | ||
"dependencies": { | ||
"react-intersection-observer": "^9.5.3", | ||
"react-intersection-observer": "^9.6.0", | ||
"react-is": "^18.2.0" | ||
@@ -78,0 +78,0 @@ }, |
@@ -10,2 +10,5 @@ # React Awesome Reveal | ||
> [!TIP] | ||
> If you like this library, please [consider supporting its creator](https://github.com/sponsors/morellodev). | ||
[React Awesome Reveal](https://react-awesome-reveal.morello.dev) is a library for React apps written in TypeScript that adds reveal animations using the Intersection Observer API to detect when the elements appear in the viewport. Animations are internally provided by [Emotion](https://emotion.sh) and implemented as CSS Animations to benefit from hardware acceleration. | ||
@@ -12,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
293985
222
+ Added@babel/generator@7.26.8(transitive)
+ Added@babel/parser@7.26.8(transitive)
+ Added@babel/template@7.26.8(transitive)
+ Added@babel/traverse@7.26.8(transitive)
+ Added@babel/types@7.26.8(transitive)
- Removed@babel/generator@7.26.5(transitive)
- Removed@babel/parser@7.26.7(transitive)
- Removed@babel/template@7.25.9(transitive)
- Removed@babel/traverse@7.26.7(transitive)
- Removed@babel/types@7.26.7(transitive)