Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Jul 31, 2020
1 parent fa821a5 commit c9d1578
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 402 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": "^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"
"@types/node": "^14.0.27",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"jest": "^26.2.2",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
},
"scripts": {
"prepare": "yarn build",
Expand All @@ -29,11 +29,11 @@
},
"dependencies": {
"@redux-offline/redux-offline": "^2.6.0",
"aws-appsync": "^3.0.4",
"aws-sdk": "^2.706.0",
"graphql-tag": "^2.10.3",
"aws-appsync": "^4.0.0",
"aws-sdk": "^2.725.0",
"graphql-tag": "^2.11.0",
"isomorphic-fetch": "^2.2.1",
"ws": "^7.3.0"
"ws": "^7.3.1"
},
"files": [
"lib/**/*"
Expand Down
Loading

0 comments on commit c9d1578

Please sign in to comment.