Skip to content

Commit

Permalink
⬆️ Update all non-major dependencies (#571)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 4, 2024
1 parent b1ca916 commit 0396d28
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 358 deletions.
20 changes: 10 additions & 10 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"cmdk": "^1.0.0",
"date-fns": "^3.3.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.344.0",
"next": "14.1.1",
"lucide-react": "^0.364.0",
"next": "14.1.4",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -35,7 +35,7 @@
"remark-gfm": "^3.0.1",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "workspace:*",
"voca": "^1.4.1",
Expand All @@ -44,14 +44,14 @@
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"autoprefixer": "10.4.19",
"eslint-config-custom": "workspace:*",
"eslint-config-next": "14.1.1",
"eslint-config-next": "14.1.4",
"next-sitemap": "^4.2.3",
"postcss": "8.4.35",
"typescript": "5.3.3"
"postcss": "8.4.38",
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vitest": "^0.4.0",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/react": "^14.2.1",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.19",
"@types/react": "18.2.61",
"@types/react": "18.2.73",
"eslint-config-custom": "workspace:*",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-tree-shaking": "^1.12.1",
Expand Down
Loading

0 comments on commit 0396d28

Please sign in to comment.