Skip to content

Commit

Permalink
chore(deps): next to v14.2.4, prettier to v3.3.2, eslint-config-turbo…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
henriqpohl committed Jun 24, 2024
1 parent 61922b2 commit 39763ce
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 311 deletions.
10 changes: 5 additions & 5 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.4.0",
"next": "^14.2.3",
"eslint": "^9.5.0",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.4",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
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.3.1",
"prettier": "^3.3.2",
"turbo": "^2.0.4"
},
"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.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^2.0.3",
"eslint-config-turbo": "^2.0.4",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^2.0.3",
"@turbo/gen": "^2.0.4",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.390.0",
"lucide-react": "^0.396.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
}
Expand Down
Loading

0 comments on commit 39763ce

Please sign in to comment.