Skip to content

Commit

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

* chore: add changeset
  • Loading branch information
morellodev authored Oct 30, 2023
1 parent 97e8b50 commit 8e30cd1
Show file tree
Hide file tree
Showing 7 changed files with 1,084 additions and 1,662 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-dingos-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-awesome-reveal": patch
---

Update dependencies
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"prepare": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"@changesets/cli": "^2.26.2",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier-config-morellodev": "^2.0.1",
"typescript": "5.0.4"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/lib/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended"
],
"plugins": ["@typescript-eslint", "simple-import-sort", "tailwindcss"],
"plugins": ["@typescript-eslint", "simple-import-sort"],
"parser": "@typescript-eslint/parser",
"settings": {
"import/resolver": {
Expand Down
18 changes: 9 additions & 9 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
"react": ">=16.14.0"
},
"devDependencies": {
"@emotion/react": "^11.10.8",
"@emotion/serialize": "^1.1.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-is": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"@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",
"react": "^18.2.0",
"vite": "^4.3.4",
"vite-plugin-dts": "3.0.0-beta.3"
"vite": "^4.5.0",
"vite-plugin-dts": "3.6.2"
},
"dependencies": {
"react-intersection-observer": "^9.4.3",
"react-intersection-observer": "^9.5.2",
"react-is": "^18.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/playground/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended"
],
"plugins": ["@typescript-eslint", "simple-import-sort", "tailwindcss"],
"plugins": ["@typescript-eslint", "simple-import-sort"],
"parser": "@typescript-eslint/parser",
"settings": {
"import/resolver": {
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/react": "^11.11.1",
"react": "^18.2.0",
"react-awesome-reveal": "workspace:*",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.4"
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"vite": "^4.5.0"
}
}
Loading

1 comment on commit 8e30cd1

@vercel
Copy link

@vercel vercel bot commented on 8e30cd1 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.