Skip to content

Commit

Permalink
add babel core3js to common devDependencies
Browse files Browse the repository at this point in the history
client dev builds require this to be available
  • Loading branch information
nick-funk committed Jul 26, 2023
1 parent e6aabf7 commit 0323338
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions common/package-lock.json

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

1 change: 1 addition & 0 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"license": "ISC",
"devDependencies": {
"@types/babel__core": "7.1.18",
"@babel/runtime-corejs3": "^7.10.3",
"@types/babel__traverse": "7.14.2",
"@types/dompurify": "^2.0.1",
"@types/he": "^1.1.1",
Expand Down

0 comments on commit 0323338

Please sign in to comment.