Skip to content

Commit

Permalink
chore: update sherif (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Sep 1, 2024
1 parent 008cbe5 commit 7154894
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sherif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx sherif@0.8.4
- run: npx sherif@1.0.0
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@ogstudio/db": "workspace:*",
"arctic": "^1.9.2",
"lucia": "^3.2.0",
"@ogstudio/db": "workspace:*"
"lucia": "^3.2.0"
},
"peerDependencies": {
"next": "14.2.7",
"react": "^18"
},
"devDependencies": {
"@types/react": "^18",
"@ogstudio/eslint": "workspace:*",
"@ogstudio/typescript": "workspace:*"
"@ogstudio/typescript": "workspace:*",
"@types/react": "^18"
}
}
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-config-prettier": "^9.1.0"
"eslint-plugin-prettier": "^5.1.3"
}
}

0 comments on commit 7154894

Please sign in to comment.