Skip to content

Commit

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

* chore: update pnpm

* chore: add changeset
  • Loading branch information
morellodev committed Jun 16, 2024
1 parent ea260d7 commit 49c6106
Show file tree
Hide file tree
Showing 6 changed files with 838 additions and 1,297 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-berries-cheer.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
@@ -1,7 +1,7 @@
{
"name": "rar-monorepo",
"private": true,
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"packageManager": "pnpm@9.3.0+sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f",
"scripts": {
"lint": "pnpm run --parallel lint",
"lint:fix": "pnpm run --parallel lint:fix",
Expand All @@ -10,21 +10,21 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.2",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@changesets/cli": "^2.27.5",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.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.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-config-morellodev": "^2.0.1",
"typescript": "5.4.5"
}
Expand Down
8 changes: 4 additions & 4 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.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vite-plugin-dts": "3.9.1"
},
"dependencies": {
"react-intersection-observer": "^9.10.2",
"react-intersection-observer": "^9.10.3",
"react-is": "^18.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.11"
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/partytown": "^2.1.0",
"@astrojs/starlight": "^0.23.1",
"@astrojs/vercel": "^7.6.0",
"astro": "^4.8.6",
"@astrojs/partytown": "^2.1.1",
"@astrojs/starlight": "^0.24.2",
"@astrojs/vercel": "^7.7.0",
"astro": "^4.10.2",
"sharp": "^0.33.4"
}
}
Loading

0 comments on commit 49c6106

Please sign in to comment.