6
6
"scripts" : {
7
7
"analyze" : " cross-env ANALYZE=TRUE craco build" ,
8
8
"build" : " craco build" ,
9
- "prepare" : " husky install " ,
9
+ "prepare" : " husky" ,
10
10
"start" : " craco start"
11
11
},
12
12
"lint-staged" : {
27
27
]
28
28
},
29
29
"dependencies" : {
30
- "classnames" : " ^2.3.2 " ,
31
- "react" : " ^18.2.0 " ,
32
- "react-dom" : " ^18.2.0 " ,
33
- "react-router-dom" : " ^6.8 .2"
30
+ "classnames" : " ^2.5.1 " ,
31
+ "react" : " ^18.3.1 " ,
32
+ "react-dom" : " ^18.3.1 " ,
33
+ "react-router-dom" : " ^6.26 .2"
34
34
},
35
35
"devDependencies" : {
36
- "@commitlint/cli" : " ^17.4.4 " ,
37
- "@commitlint/config-conventional" : " ^17.4.4 " ,
38
- "@craco/craco" : " ^7.0 .0" ,
39
- "@craco/types" : " ^7.0 .0" ,
40
- "@ianvs/prettier-plugin-sort-imports" : " ^4.1 .1" ,
41
- "@types/react" : " ^18.0.28 " ,
42
- "@types/react-dom" : " ^18.0.11 " ,
43
- "@typescript-eslint/eslint-plugin" : " ^6.19 .0" ,
44
- "@typescript-eslint/parser" : " ^6.19 .0" ,
45
- "craco-css-modules" : " ^1.0.4 " ,
46
- "craco-esbuild" : " ^0.5 .1" ,
36
+ "@commitlint/cli" : " ^19.5.0 " ,
37
+ "@commitlint/config-conventional" : " ^19.5.0 " ,
38
+ "@craco/craco" : " ^7.1 .0" ,
39
+ "@craco/types" : " ^7.1 .0" ,
40
+ "@ianvs/prettier-plugin-sort-imports" : " ^4.3 .1" ,
41
+ "@types/react" : " ^18.3.5 " ,
42
+ "@types/react-dom" : " ^18.3.0 " ,
43
+ "@typescript-eslint/eslint-plugin" : " ^8.5 .0" ,
44
+ "@typescript-eslint/parser" : " ^8.5 .0" ,
45
+ "craco-css-modules" : " ^1.0.6 " ,
46
+ "craco-esbuild" : " ^0.6 .1" ,
47
47
"cross-env" : " ^7.0.3" ,
48
- "eslint" : " ^8.35 .0" ,
49
- "eslint-config-prettier" : " ^8.7 .0" ,
50
- "husky" : " ^8.0.3 " ,
51
- "lint-staged" : " ^13.1.2 " ,
52
- "prettier" : " ^2.8.4 " ,
53
- "prettier-plugin-packagejson" : " ^2.4.9 " ,
48
+ "eslint" : " ^8.57 .0" ,
49
+ "eslint-config-prettier" : " ^8.10 .0" ,
50
+ "husky" : " ^9.1.6 " ,
51
+ "lint-staged" : " ^15.2.10 " ,
52
+ "prettier" : " ^3.3.3 " ,
53
+ "prettier-plugin-packagejson" : " ^2.5.2 " ,
54
54
"react-scripts" : " ^5.0.1" ,
55
- "sass" : " ^1.58.3 " ,
55
+ "sass" : " ^1.78.0 " ,
56
56
"speed-measure-webpack-plugin" : " ^1.5.0" ,
57
- "stylelint" : " ^15.2 .0" ,
58
- "stylelint-config-standard" : " ^30 .0.1" ,
59
- "stylelint-config-standard-scss" : " ^7.0.1 " ,
60
- "typescript" : " ^5.3.3 " ,
61
- "webpack-bundle-analyzer" : " ^4.8.0 " ,
57
+ "stylelint" : " ^16.9 .0" ,
58
+ "stylelint-config-standard" : " ^36 .0.1" ,
59
+ "stylelint-config-standard-scss" : " ^13.1.0 " ,
60
+ "typescript" : " ^5.6.2 " ,
61
+ "webpack-bundle-analyzer" : " ^4.10.2 " ,
62
62
"webpack-subresource-integrity" : " ^5.1.0"
63
63
},
64
- "packageManager" : " pnpm@8.14 .0" ,
64
+ "packageManager" : " pnpm@9.10 .0" ,
65
65
"cracoConfig" : " ./config/craco.js"
66
- }
66
+ }
0 commit comments