Skip to content

Commit

Permalink
refactor: move @auth/* to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Oct 17, 2023
1 parent b361037 commit e86a88e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
28 changes: 18 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"validate": "concurrently npm:lint npm:check"
},
"devDependencies": {
"@auth/core": "^0.17.0",
"@auth/sveltekit": "^0.3.10",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
Expand Down Expand Up @@ -103,8 +105,6 @@
"zod": "^3.22.4"
},
"dependencies": {
"@auth/core": "^0.16.1",
"@auth/sveltekit": "^0.3.9",
"@sentry/sveltekit": "^7.74.0"
}
}

0 comments on commit e86a88e

Please sign in to comment.