Skip to content

Commit

Permalink
fix(plugin-conventions): upgrade source-map dep to fix nodejs v18 com…
Browse files Browse the repository at this point in the history
…pat (#1424)
  • Loading branch information
3cp committed May 17, 2022
1 parent 44df8c6 commit 572d101
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 16 deletions.
105 changes: 91 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages-tooling/plugin-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@aurelia/platform": "2.0.0-alpha.31",
"@aurelia/runtime": "2.0.0-alpha.31",
"@aurelia/runtime-html": "2.0.0-alpha.31",
"modify-code": "^1.2.0",
"modify-code": "^2.0.0",
"parse5": "^5.1.1",
"typescript": "^4.6.3"
},
Expand All @@ -59,4 +59,4 @@
"engines": {
"node": ">=14.17.0"
}
}
}

0 comments on commit 572d101

Please sign in to comment.