Skip to content

Commit

Permalink
chore: use "next" for adapter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chauchakching committed Mar 12, 2022
1 parent 637391f commit 04ec1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^0.0.1",
"@sveltejs/adapter-static": "^1.0.0-next.29",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/cookie": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
Expand Down

0 comments on commit 04ec1db

Please sign in to comment.