Skip to content

Commit

Permalink
chore: Update all pnpm dependencies (2024-02-05) (#472)
Browse files Browse the repository at this point in the history
* chore(deps): update all pnpm dependencies (2024-02-05)

* chore: Update dependencies

* chore: Pin next-docs to 6.0.2 for now

---------

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Francois Best <[email protected]>
  • Loading branch information
depfu[bot] and franky47 authored Feb 5, 2024
1 parent 200ee57 commit e6cfffc
Show file tree
Hide file tree
Showing 5 changed files with 775 additions and 1,006 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"commitlint": "^18.4.3",
"@commitlint/config-conventional": "^18.6.0",
"commitlint": "^18.6.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"semantic-release": "^22.0.12",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"prettier": {
Expand Down
34 changes: 17 additions & 17 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"lucide-react": "^0.298.0",
"lucide-react": "^0.323.0",
"next": "14.1.0",
"next-docs-mdx": "^6.0.2",
"next-docs-ui": "^6.0.2",
"next-docs-zeta": "^6.0.2",
"next-docs-mdx": "6.0.2",
"next-docs-ui": "6.0.2",
"next-docs-zeta": "6.0.2",
"nuqs": "workspace:*",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.10.3",
"remark-smartypants": "^2.0.0",
"semver": "^7.5.4",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"recharts": "^2.11.0",
"remark-smartypants": "^2.1.0",
"semver": "^7.6.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/mdx": "^2.0.10",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/mdx": "^2.0.11",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@types/semver": "^7.5.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"remark-mdx-images": "^3.0.0",
"shikiji": "^0.9.17",
"shikiji": "^0.10.2",
"typescript": "^5.3.3"
},
"postcss": {
Expand Down
10 changes: 5 additions & 5 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@types/semver": "^7.5.6",
"@types/webpack": "^5.28.5",
"cypress": "^13.6.1",
"cypress": "^13.6.4",
"npm-run-all": "^4.1.5",
"semver": "^7.5.4",
"semver": "^7.6.0",
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
"mitt": "^3.0.1"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^11.0.1",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@size-limit/preset-small-lib": "^11.0.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"next": "14.0.1",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^11.0.1",
"tsd": "^0.29.0",
"tsup": "^7.2.0",
"size-limit": "^11.0.2",
"tsd": "^0.30.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
"vitest": "^1.2.2"
},
"tsd": {
"directory": "src/tests"
Expand Down
Loading

0 comments on commit e6cfffc

Please sign in to comment.