Skip to content

Commit

Permalink
Merge pull request #1335 from embroider-build/upstream-node-break
Browse files Browse the repository at this point in the history
workaround upstream node breakage
  • Loading branch information
ef4 authored Jan 24, 2023
2 parents 34fec6c + 802df7c commit 2b1a6cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"prettier": "^2.5.1",
"rollup": "^2.67.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ts": "^3.0.2",
"rollup-plugin-ts": "~3.0.2",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"ember-source-latest": "npm:ember-source@latest",
"ember-truth-helpers": "^3.0.0",
"rollup": "^2.69.1",
"rollup-plugin-ts": "^3.0.0",
"rollup-plugin-ts": "~3.0.0",
"typescript": "~4.4.2"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14250,7 +14250,7 @@ rollup-plugin-delete@^2.0.0:
dependencies:
del "^5.1.0"

rollup-plugin-ts@^3.0.0, rollup-plugin-ts@^3.0.2:
rollup-plugin-ts@~3.0.0, rollup-plugin-ts@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-ts/-/rollup-plugin-ts-3.0.2.tgz#ee1a3f9ffe202ceff0b4d2f725fa268fa0c921bf"
integrity sha512-67qi2QTHewhLyKDG6fX3jpohWpmUPPIT/xJ7rsYK46X6MqmoWy64Ti0y8ygPfLv8mXDCdRZUofM3mTxDfCswRA==
Expand Down

0 comments on commit 2b1a6cf

Please sign in to comment.