Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 2066727 commit 18d5bca
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 492 deletions.
20 changes: 10 additions & 10 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.9.2",
"@t3-oss/env-nextjs": "^0.10.0",
"@types/voca": "^1.4.1",
"algoliasearch": "^4.22.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.3.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.364.0",
"next": "14.1.4",
"lucide-react": "^0.376.0",
"next": "14.2.3",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-instantsearch": "^7.6.0",
"rehype-prism-plus": "^2.0.0",
"remark-gfm": "^3.0.1",
Expand All @@ -44,14 +44,14 @@
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint-config-custom": "workspace:*",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.3",
"next-sitemap": "^4.2.3",
"postcss": "8.4.38",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@turbo/gen": "^1.12.4",
"@t3-oss/env-core": "^0.9.2",
"@t3-oss/env-core": "^0.10.0",
"all-contributors-cli": "^6.26.1",
"algoliasearch": "^4.22.1",
"date-fns": "^3.3.1",
Expand All @@ -47,7 +47,7 @@
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "^3.1.17",
"typedoc-plugin-missing-exports": "^2.2.0",
"zod": "3.22.4",
"zod": "3.23.5",
"zx": "^7.2.3"
},
"engines": {
Expand Down
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.4.0",
"eslint-plugin-vitest": "^0.5.0",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/usehooks-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@testing-library/react": "^14.2.1",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.19",
"@types/react": "18.2.73",
"@types/react": "18.3.1",
"eslint-config-custom": "workspace:*",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-tree-shaking": "^1.12.1",
"jsdom": "^24.0.0",
"react": "18.2.0",
"react": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
Expand Down

0 comments on commit 18d5bca

Please sign in to comment.