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] authored Dec 4, 2023
1 parent 9eb27fe commit 1c81c5b
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 124 deletions.
6 changes: 3 additions & 3 deletions apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"prettier": "@duyet/prettier",
"dependencies": {
"@auth0/auth0-react": "2.0.1",
"@auth0/auth0-react": "2.2.3",
"@duyet/components": "*",
"@duyet/libs": "*",
"@duyet/prettier": "*",
Expand All @@ -29,7 +29,7 @@
"encoding": "^0.1.13",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"lucide-react": "^0.292.0",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand All @@ -47,7 +47,7 @@
"@types/react-dom": "^18.0.7",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.12",
"eslint": "8.54.0",
"eslint": "8.55.0",
"postcss": "^8.4.18",
"prettier": "^3.0.0",
"tailwindcss": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.55.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 @@ -30,7 +30,7 @@
"@duyet/tsconfig": "*",
"husky": "^8.0.3",
"lint-staged": "^15.0.0",
"eslint": "8.54.0",
"eslint": "8.55.0",
"prettier": "^3.0.0",
"turbo": "^1.10.12"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@auth0/auth0-react": "^2.0.0",
"@duyet/libs": "*",
"lucide-react": "^0.292.0"
"lucide-react": "^0.294.0"
},
"devDependencies": {
"@duyet/eslint-config-custom": "*",
Expand All @@ -34,7 +34,7 @@
"@types/react-dom": "^18.2.0",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.12",
"eslint": "8.54.0",
"eslint": "8.55.0",
"postcss": "^8.4.18",
"prettier": "^3.0.0",
"react": "^18.2.0",
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.55.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.55.0",
"prettier": "*",
"typescript": "*"
}
Expand Down
Loading

0 comments on commit 1c81c5b

Please sign in to comment.