Skip to content

Commit

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

* Upgrade vite and vitest

* Create wild-owls-dance.md

* workspace:*
  • Loading branch information
Zertz committed Aug 18, 2022
1 parent 545ede0 commit e854bad
Show file tree
Hide file tree
Showing 5 changed files with 1,096 additions and 710 deletions.
6 changes: 6 additions & 0 deletions .changeset/wild-owls-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"docs": patch
"react-headless-tabs": patch
---

Upgrade dependencies
14 changes: 7 additions & 7 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.23.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"@changesets/cli": "^2.24.3",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"turbo": "^1.2.16",
"prettier-plugin-tailwindcss": "^0.1.13",
"turbo": "^1.4.3",
"typescript": "^4.7.4"
},
"packageManager": "pnpm@7.3.0"
"packageManager": "pnpm@7.9.3"
}
20 changes: 10 additions & 10 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": "^12.1.6",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
Expand All @@ -16,16 +16,16 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.8",
"jsdom": "^20.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"vite": "^2.9.12",
"vitest": "^0.15.2"
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.0.8",
"vitest": "^0.22.1"
}
}
12 changes: 6 additions & 6 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"test": "vitest"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.1.2",
"vite": "^2.9.12",
"vitest": "^0.15.2"
"tsup": "^6.2.2",
"vite": "^3.0.8",
"vitest": "^0.22.1"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down

1 comment on commit e854bad

@vercel
Copy link

@vercel vercel bot commented on e854bad Aug 18, 2022

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.