Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 997508d

Browse files
authored
chore: update deps and fix nohoist config (#3248)
1 parent b3ead64 commit 997508d

File tree

46 files changed

+120
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+120
-113
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stages:
1717

1818
node_js:
1919
- 'lts/*'
20-
# cannot support node 14 until hapi > 19.1.1 is released
20+
# blocked by https://github.com/hapijs/hapi/issues/4149
2121
# - 'node'
2222

2323
os:
@@ -132,7 +132,7 @@ jobs:
132132
name: examples
133133
script:
134134
- npx json -I -f ./lerna.json -e "this.packages.push('examples/*')"
135-
- npx json -I -f ./lerna.json -e "this.command.bootstrap.nohoist.push('ipfs-css', 'tachyons')"
135+
- npx json -I -f ./lerna.json -e "this.command.bootstrap.nohoist = ['ipfs-css', 'tachyons']"
136136
- npm run reset
137137
- npm install
138138
- npm run build -- --scope={ipfs,ipfs-http-client}

examples/browser-add-readable-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"keywords": [],
1313
"license": "MIT",
1414
"devDependencies": {
15-
"ipfs": "^0.49.0",
15+
"ipfs": "^0.49.1",
1616
"test-ipfs-example": "^2.0.3"
1717
}
1818
}

examples/browser-browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"concat-stream": "^2.0.0",
1919
"execa": "^4.0.0",
2020
"http-server": "^0.11.1",
21-
"ipfs": "^0.49.0",
21+
"ipfs": "^0.49.1",
2222
"test-ipfs-example": "^2.0.3"
2323
},
2424
"browser": {

examples/browser-create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"dot-prop": "^5.0.0",
7-
"ipfs": "^0.49.0",
7+
"ipfs": "^0.49.1",
88
"ipfs-css": "^0.13.1",
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6",

examples/browser-exchange-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"browserify": "^16.2.3",
1515
"execa": "^4.0.0",
1616
"http-server": "^0.11.1",
17-
"ipfs-http-client": "^46.0.0",
17+
"ipfs-http-client": "^46.0.1",
1818
"uint8arrays": "^1.1.0"
1919
},
2020
"dependencies": {
21-
"ipfs": "^0.49.0",
21+
"ipfs": "^0.49.1",
2222
"it-all": "^1.0.1",
2323
"test-ipfs-example": "^2.0.3"
2424
},

examples/browser-http-client-upload-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
],
1515
"license": "MIT",
1616
"dependencies": {
17-
"ipfs-http-client": "^46.0.0"
17+
"ipfs-http-client": "^46.0.1"
1818
},
1919
"devDependencies": {
20-
"ipfs": "^0.49.0",
20+
"ipfs": "^0.49.1",
2121
"parcel-bundler": "^1.12.4",
2222
"react": "^16.8.6",
2323
"react-dom": "^16.8.6",

examples/browser-mfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"webpack-cli": "^3.3.11"
2222
},
2323
"dependencies": {
24-
"ipfs": "^0.49.0",
24+
"ipfs": "^0.49.1",
2525
"mime-sniffer": "~0.0.3"
2626
}
2727
}

examples/browser-parceljs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"ipfs": "^0.49.0"
21+
"ipfs": "^0.49.1"
2222
},
2323
"devDependencies": {
2424
"@babel/cli": "^7.1.5",

examples/browser-readablestream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"webpack": "^4.43.0"
2121
},
2222
"dependencies": {
23-
"ipfs": "^0.49.0",
23+
"ipfs": "^0.49.1",
2424
"it-to-stream": "^0.1.1",
2525
"videostream": "^3.2.0"
2626
}

examples/browser-script-tag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"test-ipfs-example": "^2.0.3"
1717
},
1818
"dependencies": {
19-
"ipfs": "^0.49.0"
19+
"ipfs": "^0.49.1"
2020
}
2121
}

0 commit comments

Comments
 (0)