Skip to content

Commit

Permalink
perf: update deps next, eslint, husky, prettier, ts & other
Browse files Browse the repository at this point in the history
  • Loading branch information
danangekal committed Dec 21, 2021
1 parent 30231c0 commit edb98d5
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

0 comments on commit edb98d5

Please sign in to comment.