Skip to content

Commit 39763ce

Browse files
committed
chore(deps): next to v14.2.4, prettier to v3.3.2, eslint-config-turbo to v2.0.4, @typescript-eslint/eslint-plugin to v7.13.1, @typescript-eslint/parser to v7.13.1, typescript to v5.5.2, @turbo/gen to v2.0.4, @types/node to v20.14.8, @radix-ui/react-slot to v1.1.0, eslint to v9.5.0, lucide-react to v0.396.0, @next/eslint-plugin-next to v14.2.4, @types/node to v20.14.8
1 parent 61922b2 commit 39763ce

File tree

5 files changed

+309
-311
lines changed

5 files changed

+309
-311
lines changed

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"lint": "eslint . --max-warnings 0"
1010
},
1111
"dependencies": {
12-
"eslint": "^9.4.0",
13-
"next": "^14.2.3",
12+
"eslint": "^9.5.0",
13+
"next": "^14.2.4",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"ui": "workspace:*"
1717
},
1818
"devDependencies": {
19-
"@next/eslint-plugin-next": "^14.2.3",
19+
"@next/eslint-plugin-next": "^14.2.4",
2020
"@repo/eslint-config": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
2222
"@types/eslint": "^8.56.10",
23-
"@types/node": "^20.14.2",
23+
"@types/node": "^20.14.8",
2424
"@types/react": "^18.3.3",
2525
"@types/react-dom": "^18.3.0",
2626
"autoprefixer": "^10.4.19",
2727
"postcss": "^8.4.38",
2828
"tailwindcss": "^3.4.4",
29-
"typescript": "^5.4.5"
29+
"typescript": "^5.5.2"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@repo/eslint-config": "workspace:*",
1414
"@repo/typescript-config": "workspace:*",
15-
"prettier": "^3.3.1",
15+
"prettier": "^3.3.2",
1616
"turbo": "^2.0.4"
1717
},
1818
"packageManager": "pnpm@9.4.0",

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"react-internal.js"
99
],
1010
"devDependencies": {
11-
"@typescript-eslint/eslint-plugin": "^7.12.0",
12-
"@typescript-eslint/parser": "^7.12.0",
11+
"@typescript-eslint/eslint-plugin": "^7.13.1",
12+
"@typescript-eslint/parser": "^7.13.1",
1313
"@vercel/style-guide": "^6.0.0",
1414
"eslint-config-prettier": "^9.0.0",
15-
"eslint-config-turbo": "^2.0.3",
15+
"eslint-config-turbo": "^2.0.4",
1616
"eslint-plugin-only-warn": "^1.1.0",
17-
"typescript": "^5.4.5"
17+
"typescript": "^5.5.2"
1818
}
1919
}

packages/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
"devDependencies": {
99
"@repo/eslint-config": "workspace:*",
1010
"@repo/typescript-config": "workspace:*",
11-
"@turbo/gen": "^2.0.3",
11+
"@turbo/gen": "^2.0.4",
1212
"@types/eslint": "^8.56.10",
13-
"@types/node": "^20.14.2",
13+
"@types/node": "^20.14.8",
1414
"@types/react": "^18.3.3",
1515
"@types/react-dom": "^18.3.0",
1616
"autoprefixer": "^10.4.19",
17-
"eslint": "^9.4.0",
17+
"eslint": "^9.5.0",
1818
"postcss": "^8.4.38",
1919
"react": "^18.3.1",
2020
"tailwindcss": "^3.4.4",
21-
"typescript": "^5.4.5"
21+
"typescript": "^5.5.2"
2222
},
2323
"dependencies": {
24-
"@radix-ui/react-slot": "^1.0.2",
24+
"@radix-ui/react-slot": "^1.1.0",
2525
"class-variance-authority": "^0.7.0",
2626
"clsx": "^2.1.1",
27-
"lucide-react": "^0.390.0",
27+
"lucide-react": "^0.396.0",
2828
"tailwind-merge": "^2.3.0",
2929
"tailwindcss-animate": "^1.0.7"
3030
}

0 commit comments

Comments
 (0)