Skip to content

Commit

Permalink
Build tracked-maps-and-sets from git
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 28, 2021
1 parent bc91019 commit 4877491
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"packages/*",
"tests"
],
"resolutions": {
"tracked-maps-and-sets": "github:NullVoxPopuli/tracked-maps-and-sets#resolve-global-ember-issue",
"tracked-built-ins": "github:pzuraq/tracked-built-ins#master"
},
"scripts": {
"predeploy": "yarn build && yarn workspace limber build",
"build": "npm-run-all --aggregate-output --parallel 'build:*'",
Expand All @@ -17,7 +21,7 @@
"start:prod": "MINIFY=false yarn start --environment=production",
"_": "_",
"__": "_ https://github.com/webpack/loader-utils/issues/179",
"postinstall": "rm -rf node_modules/@types/loader-utils"
"postinstall": "rm -rf node_modules/@types/loader-utils && ( cd node_modules/tracked-maps-and-sets && yarn && yarn build )"
},
"volta": {
"node": "14.17.0",
Expand Down
16 changes: 7 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6767,9 +6767,9 @@ ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.0, ember-cli-babel@^7.10.0, ember-c
rimraf "^3.0.1"
semver "^5.5.0"

ember-cli-babel@^7.26.6:
ember-cli-babel@^7.26.5, ember-cli-babel@^7.26.6:
version "7.26.6"
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.26.6.tgz#322fbbd3baad9dd99e3276ff05bc6faef5e54b39"
resolved "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-7.26.6.tgz#322fbbd3baad9dd99e3276ff05bc6faef5e54b39"
integrity sha512-040svtfj2RC35j/WMwdWJFusZaXmNoytLAMyBDGLMSlRvznudTxZjGlPV6UupmtTBApy58cEF8Fq4a+COWoEmQ==
dependencies:
"@babel/core" "^7.12.0"
Expand Down Expand Up @@ -14522,22 +14522,20 @@ tr46@^2.0.2:
dependencies:
punycode "^2.1.1"

tracked-built-ins@^1.1.1:
tracked-built-ins@^1.1.1, "tracked-built-ins@github:pzuraq/tracked-built-ins#master":
version "1.1.1"
resolved "https://registry.npmjs.org/tracked-built-ins/-/tracked-built-ins-1.1.1.tgz#d472142b268f2e03de719e33c0407b4c8b8ce5fa"
integrity sha512-ZPGvTu+7d2tkUe4fJPgKkW8Bh512ZBih1S+DhuCSuT4VGj5qLwKbabSMqRiPSYOwWeM5aER0HMRGUvpWARPaHQ==
resolved "https://codeload.github.com/pzuraq/tracked-built-ins/tar.gz/308c79a02476b10132518930a6a54b2807f23f3d"
dependencies:
ember-cli-babel "^7.26.3"
ember-cli-typescript "^4.1.0"
tracked-maps-and-sets "^2.0.0"

tracked-maps-and-sets@^2.0.0, tracked-maps-and-sets@^2.2.1:
tracked-maps-and-sets@^2.0.0, tracked-maps-and-sets@^2.2.1, "tracked-maps-and-sets@github:NullVoxPopuli/tracked-maps-and-sets#resolve-global-ember-issue":
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==
resolved "https://codeload.github.com/NullVoxPopuli/tracked-maps-and-sets/tar.gz/b9925ff4aacbd4e5a9c993bac5b13f7007a8d53a"
dependencies:
"@glimmer/tracking" "^1.0.0"
ember-cli-babel "^7.17.2"
ember-cli-babel "^7.26.5"

tree-sync@^1.2.2:
version "1.4.0"
Expand Down

0 comments on commit 4877491

Please sign in to comment.