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

Commit 6186a24

Browse files
committed
chore: use tildes for pre-v1 deps
1 parent cd55fe9 commit 6186a24

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

examples/bundle-browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"browserify": "^13.1.1",
1414
"ipfs-api": "^11.1.0",
15-
"http-server": "^0.9.0"
15+
"http-server": "~0.9.0"
1616
},
1717
"dependencies": {
1818
}

examples/bundle-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"babel-core": "^5.4.7",
1313
"babel-loader": "^5.1.2",
1414
"ipfs-api": "^11.1.0",
15-
"json-loader": "^0.5.3",
16-
"react": "^0.13.0",
15+
"json-loader": "~0.5.3",
16+
"react": "~0.13.0",
1717
"react-hot-loader": "^1.3.0",
1818
"webpack": "^1.9.6",
1919
"webpack-dev-server": "^1.8.2"

examples/name-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "MIT",
1111
"devDependencies": {
1212
"browserify": "^14.4.0",
13-
"http-server": "^0.10.0"
13+
"http-server": "~0.10.0"
1414
}
1515
}

examples/sub-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"babel-core": "^6.25.0",
1212
"babel-loader": "^7.1.0",
1313
"babel-preset-env": "^1.5.2",
14-
"babili": "^0.1.4",
14+
"babili": "~0.1.4",
1515
"webpack": "^3.0.0"
1616
}
1717
}

examples/upload-file-via-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"babel-core": "^5.4.7",
1515
"babel-loader": "^5.1.2",
1616
"ipfs-api": "../../",
17-
"json-loader": "^0.5.4",
17+
"json-loader": "~0.5.4",
1818
"react": "^15.4.2",
1919
"react-dom": "^15.4.2",
2020
"react-hot-loader": "^1.3.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"is-ipfs": "~0.3.2",
4242
"is-pull-stream": "0.0.0",
4343
"is-stream": "^1.1.0",
44-
"libp2p-crypto": "^0.13.0",
44+
"libp2p-crypto": "~0.13.0",
4545
"lru-cache": "^4.1.3",
4646
"multiaddr": "^5.0.0",
4747
"multibase": "~0.4.0",
@@ -51,15 +51,15 @@
5151
"peer-id": "~0.10.7",
5252
"peer-info": "~0.14.1",
5353
"promisify-es6": "^1.0.3",
54-
"pull-defer": "^0.2.2",
54+
"pull-defer": "~0.2.2",
5555
"pull-pushable": "^2.2.0",
5656
"pull-stream-to-stream": "^1.3.4",
5757
"pump": "^3.0.0",
5858
"qs": "^6.5.2",
5959
"readable-stream": "^2.3.6",
6060
"stream-http": "^2.8.2",
6161
"stream-to-pull-stream": "^1.7.2",
62-
"streamifier": "^0.1.1",
62+
"streamifier": "~0.1.1",
6363
"tar-stream": "^1.6.1"
6464
},
6565
"engines": {

0 commit comments

Comments
 (0)