Skip to content

Commit

Permalink
chore: update deps (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
morellodev authored Jul 23, 2024
1 parent f77b2c9 commit 47924cb
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 610 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-planes-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-awesome-reveal": patch
---

Update dependencies
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.0.11",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-config-morellodev": "^2.0.1",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
"react": ">=16.14.0"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
"@emotion/react": "^11.13.0",
"@emotion/serialize": "^1.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"vite": "^5.3.1",
"vite": "^5.3.4",
"vite-plugin-dts": "3.9.1"
},
"dependencies": {
"react-intersection-observer": "^9.10.3",
"react-intersection-observer": "^9.13.0",
"react-is": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/react": "^11.13.0",
"react": "^18.3.1",
"react-awesome-reveal": "workspace:*",
"react-dom": "^18.3.1"
Expand All @@ -19,6 +19,6 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.1"
"vite": "^5.3.4"
}
}
6 changes: 3 additions & 3 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.7.0",
"@astrojs/check": "^0.8.2",
"@astrojs/partytown": "^2.1.1",
"@astrojs/starlight": "^0.25.0",
"@astrojs/starlight": "^0.25.1",
"@astrojs/vercel": "^7.7.2",
"astro": "^4.11.5",
"astro": "^4.12.2",
"sharp": "^0.33.4"
}
}
Loading

0 comments on commit 47924cb

Please sign in to comment.