Skip to content

Commit

Permalink
Update deps (#204)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: bump version
  • Loading branch information
morellodev authored Feb 3, 2024
1 parent daccdcc commit dc1a28c
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 496 deletions.
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-awesome-reveal

## 4.2.8

### Patch Changes

- 97f7d1e: Update react-intersection-observer

## 4.2.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -69,16 +69,16 @@
"devDependencies": {
"@emotion/react": "^11.11.3",
"@emotion/serialize": "^1.1.3",
"@types/react": "^18.2.48",
"@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": "^5.0.11",
"vite-plugin-dts": "3.7.1"
"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"
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.11"
"vite": "^5.0.12"
}
}
Loading

0 comments on commit dc1a28c

Please sign in to comment.