Skip to content

Commit

Permalink
Upgrade dependencies (#396)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Create hot-lobsters-peel.md
  • Loading branch information
Zertz committed Mar 19, 2023
1 parent de5a826 commit 114ee26
Show file tree
Hide file tree
Showing 5 changed files with 1,313 additions and 1,045 deletions.
6 changes: 6 additions & 0 deletions .changeset/hot-lobsters-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"docs": patch
"react-headless-tabs": patch
---

Upgrade dependencies
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"test": "turbo run test"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"@changesets/cli": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"turbo": "^1.6.3",
"typescript": "^4.9.3"
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.5",
"turbo": "^1.8.3",
"typescript": "^5.0.2"
},
"packageManager": "pnpm@7.17.0"
}
22 changes: 11 additions & 11 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest"
},
"dependencies": {
"next": "^13.0.5",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
Expand All @@ -17,15 +17,15 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"jsdom": "^20.0.3",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"vite": "^3.2.4",
"vitest": "^0.25.3"
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"jsdom": "^21.1.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.2.0",
"vitest": "^0.29.3"
}
}
16 changes: 8 additions & 8 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"jsdom": "^20.0.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"jsdom": "^21.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.5.0",
"vite": "^3.2.4",
"vitest": "^0.25.3"
"tsup": "^6.7.0",
"vite": "^4.2.0",
"vitest": "^0.29.3"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down

1 comment on commit 114ee26

@vercel
Copy link

@vercel vercel bot commented on 114ee26 Mar 19, 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.