Skip to content

Commit

Permalink
ember-cli-babel ruins lives :(
Browse files Browse the repository at this point in the history
(or maybe just babel)

Blocked by: NullVoxPopuli/ember-statechart-component#149
which is in-turn blocked by: emberjs/ember-cli-babel#419
which is then blocked by ember-data... *for some reason*.
(I don't use ember-data here, so idgaf)
  • Loading branch information
NullVoxPopuli committed Nov 26, 2021
1 parent e41cace commit 8ed224f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"packages/*",
"tests"
],
"resolutions": {
"tracked-built-ins": "github:NullVoxPopuli/tracked-built-ins#tracked-storage",
"tracked-maps-and-sets": "3.0.2"
},
"scripts": {
"predeploy": "yarn build && yarn workspace limber build",
"build": "npm-run-all --aggregate-output --parallel 'build:*'",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7916,7 +7916,7 @@ ember-template-recast@^5.0.3:
tmp "^0.2.1"
workerpool "^6.1.4"

ember-tracked-storage-polyfill@1.0.0, ember-tracked-storage-polyfill@^1.0.0:
ember-tracked-storage-polyfill@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ember-tracked-storage-polyfill/-/ember-tracked-storage-polyfill-1.0.0.tgz#84d307a1e4badc5f84dca681db2cfea9bdee8a77"
integrity sha512-eL7lZat68E6P/D7b9UoTB5bB5Oh/0aju0Z7PCMi3aTwhaydRaxloE7TGrTRYU+NdJuyNVZXeGyxFxn2frvd3TA==
Expand Down Expand Up @@ -15146,16 +15146,23 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"

tracked-built-ins@^1.1.1, "tracked-built-ins@github:NullVoxPopuli/tracked-built-ins#tracked-storage":
tracked-built-ins@^1.1.1:
version "1.1.1"
resolved "https://codeload.github.com/NullVoxPopuli/tracked-built-ins/tar.gz/abe972ffd9405110e47b9a1e136bece4ad4c0e4f"
dependencies:
ember-cli-babel "^7.26.6"
ember-cli-babel "^7.26.3"
ember-cli-typescript "^4.1.0"
ember-tracked-storage-polyfill "^1.0.0"
tracked-maps-and-sets "^3.0.2"
tracked-maps-and-sets "^2.0.0"

tracked-maps-and-sets@^2.0.0, tracked-maps-and-sets@^2.2.1:
version "2.2.1"
resolved "https://registry.npmjs.org/tracked-maps-and-sets/-/tracked-maps-and-sets-2.2.1.tgz#323dd40540c561e8b0ffdec8bf129c68ec5025f9"
integrity sha512-XYrXh6L/GpGmVmG3KcN/qoDyi4FxHh8eZY/BA/RuoxynskV+GZSfwrX3R+5DR2CIkzkCx4zi4kkDRg1AMDfDhg==
dependencies:
"@glimmer/tracking" "^1.0.0"
ember-cli-babel "^7.17.2"

tracked-maps-and-sets@3.0.2, tracked-maps-and-sets@^2.2.1, tracked-maps-and-sets@^3.0.1, tracked-maps-and-sets@^3.0.2:
tracked-maps-and-sets@^3.0.1:
version "3.0.2"
resolved "https://registry.yarnpkg.com/tracked-maps-and-sets/-/tracked-maps-and-sets-3.0.2.tgz#6ea1b9f2a367d24f2e9905b74b24437fbce76ea6"
integrity sha512-UIRcWsX1kDOcC/Q2R58weYWlw01EnmWWBwUv3okWS+zMBvsgIfYoO6veHhuNE3hgzWCEImNp46QS5CyKnw5QUA==
Expand Down

0 comments on commit 8ed224f

Please sign in to comment.