Skip to content

Commit

Permalink
reduce pinning on svelte in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Jan 20, 2022
1 parent e2785fa commit 2d9e552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"devDependencies": {
"@fortawesome/free-regular-svg-icons": "^5.10.1",
"@sveltejs/adapter-static": "^1.0.0-next.26",
"@sveltejs/kit": "^1.0.0-next.235",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"acorn": "^8.0.2",
Expand Down Expand Up @@ -58,6 +58,6 @@
"typescript": "^4.4.3"
},
"peerDependencies": {
"svelte": "^3.43.1"
"svelte": ">=3.43.1,<4.0.0"
}
}

0 comments on commit 2d9e552

Please sign in to comment.