Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 413c0a7 commit 6e59b38
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.16.0
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.39",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"eslint --ext .js,.jsx,.ts,.tsx --fix ."
]
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.4.6",
"tsconfig": "workspace:*",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"eslint-plugin-turbo": "2.0.9",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "18.3.1",
"tailwindcss": "3.4.6",
"tsconfig": "workspace:*",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"dependencies": {
"@heroicons/react": "2.1.5",
Expand All @@ -28,7 +28,7 @@
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.1.1",
"deepmerge": "4.3.1",
"framer-motion": "11.3.8",
"framer-motion": "11.3.12",
"fuse.js": "7.0.0",
"react-cookie": "7.2.0",
"react-icons": "5.2.1",
Expand Down
350 changes: 175 additions & 175 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6e59b38

Please sign in to comment.