Skip to content

Commit 12025ed

Browse files
authored
update nextjs
1 parent 88209e1 commit 12025ed

File tree

3 files changed

+885
-2688
lines changed

3 files changed

+885
-2688
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a [Next.js](https://nextjs.org/) starter project with [TypeScript](https
44

55
|Library|Version|
66
|--|--|
7-
| Next.Js | ![10.2.0](https://img.shields.io/badge/npm-v10.2.0-blue) |
8-
| TypeScript | ![4.2.4](https://img.shields.io/badge/npm-v4.2.4-blue) |
9-
| Tailwind CSS | ![2.1.2](https://img.shields.io/badge/npm-v2.1.2-blue) |
7+
| Next.Js | ![11.0.1](https://img.shields.io/badge/npm-v11.0.1-blue) |
8+
| TypeScript | ![4.3.5](https://img.shields.io/badge/npm-v4.3.5-blue) |
9+
| Tailwind CSS | ![2.2.4](https://img.shields.io/badge/npm-v2.2.4-blue) |
1010
| React | ![17.0.2](https://img.shields.io/badge/npm-v17.0.2-blue) |

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"autoprefixer": "10.2.5",
12-
"next": "10.2.0",
13-
"postcss": "8.2.15",
11+
"autoprefixer": "10.2.6",
12+
"next": "11.0.1",
13+
"postcss": "8.3.5",
1414
"react": "17.0.2",
1515
"react-dom": "17.0.2",
16-
"tailwindcss": "2.1.2"
16+
"tailwindcss": "2.2.4"
1717
},
1818
"devDependencies": {
19-
"@types/node": "15.3.0",
20-
"@types/react": "17.0.5",
21-
"typescript": "4.2.4"
19+
"@types/node": "16.3.1",
20+
"@types/react": "17.0.14",
21+
"typescript": "4.3.5"
2222
}
2323
}

0 commit comments

Comments
 (0)