Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#330)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent dda1200 commit 6d9690e
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/theme-classic": "3.4.0",
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"husky": "9.0.11",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tsconfig": "workspace:*",
"turbo": "2.0.6"
"turbo": "2.0.9"
},
"engines": {
"node": ">=18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@segment/analytics-next": "1.72.0",
"@segment/analytics-next": "1.72.1",
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.1.1",
"deepmerge": "4.3.1",
"framer-motion": "11.3.4",
"framer-motion": "11.3.8",
"fuse.js": "7.0.0",
"react-cookie": "7.1.4",
"react-icons": "5.2.1",
Expand Down
Loading

0 comments on commit 6d9690e

Please sign in to comment.