Skip to content

Commit

Permalink
chore(deps): update dependencies: next to v14.2.3, @next/eslint-plugi…
Browse files Browse the repository at this point in the history
…n-next to v14.2.3, eslint to v9.4.0, prettier to v3.3.1, typescript to v5.4.5, @typescript-eslint/eslint-plugin to v7.12.0, @typescript-eslint/parser to v7.12.0, eslint-config-turbo to v2.0.3, @types/eslint to v8.56.10, autoprefixer to v10.4.19, clsx to v2.1.1, postcss to v8.4.38, tailwindcss to v3.4.4, @types/node to v20.14.2, @types/react to v18.3.3, @types/react-dom to v18.3.0, react to v18.3.1, tailwind-merge to v2.3.0, typescript to v5.4.5, @turbo/gen to v2.0.3, eslint to v9.4.0, lucide-react to v0.390.0
  • Loading branch information
henriqpohl committed Jun 8, 2024
1 parent 859ea32 commit 4fe278d
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 912 deletions.
22 changes: 11 additions & 11 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"eslint": "^9.0.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"eslint": "^9.4.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@next/eslint-plugin-next": "^14.2.3",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "^8.56.7",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"turbo": "latest"
},
"packageManager": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"react-internal.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.13.2",
"eslint-config-turbo": "^2.0.3",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^1.12.2",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2"
"@turbo/gen": "^2.0.3",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.322.0",
"tailwind-merge": "^2.1.0",
"clsx": "^2.1.1",
"lucide-react": "^0.390.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
}
}
Loading

0 comments on commit 4fe278d

Please sign in to comment.