File tree 2 files changed +252
-188
lines changed
2 files changed +252
-188
lines changed Original file line number Diff line number Diff line change 14
14
"test-all" : " yarn lint && yarn type-check && yarn test"
15
15
},
16
16
"dependencies" : {
17
- "next" : " 12.1.0 " ,
18
- "react" : " ^17 .0.2 " ,
19
- "react-dom" : " ^17 .0.2 " ,
17
+ "next" : " 12.1.1 " ,
18
+ "react" : " ^18 .0.0 " ,
19
+ "react-dom" : " ^18 .0.0 " ,
20
20
"sass" : " ^1.49.9"
21
21
},
22
22
"devDependencies" : {
29
29
"@types/node" : " ^17.0.21" ,
30
30
"@types/react" : " ^17.0.39" ,
31
31
"autoprefixer" : " ^10.4.2" ,
32
- "eslint" : " ^8.10 .0" ,
33
- "eslint-config-next" : " ^12.1.0 " ,
32
+ "eslint" : " ^8.12 .0" ,
33
+ "eslint-config-next" : " ^12.1.1 " ,
34
34
"eslint-config-prettier" : " ^8.5.0" ,
35
35
"eslint-plugin-prettier" : " ^4.0.0" ,
36
- "eslint-plugin-testing-library" : " ^5.0.6 " ,
36
+ "eslint-plugin-testing-library" : " ^5.1.0 " ,
37
37
"eslint-plugin-unused-imports" : " ^2.0.0" ,
38
38
"jest" : " ^27.5.1" ,
39
- "postcss" : " ^8.4.7 " ,
40
- "prettier" : " ^2.5 .1" ,
39
+ "postcss" : " ^8.4.12 " ,
40
+ "prettier" : " ^2.6 .1" ,
41
41
"prettier-plugin-tailwindcss" : " ^0.1.8" ,
42
42
"tailwindcss" : " ^3.0.23" ,
43
- "typescript" : " ^4.6.2 "
43
+ "typescript" : " ^4.6.3 "
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments