Skip to content

Commit 0384404

Browse files
authored
Merge pull request #7 from danangekal/danangekal/update-deps
perf: update deps (next, tailwindcss & etc)
2 parents 8a616ad + e6f1944 commit 0384404

File tree

4 files changed

+1270
-1232
lines changed

4 files changed

+1270
-1232
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ You can check [demo](https://next-typescript-tailwind-starter.vercel.app/)
99
- [React.js 17](https://reactjs.org/blog/2020/10/20/react-v17.html) - Blog introduce react v17.0.
1010
- [Next.js 11](https://nextjs.org/blog/next-11) - Blog introduce next.js 11.
1111
- [Typescript 4](https://www.typescriptlang.org/) - Documentation of typescript.
12+
- [Next PWA 5](https://www.npmjs.com/package/next-pwa) - Documentation of next pwa.
1213
- [Tailwind CSS 2](https://tailwindcss.com/docs/) - Documentation of tailwind css.
1314
- [Next PWA 5](https://www.npmjs.com/package/next-pwa) - Documentation of next pwa.
1415
- [Docker](https://docs.docker.com/) - Documentation of Docker.
1516
- [Eslint 7](https://eslint.org/docs/user-guide/getting-started) - Documentation of eslint.
1617
- [Prettier 2](https://prettier.io/docs/en/index.html) - Documentation of prettier.
17-
- [Husky 6](https://typicode.github.io/husky/#/) - Documentation of husky.
18+
- [Husky 7](https://typicode.github.io/husky/#/) - Documentation of husky.
1819
- [Lint Staged 11](https://github.com/okonet/lint-staged) - Documentation of lint staged.
1920

2021
## Usage

next-env.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
33
/// <reference types="next/image-types/global" />
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
"postpublish": "pinst --enable"
4040
},
4141
"dependencies": {
42-
"autoprefixer": "^10.2.6",
43-
"next": "^11.0.1",
44-
"next-pwa": "^5.2.21",
45-
"postcss": "^8.3.5",
42+
"autoprefixer": "^10.3.7",
43+
"next": "^11.1.2",
44+
"next-pwa": "^5.3.1",
45+
"postcss": "^8.3.9",
4646
"react": "^17.0.2",
4747
"react-dom": "^17.0.2",
48-
"tailwindcss": "^2.2.4"
48+
"tailwindcss": "^2.2.16"
4949
},
5050
"devDependencies": {
51-
"@types/node": "^15.12.4",
52-
"@types/react": "^17.0.11",
53-
"eslint": "^7.29.0",
54-
"eslint-config-next": "^11.0.1",
51+
"@types/node": "^16.10.3",
52+
"@types/react": "^17.0.27",
53+
"eslint": "7.32.0",
54+
"eslint-config-next": "^11.1.2",
5555
"eslint-config-prettier": "^8.3.0",
56-
"husky": "^6.0.0",
57-
"lint-staged": "^11.0.0",
56+
"husky": "^7.0.2",
57+
"lint-staged": "^11.2.3",
5858
"pinst": "^2.1.6",
59-
"prettier": "^2.3.1",
60-
"typescript": "^4.3.4"
59+
"prettier": "^2.4.1",
60+
"typescript": "^4.3.5"
6161
},
6262
"engines": {
6363
"node": ">=12.13.0"

0 commit comments

Comments
 (0)