Skip to content

Commit

Permalink
Still don't understand npm package resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunguha committed May 13, 2021
1 parent bcdac8e commit eebf669
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 63 deletions.
4 changes: 2 additions & 2 deletions continuations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-monaco-editor": "^0.25.1",
"@stopify/continuations": "0.7.0",
"@stopify/continuations-runtime": "0.7.0"
"@stopify/continuations": "~0.7.0",
"@stopify/continuations-runtime": "~0.7.0"
}
}
2 changes: 1 addition & 1 deletion hygiene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stopify/hygiene",
"version": "0.7.3",
"version": "0.7.4",
"main": "dist/ts/index.js",
"typings": "dist/ts/index.d.ts",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions normalize-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stopify/normalize-js",
"version": "0.7.3",
"version": "0.7.4",
"description": "An ANF-inspired normalization of JavaScript",
"main": "dist/ts/index",
"typings": "dist/ts/index",
Expand Down Expand Up @@ -54,7 +54,7 @@
"source-map-support": "^0.5.6",
"trie": "^0.2.1",
"@stopify/util": "0.7.3",
"@stopify/hygiene": "0.7.3"
"@stopify/hygiene": "~0.7.3"
},
"jest": {
"roots": [
Expand Down
4 changes: 2 additions & 2 deletions stopify-continuations-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stopify/continuations",
"version": "0.7.3",
"version": "0.7.4",
"description": "Continuations for JavaScript",
"main": "dist/src/index",
"typings": "dist/src/index",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"@stopify/normalize-js": "0.7.3",
"@stopify/normalize-js": "~0.7.3",
"@stopify/util": "0.7.3",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
Expand Down
10 changes: 5 additions & 5 deletions stopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stopify/stopify",
"version": "0.7.4",
"version": "0.7.5",
"description": "Stopify makes JavaScript a better target language for high-level languages and web-based programming tools",
"main": "dist/src/index.js",
"typings": "dist/src/index",
Expand Down Expand Up @@ -54,11 +54,11 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"@stopify/continuations": "0.7.3",
"@stopify/continuations-runtime": "0.7.3",
"@stopify/continuations": "~0.7.3",
"@stopify/continuations-runtime": "~0.7.3",
"@stopify/estimators": "0.7.3",
"@stopify/hygiene": "0.7.3",
"@stopify/normalize-js": "0.7.3",
"@stopify/hygiene": "~0.7.3",
"@stopify/normalize-js": "~0.7.3",
"@stopify/util": "0.7.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
Expand Down
51 changes: 0 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,57 +378,6 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@stopify/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/continuations-runtime/-/continuations-runtime-0.7.0.tgz#d7e5c67c7c105265261e6f67e96fe2da0d953712"
integrity sha512-S6ZZP68/jR+UvuiFJ6KsG6LbvqawcD4yael5mOf7B2k5uPpAfgzfJ6dqS49ulmGZmN7fmqbJV9qWhKQ84y9jMA==

"@stopify/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/continuations/-/continuations-0.7.0.tgz#6417c90f175273ad8370f31f968c336b62e5c4e0"
integrity sha512-1ne1b0LstC5hIHtq9SltbNXJ41M0yBw6cCGgHPL8TAtvw2bOp3P6Qv+CI07LhE+cuUIo1FpSqwNSISABcsh4CQ==
dependencies:
"@stopify/normalize-js" "0.7.0"
"@stopify/util" "0.7.0"
babel-core "^6.26.3"
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
babel-traverse "^6.26.0"
babel-types "^6.26.0"
commander "^2.11.0"
convert-source-map "^1.5.0"
immutable "^3.8.1"
source-map "^0.6.0"
source-map-support "^0.5.6"

"@stopify/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/hygiene/-/hygiene-0.7.0.tgz#2bb02ffbfbebe7d07b93dec0925b4c154adf1529"
integrity sha512-0IPRAWpCv5/GcJxOVGBBLTUhuvqRsJkSHOnXUjqViwdDvXyCjnL4MZR/p0sqrqvn+S+ibdQoiLL7RYwCCSB7Sg==
dependencies:
"@stopify/util" "0.7.0"
babel-core "^6.26.3"
babel-traverse "^6.26.0"
babel-types "^6.26.0"
trie "^0.2.1"

"@stopify/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/normalize-js/-/normalize-js-0.7.0.tgz#9793707b8a6724416411c2a698d3938d04f10d63"
integrity sha512-WHjTu1XO8eSO1srVQPVcsXHfit3OCFRPxVfYwd8YFzAhv55ps7BJAgGKG9UZitfrbDhDs2TgZQj7K7IV1uzwYQ==
dependencies:
"@stopify/hygiene" "0.7.0"
"@stopify/util" "0.7.0"
babel-core "^6.26.3"
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
babel-traverse "^6.26.0"
babel-types "^6.26.0"
commander "^2.11.0"
convert-source-map "^1.5.0"
immutable "^3.8.1"
source-map "^0.6.0"
source-map-support "^0.5.6"
trie "^0.2.1"

"@stopify/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/util/-/util-0.7.0.tgz#2c01ecf92311c8c12dd00b260fad1fc1446dc8bb"
Expand Down

0 comments on commit eebf669

Please sign in to comment.