Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 20, 2020
1 parent c770157 commit bb356cd
Show file tree
Hide file tree
Showing 8 changed files with 357 additions and 274 deletions.
8 changes: 4 additions & 4 deletions @app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@app/config": "0.0.0",
"@app/graphql": "0.0.0",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.4",
"@types/node": "^13.1.8",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.17",
"@types/ws": "^6.0.4",
"@types/ws": "^7.2.0",
"@types/zxcvbn": "^4.4.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^3.26.3",
"antd": "^3.26.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
Expand All @@ -38,7 +38,7 @@
"react-dom": "^16.9.0",
"subscriptions-transport-ws": "^0.9.0",
"tls": "^0.0.1",
"webpack": "^4.41.2",
"webpack": "^4.41.5",
"ws": "^7.2.0",
"zxcvbn": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion @app/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc -b"
},
"dependencies": {
"antd": "^3.26.3",
"antd": "^3.26.7",
"apollo-client": "^2.6.8",
"next": "^9.2.0",
"react": "^16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions @app/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"graphile-migrate": "^0.0.17"
},
"devDependencies": {
"@types/pg": "^7.11.2",
"@types/pg": "^7.14.1",
"lodash": "^4.17.15",
"pg": "^7.15.0"
"pg": "^7.17.1"
}
}
4 changes: 2 additions & 2 deletions @app/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.1",
"cypress": "^3.8.0",
"webpack": "^4.41.2"
"cypress": "^3.8.2",
"webpack": "^4.41.5"
}
}
6 changes: 3 additions & 3 deletions @app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@types/morgan": "^1.7.36",
"@types/passport": "^1.0.2",
"@types/passport-github": "^1.1.5",
"@types/pg": "^7.4.14",
"@types/pg": "^7.14.1",
"@types/redis": "^2.8.14",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"connect-pg-simple": "^6.0.0",
"connect-pg-simple": "^6.1.0",
"connect-redis": "^4.0.3",
"express": "^4.17.1",
"express-session": "^1.16.2",
Expand All @@ -39,7 +39,7 @@
"next": "^9.2.0",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"pg": "^7.15.0",
"pg": "^7.17.1",
"postgraphile": "^4.5.5",
"redis": "^2.8.0",
"source-map-support": "^0.5.13",
Expand Down
4 changes: 2 additions & 2 deletions @app/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@types/html-to-text": "^1.4.31",
"@types/lodash": "^4.14.149",
"@types/mjml": "^4.0.2",
"@types/nodemailer": "^6.2.1",
"aws-sdk": "^2.591.0",
"@types/nodemailer": "^6.4.0",
"aws-sdk": "^2.606.0",
"chalk": "^3.0.0",
"graphile-worker": "^0.2.0",
"html-to-text": "^5.0.0",
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,35 @@
"dependencies": {
"abort-controller": "^3.0.0",
"graphql": "^14.5.8",
"lerna": "^3.19.0"
"lerna": "^3.20.2",
"string-width": "^4.2.0"
},
"devDependencies": {
"@types/jest": "^24.0.20",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"concurrently": "^5.0.0",
"@types/jest": "^24.9.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"concurrently": "^5.0.2",
"depcheck": "^0.9.1",
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint_d": "^8.0.0",
"inquirer": "^7.0.1",
"inquirer": "^7.0.3",
"jest": "^24.9.0",
"mock-req": "^0.2.0",
"mock-res": "^0.5.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"ts-jest": "^24.2.0",
"ts-jest": "^24.3.0",
"ts-loader": "^6.1.0",
"typescript": "^3.7.3",
"typescript": "^3.7.5",
"update-dotenv": "^1.1.1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit bb356cd

Please sign in to comment.