Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olemp committed May 11, 2020
1 parent 6f73e74 commit e2be310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ echo INSTALLING NPM PACKAGES

IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd !NPM_CMD! install --force --no-progress
call :ExecuteCmd !NPM_CMD! install --no-progress --no-fund
IF !ERRORLEVEL! NEQ 0 goto error
popd
)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@
"clean": "rimraf ./lib && rimraf ./public/js"
},
"dependencies": {
"@apollo/react-hooks": "3.1.3",
"@microsoft/applicationinsights-web": "2.5.4",
"@microsoft/microsoft-graph-client": "2.0.0",
"@pnp/common": "2.0.4",
"@types/react-autosuggest": "9.3.13",
"@uifabric/react-hooks": "^7.2.0",
"apollo-cache": "1.3.4",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-cache": "1.3.5",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.9",
"apollo-link": "1.2.14",
"apollo-link-http": "1.5.17",
"apollo-utilities": "1.3.3",
"apollo-utilities": "1.3.4",
"array-sort": "1.0.0",
"autosuggest-highlight": "3.1.1",
"azure-storage": "2.10.3",
Expand All @@ -40,7 +41,7 @@
"dotenv": "8.2.0",
"express": "4.17.1",
"express-favicon": "2.0.1",
"express-graphql": "0.8.0",
"express-graphql": "0.9.0",
"express-pino-logger": "4.0.0",
"express-session": "1.17.1",
"get-value": "3.0.1",
Expand Down Expand Up @@ -80,7 +81,6 @@
"with-default-props": "^0.2.1"
},
"devDependencies": {
"@apollo/react-hooks": "3.1.3",
"@babel/compat-data": "7.8.0",
"@babel/core": "7.8.6",
"@babel/preset-env": "7.8.0",
Expand Down

0 comments on commit e2be310

Please sign in to comment.