Skip to content

Commit ac60f7b

Browse files
Update all non-major dependencies
1 parent 2066727 commit ac60f7b

File tree

5 files changed

+888
-548
lines changed

5 files changed

+888
-548
lines changed

apps/www/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
"@radix-ui/react-dialog": "^1.0.5",
1818
"@radix-ui/react-dropdown-menu": "^2.0.6",
1919
"@radix-ui/react-slot": "^1.0.2",
20-
"@t3-oss/env-nextjs": "^0.9.2",
20+
"@t3-oss/env-nextjs": "^0.11.0",
2121
"@types/voca": "^1.4.1",
2222
"algoliasearch": "^4.22.1",
2323
"class-variance-authority": "^0.7.0",
2424
"clsx": "^2.1.0",
2525
"cmdk": "^1.0.0",
2626
"date-fns": "^3.3.1",
2727
"gray-matter": "^4.0.3",
28-
"lucide-react": "^0.364.0",
28+
"lucide-react": "^0.447.0",
2929
"next": "14.1.4",
3030
"next-mdx-remote": "^4.4.1",
31-
"react": "18.2.0",
32-
"react-dom": "18.2.0",
31+
"react": "18.3.1",
32+
"react-dom": "18.3.1",
3333
"react-instantsearch": "^7.6.0",
3434
"rehype-prism-plus": "^2.0.0",
3535
"remark-gfm": "^3.0.1",
3636
"schema-dts": "^1.1.2",
3737
"tailwind-merge": "^2.2.1",
38-
"tailwindcss": "3.4.3",
38+
"tailwindcss": "3.4.13",
3939
"tailwindcss-animate": "^1.0.7",
4040
"usehooks-ts": "workspace:*",
4141
"voca": "^1.4.1",
@@ -44,14 +44,14 @@
4444
"devDependencies": {
4545
"@tailwindcss/line-clamp": "^0.4.4",
4646
"@tailwindcss/typography": "^0.5.10",
47-
"@types/node": "20.12.2",
48-
"@types/react": "18.2.73",
49-
"@types/react-dom": "18.2.23",
50-
"autoprefixer": "10.4.19",
47+
"@types/node": "20.16.11",
48+
"@types/react": "18.3.11",
49+
"@types/react-dom": "18.3.0",
50+
"autoprefixer": "10.4.20",
5151
"eslint-config-custom": "workspace:*",
52-
"eslint-config-next": "14.1.4",
52+
"eslint-config-next": "14.2.14",
5353
"next-sitemap": "^4.2.3",
54-
"postcss": "8.4.38",
55-
"typescript": "5.4.3"
54+
"postcss": "8.4.47",
55+
"typescript": "5.6.2"
5656
}
5757
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@changesets/cli": "^2.27.1",
3636
"@turbo/gen": "^1.12.4",
37-
"@t3-oss/env-core": "^0.9.2",
37+
"@t3-oss/env-core": "^0.11.0",
3838
"all-contributors-cli": "^6.26.1",
3939
"algoliasearch": "^4.22.1",
4040
"date-fns": "^3.3.1",
@@ -43,11 +43,11 @@
4343
"prettier": "^3.2.5",
4444
"rimraf": "^5.0.5",
4545
"turbo": "^1.12.4",
46-
"typedoc": "^0.25.9",
46+
"typedoc": "^0.26.0",
4747
"typedoc-plugin-markdown": "^3.17.1",
4848
"typedoc-plugin-mdn-links": "^3.1.17",
4949
"typedoc-plugin-missing-exports": "^2.2.0",
50-
"zod": "3.22.4",
50+
"zod": "3.23.8",
5151
"zx": "^7.2.3"
5252
},
5353
"engines": {

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-plugin-react": "^7.33.2",
1818
"eslint-plugin-react-hooks": "^4.6.0",
1919
"eslint-plugin-simple-import-sort": "^12.0.0",
20-
"eslint-plugin-vitest": "^0.4.0",
20+
"eslint-plugin-vitest": "^0.5.0",
2121
"typescript": "^5.3.3"
2222
}
2323
}

packages/usehooks-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"@testing-library/react": "^14.2.1",
4343
"@types/lodash.debounce": "^4.0.9",
4444
"@types/node": "^20.11.19",
45-
"@types/react": "18.2.73",
45+
"@types/react": "18.3.11",
4646
"eslint-config-custom": "workspace:*",
4747
"eslint-plugin-jsdoc": "^48.1.0",
4848
"eslint-plugin-tree-shaking": "^1.12.1",
4949
"jsdom": "^24.0.0",
50-
"react": "18.2.0",
50+
"react": "18.3.1",
5151
"tsup": "^8.0.2",
5252
"typescript": "^5.3.3",
5353
"vitest": "^1.3.1"

0 commit comments

Comments
 (0)