Skip to content

Commit

Permalink
chore: also pin typescript?
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Aug 2, 2024
1 parent 5e2d387 commit 562cc0f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
23 changes: 22 additions & 1 deletion examples/blockly-react/package-lock.json

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

3 changes: 2 additions & 1 deletion examples/blockly-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
]
},
"devDependencies": {
"acorn": "^8.12.1"
"acorn": "^8.12.1",
"typescript": "^5.5.4"
}
}

0 comments on commit 562cc0f

Please sign in to comment.