Skip to content

Commit

Permalink
Merge pull request #5 from danangekal/danangekal/update-deps
Browse files Browse the repository at this point in the history
perf: update deps next, eslint, husky, prettier, ts & other
  • Loading branch information
danangekal authored Dec 21, 2021
2 parents 30231c0 + edb98d5 commit fed5e14
Show file tree
Hide file tree
Showing 4 changed files with 1,637 additions and 1,901 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"postpublish": "pinst --enable"
},
"dependencies": {
"next": "^11.1.2",
"next-pwa": "^5.3.1",
"next": "^12.0.7",
"next-pwa": "^5.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"eslint": "7.32.0",
"eslint-config-next": "^11.1.2",
"@types/react": "^17.0.37",
"eslint": "8.5.0",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"pinst": "^2.1.6",
"prettier": "^2.4.1",
"typescript": "^4.3.5"
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=12.13.0"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
/* Advanced Options */
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
"resolveJsonModule": true
"resolveJsonModule": true,
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", ".next"]
Expand Down
Loading

1 comment on commit fed5e14

@vercel
Copy link

@vercel vercel bot commented on fed5e14 Dec 21, 2021

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.