Skip to content

Commit

Permalink
Update Javascript and Typescript Deps (hyperledger#403)
Browse files Browse the repository at this point in the history
Update all of the Node deps to 2.2.<latest>
and regenerate existing package-lock.json files

Signed-off-by: Brett Logan <[email protected]>

Co-authored-by: Brett Logan <[email protected]>
  • Loading branch information
lindluni-bot and Brett Logan authored Jan 13, 2021
1 parent 80a698b commit 08aaaf0
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 6,035 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ vendor/
node_modules/
# Ignore Gradle build output directory
build
package-lock.json
4 changes: 2 additions & 2 deletions asset-transfer-basic/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.0",
"fabric-network": "^2.2.0"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
}
}
2,601 changes: 0 additions & 2,601 deletions asset-transfer-basic/application-typescript/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions asset-transfer-basic/application-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.0",
"fabric-network": "^2.2.0"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
},
"devDependencies": {
"tslint": "^5.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.0",
"fabric-network": "^2.2.0"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.0",
"fabric-network": "^2.2.0"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions asset-transfer-sbe/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.2",
"fabric-network": "^2.2.2"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.2",
"fabric-network": "^2.2.2"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
}
}
4 changes: 2 additions & 2 deletions auction/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.0",
"fabric-network": "^2.2.0"
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-network": "^2.1.0",
"fabric-ca-client": "^2.1.0",
"fabric-network": "^2.2.4",
"fabric-ca-client": "^2.2.4",
"js-yaml": "^3.12.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-network": "^2.1.0",
"fabric-ca-client": "^2.1.0",
"fabric-network": "^2.2.4",
"fabric-ca-client": "^2.2.4",
"js-yaml": "^3.12.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 08aaaf0

Please sign in to comment.