Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 38cb7c3

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 413c0a7 commit 38cb7c3

File tree

7 files changed

+4273
-1465
lines changed

7 files changed

+4273
-1465
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.1
1+
20.18.2

apps/website/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,37 @@
1515
"tsc": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "3.4.0",
19-
"@docusaurus/plugin-google-gtag": "3.4.0",
20-
"@docusaurus/preset-classic": "3.4.0",
21-
"@docusaurus/tsconfig": "3.4.0",
22-
"@mdx-js/react": "3.0.1",
18+
"@docusaurus/core": "3.7.0",
19+
"@docusaurus/plugin-google-gtag": "3.7.0",
20+
"@docusaurus/preset-classic": "3.7.0",
21+
"@docusaurus/tsconfig": "3.7.0",
22+
"@mdx-js/react": "3.1.0",
2323
"clsx": "2.1.1",
2424
"docusaurus-plugin-remote-content": "4.0.0",
2525
"docusaurus-plugin-tailwind": "workspace:*",
2626
"fuse.js": "7.0.0",
27-
"prism-react-renderer": "2.3.1",
27+
"prism-react-renderer": "2.4.1",
2828
"react": "18.3.1",
29-
"react-cookie": "7.2.0",
29+
"react-cookie": "7.2.2",
3030
"react-dom": "18.3.1",
31-
"react-icons": "5.2.1",
31+
"react-icons": "5.4.0",
3232
"ui": "workspace:*",
3333
"use-query-params": "2.2.1"
3434
},
3535
"devDependencies": {
36-
"@docusaurus/module-type-aliases": "3.4.0",
37-
"@docusaurus/theme-classic": "3.4.0",
38-
"@docusaurus/types": "3.4.0",
39-
"@types/node": "20.14.11",
40-
"@types/react": "18.3.3",
41-
"@types/react-dom": "18.3.0",
42-
"autoprefixer": "10.4.19",
36+
"@docusaurus/module-type-aliases": "3.7.0",
37+
"@docusaurus/theme-classic": "3.7.0",
38+
"@docusaurus/types": "3.7.0",
39+
"@types/node": "20.17.16",
40+
"@types/react": "18.3.18",
41+
"@types/react-dom": "18.3.5",
42+
"autoprefixer": "10.4.20",
4343
"deepmerge": "4.3.1",
44-
"dotenv": "16.4.5",
44+
"dotenv": "16.4.7",
4545
"eslint-config-prettier": "9.1.0",
46-
"postcss": "8.4.39",
47-
"tailwindcss": "3.4.6",
48-
"typescript": "5.5.3"
46+
"postcss": "8.5.1",
47+
"tailwindcss": "3.4.17",
48+
"typescript": "5.7.3"
4949
},
5050
"browserslist": {
5151
"production": [

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"devDependencies": {
2323
"eslint-config-custom": "workspace:*",
24-
"husky": "9.1.1",
25-
"lint-staged": "15.2.7",
24+
"husky": "9.1.7",
25+
"lint-staged": "15.4.2",
2626
"prettier": "3.3.3",
27-
"prettier-plugin-tailwindcss": "0.6.5",
27+
"prettier-plugin-tailwindcss": "0.6.11",
2828
"tsconfig": "workspace:*",
29-
"turbo": "2.0.9"
29+
"turbo": "2.3.4"
3030
},
3131
"engines": {
3232
"node": ">=18.0"
@@ -43,5 +43,5 @@
4343
"eslint --ext .js,.jsx,.ts,.tsx --fix ."
4444
]
4545
},
46-
"packageManager": "pnpm@9.5.0"
46+
"packageManager": "pnpm@9.15.4"
4747
}

packages/docusaurus-plugin-tailwind/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1010
},
1111
"devDependencies": {
12-
"@docusaurus/types": "3.4.0",
13-
"@types/node": "20.14.11",
14-
"autoprefixer": "10.4.19",
12+
"@docusaurus/types": "3.7.0",
13+
"@types/node": "20.17.16",
14+
"autoprefixer": "10.4.20",
1515
"eslint": "8.57.0",
1616
"eslint-config-custom": "workspace:*",
17-
"tailwindcss": "3.4.6",
17+
"tailwindcss": "3.4.17",
1818
"tsconfig": "workspace:*",
19-
"typescript": "5.5.3"
19+
"typescript": "5.7.3"
2020
}
2121
}

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"eslint-plugin-turbo": "2.0.9",
28-
"typescript": "5.5.3"
28+
"typescript": "5.7.3"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/ui/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
77
},
88
"devDependencies": {
9-
"@types/react": "18.3.3",
10-
"@types/react-dom": "18.3.0",
11-
"autoprefixer": "10.4.19",
9+
"@types/react": "18.3.18",
10+
"@types/react-dom": "18.3.5",
11+
"autoprefixer": "10.4.20",
1212
"axios": "1.7.2",
1313
"eslint": "8.57.0",
1414
"eslint-config-custom": "workspace:*",
15-
"postcss": "8.4.39",
15+
"postcss": "8.5.1",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"tailwindcss": "3.4.6",
18+
"tailwindcss": "3.4.17",
1919
"tsconfig": "workspace:*",
20-
"typescript": "5.5.3"
20+
"typescript": "5.7.3"
2121
},
2222
"dependencies": {
23-
"@heroicons/react": "2.1.5",
24-
"@radix-ui/react-dropdown-menu": "2.1.1",
25-
"@radix-ui/react-form": "0.1.0",
26-
"@radix-ui/react-tooltip": "1.1.2",
27-
"@segment/analytics-next": "1.72.1",
23+
"@heroicons/react": "2.2.0",
24+
"@radix-ui/react-dropdown-menu": "2.1.5",
25+
"@radix-ui/react-form": "0.1.1",
26+
"@radix-ui/react-tooltip": "1.1.7",
27+
"@segment/analytics-next": "1.77.0",
2828
"@tailwindcss/container-queries": "0.1.1",
2929
"clsx": "2.1.1",
3030
"deepmerge": "4.3.1",
31-
"framer-motion": "11.3.8",
31+
"framer-motion": "11.18.2",
3232
"fuse.js": "7.0.0",
33-
"react-cookie": "7.2.0",
34-
"react-icons": "5.2.1",
33+
"react-cookie": "7.2.2",
34+
"react-icons": "5.4.0",
3535
"use-query-params": "2.2.1"
3636
}
3737
}

0 commit comments

Comments
 (0)