Skip to content

Commit

Permalink
chore(deps): examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jul 6, 2021
1 parent 699febc commit 76e6b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"ts": "node -r ts-eager/register"
},
"dependencies": {
"@prismicio/helpers": "latest"
"@prismicio/helpers": "alpha"
},
"devDependencies": {
"ts-eager": "2.0.2",
"typescript": "latest"
"ts-eager": "^2.0.2",
"typescript": "^4.3.5"
}
}

0 comments on commit 76e6b41

Please sign in to comment.