Skip to content

Commit

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

* chore: add changeset
  • Loading branch information
morellodev committed May 19, 2024
1 parent 32f5d00 commit d592d40
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 377 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-ants-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-awesome-reveal": patch
---

Update dependencies
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@changesets/cli": "^2.27.2",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.3.1",
"vite": "^5.2.11",
"vite-plugin-dts": "3.9.0"
"vite-plugin-dts": "3.9.1"
},
"dependencies": {
"react-intersection-observer": "^9.10.1",
"react-intersection-observer": "^9.10.2",
"react-is": "^18.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.11"
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/check": "^0.7.0",
"@astrojs/partytown": "^2.1.0",
"@astrojs/starlight": "^0.22.2",
"@astrojs/starlight": "^0.23.1",
"@astrojs/vercel": "^7.6.0",
"astro": "^4.8.0",
"sharp": "^0.33.3"
"astro": "^4.8.6",
"sharp": "^0.33.4"
}
}
Loading

0 comments on commit d592d40

Please sign in to comment.