Skip to content

Commit

Permalink
fix(build): temporarily pin stencil version (#85)
Browse files Browse the repository at this point in the history
this commit temporarily pins the stencil version to v2.13.0.
in v2.14.0, we upgraded typescript to v4.5.4, which is now 
causing issues with the typings found in `@stencil/router` v1
  • Loading branch information
rwaskiewicz committed Feb 16, 2022
1 parent 5f5b280 commit 91cefb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^2.13.0",
"@stencil/core": "2.13.0",
"@stencil/router": "^1.0.1",
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
Expand Down

0 comments on commit 91cefb4

Please sign in to comment.