Skip to content

Commit

Permalink
upgrade packages and type generating
Browse files Browse the repository at this point in the history
  • Loading branch information
aderaaij committed Jul 6, 2021
1 parent 55c5572 commit 6f7da53
Show file tree
Hide file tree
Showing 5 changed files with 9,107 additions and 11,522 deletions.
7 changes: 1 addition & 6 deletions codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ generates:
./src/types.ts:
plugins:
- typescript
config:
pluckConfig:
gqlMagicComment: GraphQL
globalGqlIdentifierName:
- gql
- graphql
- typescript-operations
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
]
},
"dependencies": {
"classnames": "2.2.6",
"classnames": "^2.3.1",
"date-fns": "^2.16.1",
"eslint": "^7.11.0",
"next": "^10.0.1",
"next": "^11",
"postcss": "^8.3.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand All @@ -35,11 +36,11 @@
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-resolvers": "^1.17.10",
"@types/classnames": "^2.2.10",
"@types/node": "^14.11.8",
"@types/react": "^16.9.51",
"@types/node": "^16",
"@types/react": "^17",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"dotenv": "^8.2.0",
"dotenv": "^10",
"eslint-config-prettier": "^6.12.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -51,7 +52,7 @@
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^1.4.6",
"tailwindcss": "^2.2.4",
"typescript": "^4.0.3"
},
"license": "MIT"
Expand Down
Loading

0 comments on commit 6f7da53

Please sign in to comment.