Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 99fbca5 commit afddc08
Show file tree
Hide file tree
Showing 8 changed files with 1,042 additions and 547 deletions.
8 changes: 4 additions & 4 deletions apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"prettier": "@duyet/prettier",
"dependencies": {
"@auth0/auth0-react": "2.0.1",
"@auth0/auth0-react": "2.2.4",
"@duyet/components": "*",
"@duyet/libs": "*",
"@headlessui/tailwindcss": "^0.2.0",
Expand All @@ -29,9 +29,9 @@
"encoding": "^0.1.13",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"lucide-react": "^0.292.0",
"lucide-react": "^0.363.0",
"next": "^14.1.3",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rss": "^1.2.2",
Expand All @@ -50,7 +50,7 @@
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "8.54.0",
"eslint": "8.57.0",
"postcss": "^8.4.18",
"prettier": "^3.0.0",
"tailwindcss": "^3.2.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"graphql-request": "^6.0.0",
"nanoid": "^5.0.0",
"next": "^14.1.3",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0"
Expand All @@ -41,7 +41,7 @@
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.12",
"eslint": "8.54.0",
"eslint": "8.57.0",
"postcss": "^8.4.18",
"prettier": "^3.0.0",
"tailwindcss": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@duyet/tsconfig": "*",
"eslint": "8.54.0",
"eslint": "8.57.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@auth0/auth0-react": "^2.0.0",
"@duyet/libs": "*",
"lucide-react": "^0.292.0"
"lucide-react": "^0.363.0"
},
"devDependencies": {
"@duyet/eslint-config-custom": "*",
Expand All @@ -29,7 +29,7 @@
"@types/react-dom": "^18.2.0",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.12",
"eslint": "8.54.0",
"eslint": "8.57.0",
"postcss": "^8.4.18",
"prettier": "^3.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"@vercel/style-guide": "^5.0.0",
"eslint-config-turbo": "^1.10.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@duyet/eslint-config-custom": "*",
"@duyet/tsconfig": "*",
"eslint": "8.54.0",
"eslint": "8.57.0",
"prettier": "^3.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@duyet/eslint-config-custom": "*",
"@duyet/interfaces": "*",
"@duyet/tsconfig": "*",
"eslint": "8.54.0",
"eslint": "8.57.0",
"prettier": "*",
"typescript": "*"
}
Expand Down
Loading

0 comments on commit afddc08

Please sign in to comment.