Skip to content

Commit

Permalink
Update dev dependency dotenv (#6240)
Browse files Browse the repository at this point in the history
- Types are included as of dotenv@8.2.0
- motdotla/dotenv#430
  • Loading branch information
mikeharder committed Nov 19, 2019
1 parent 905adfc commit 1daaa37
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 81 deletions.
75 changes: 21 additions & 54 deletions common/config/rush/pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions sdk/appconfiguration/app-configuration/package.json
Expand Up @@ -71,11 +71,10 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.5.4",
"@rollup/plugin-replace": "^2.2.0",
"@types/dotenv": "^6.1.0",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.0",
"assert": "^1.4.1",
"dotenv": "^8.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
Expand Down
Expand Up @@ -78,7 +78,7 @@
"@typescript-eslint/parser": "^2.0.0",
"assert": "^1.4.1",
"cross-env": "^5.2.0",
"dotenv": "^8.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
Expand Down
3 changes: 1 addition & 2 deletions sdk/core/core-amqp/package.json
Expand Up @@ -82,7 +82,6 @@
"@types/chai": "^4.1.6",
"@types/chai-as-promised": "^7.1.0",
"@types/debug": "^4.1.4",
"@types/dotenv": "^6.1.0",
"@types/jssha": "^2.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.0",
Expand All @@ -93,7 +92,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"dotenv": "^8.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
Expand Down

0 comments on commit 1daaa37

Please sign in to comment.