Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: use tildes for pre-v1 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 21, 2018
1 parent cd55fe9 commit 6186a24
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/bundle-browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"browserify": "^13.1.1",
"ipfs-api": "^11.1.0",
"http-server": "^0.9.0"
"http-server": "~0.9.0"
},
"dependencies": {
}
Expand Down
4 changes: 2 additions & 2 deletions examples/bundle-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"babel-core": "^5.4.7",
"babel-loader": "^5.1.2",
"ipfs-api": "^11.1.0",
"json-loader": "^0.5.3",
"react": "^0.13.0",
"json-loader": "~0.5.3",
"react": "~0.13.0",
"react-hot-loader": "^1.3.0",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/name-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "MIT",
"devDependencies": {
"browserify": "^14.4.0",
"http-server": "^0.10.0"
"http-server": "~0.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/sub-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-env": "^1.5.2",
"babili": "^0.1.4",
"babili": "~0.1.4",
"webpack": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/upload-file-via-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"babel-core": "^5.4.7",
"babel-loader": "^5.1.2",
"ipfs-api": "../../",
"json-loader": "^0.5.4",
"json-loader": "~0.5.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"is-ipfs": "~0.3.2",
"is-pull-stream": "0.0.0",
"is-stream": "^1.1.0",
"libp2p-crypto": "^0.13.0",
"libp2p-crypto": "~0.13.0",
"lru-cache": "^4.1.3",
"multiaddr": "^5.0.0",
"multibase": "~0.4.0",
Expand All @@ -51,15 +51,15 @@
"peer-id": "~0.10.7",
"peer-info": "~0.14.1",
"promisify-es6": "^1.0.3",
"pull-defer": "^0.2.2",
"pull-defer": "~0.2.2",
"pull-pushable": "^2.2.0",
"pull-stream-to-stream": "^1.3.4",
"pump": "^3.0.0",
"qs": "^6.5.2",
"readable-stream": "^2.3.6",
"stream-http": "^2.8.2",
"stream-to-pull-stream": "^1.7.2",
"streamifier": "^0.1.1",
"streamifier": "~0.1.1",
"tar-stream": "^1.6.1"
},
"engines": {
Expand Down

0 comments on commit 6186a24

Please sign in to comment.