File tree Expand file tree Collapse file tree 3 files changed +885
-2688
lines changed Expand file tree Collapse file tree 3 files changed +885
-2688
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a [Next.js](https://nextjs.org/) starter project with [TypeScript](https
4
4
5
5
| Library| Version|
6
6
| --| --|
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 ) |
10
10
| React | ![ 17.0.2] ( https://img.shields.io/badge/npm-v17.0.2-blue ) |
Original file line number Diff line number Diff line change 8
8
"start" : " next start"
9
9
},
10
10
"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 " ,
14
14
"react" : " 17.0.2" ,
15
15
"react-dom" : " 17.0.2" ,
16
- "tailwindcss" : " 2.1.2 "
16
+ "tailwindcss" : " 2.2.4 "
17
17
},
18
18
"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 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments