[go: nahoru, domu]

Skip to content

Commit

Permalink
[engsys] Upgrade dev dependency dotenv version to ^16.0.0 for sel…
Browse files Browse the repository at this point in the history
…ected packages (#24020)
  • Loading branch information
jeremymeng authored and KarishmaGhiya committed Dec 6, 2022
1 parent fb1d2b2 commit 009fd86
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
42 changes: 21 additions & 21 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/tools/dev-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"concurrently": "^7.1.0",
"chalk": "~4.1.1",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"fs-extra": "^10.0.0",
"minimist": "~1.2.5",
"prettier": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk/cognitivelanguage/ai-language-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"eslint": "^8.0.0",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@types/uuid": "^8.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"eslint": "^8.0.0",
"inherits": "^2.0.3",
"jsonwebtoken": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"chai-exclude": "^2.0.2",
"cross-env": "^7.0.2",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"downlevel-dts": "^0.10.0",
"eslint": "^8.0.0",
"esm": "^3.2.18",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@types/node-fetch": "^2.5.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"downlevel-dts": "^0.10.0",
"es6-promise": "^4.2.5",
"eslint": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/node": "^14.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"downlevel-dts": "^0.10.0",
"eslint": "^8.0.0",
"esm": "^3.2.18",
Expand Down

0 comments on commit 009fd86

Please sign in to comment.