Skip to content

Commit

Permalink
Update isomorphic-fetch and node-fetch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman committed Jan 5, 2021
1 parent c66f9bf commit a5f19d6
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 138 deletions.
30 changes: 15 additions & 15 deletions lerna-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"temp-directory": "nyc/.nyc_output"
},
"devDependencies": {
"@fluidframework/build-tools": "^0.2.11714",
"@fluidframework/build-tools": "^0.2.12384",
"@fluidframework/test-tools": "^0.2.3074",
"@mattetti/custom-api-documenter": "^0.3.3",
"@microsoft/api-extractor": "^7.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/odsp-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"assert": "^2.0.0",
"debug": "^4.1.1",
"lodash": "^4.17.19",
"node-fetch": "^2.2.1",
"node-fetch": "^2.6.1",
"sha.js": "^2.4.11",
"sinon": "^7.4.2",
"socket.io-client": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/web-code-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@fluidframework/container-definitions": "^0.32.0",
"@fluidframework/core-interfaces": "^0.32.0",
"isomorphic-fetch": "^2.2.1"
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@fluidframework/build-common": "^0.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/odsp-doclib-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@fluidframework/driver-definitions": "^0.32.0",
"@fluidframework/driver-utils": "^0.32.0",
"node-fetch": "^2.2.1"
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@fluidframework/build-common": "^0.19.2",
Expand Down
66 changes: 18 additions & 48 deletions server/routerlicious/lerna-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a5f19d6

Please sign in to comment.