Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Iwana committed Jun 28, 2020
1 parent 7c9915c commit 82ffa38
Show file tree
Hide file tree
Showing 2 changed files with 771 additions and 814 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"private": false,
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/node": "^13.13.5",
"@types/ws": "^7.2.4",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"jest": "^26.0.1",
"ts-jest": "^25.5.0",
"typescript": "^3.8.3"
"@types/node": "^14.0.14",
"@types/ws": "^7.2.5",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
},
"scripts": {
"prepare": "yarn build",
Expand All @@ -28,12 +28,12 @@
"lint:fix": "eslint src/**/*.ts --fix"
},
"dependencies": {
"@redux-offline/redux-offline": "^2.5.2",
"aws-appsync": "^3.0.3",
"aws-sdk": "^2.672.0",
"@redux-offline/redux-offline": "^2.6.0",
"aws-appsync": "^3.0.4",
"aws-sdk": "^2.706.0",
"graphql-tag": "^2.10.3",
"isomorphic-fetch": "^2.2.1",
"ws": "^7.2.5"
"ws": "^7.3.0"
},
"files": [
"lib/**/*"
Expand Down
Loading

0 comments on commit 82ffa38

Please sign in to comment.