Skip to content

Commit

Permalink
Upgrade Typescript & pin Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anulman committed Jan 9, 2022
1 parent 003ecc9 commit fcfa62f
Show file tree
Hide file tree
Showing 49 changed files with 581 additions and 413 deletions.
523 changes: 308 additions & 215 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions next-env.d.ts
@@ -1,4 +1,5 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"ahooks": "^2.7.1",
"next": "~12.0",
"next": "12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"windups": "^1.1.9"
Expand All @@ -24,16 +24,16 @@
"@babel/core": "^7.16.7",
"@types/node": "^14.14.2",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^7.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.28.0",
"linaria": "^2.3.1",
"next-linaria": "^0.11.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.3"
"typescript": "^4.5.4"
},
"packageManager": "yarn@3.1.1"
}
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -16,7 +16,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",
Expand Down

1 comment on commit fcfa62f

@vercel
Copy link

@vercel vercel bot commented on fcfa62f Jan 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.