We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20741fb commit 5d7d8f8Copy full SHA for 5d7d8f8
package.json
@@ -20,8 +20,11 @@
20
"@commitlint/config-conventional": "^17.4.4",
21
"@craco/craco": "^7.0.0",
22
"@craco/types": "^7.0.0",
23
+ "@ianvs/prettier-plugin-sort-imports": "^4.1.1",
24
"@types/react": "^18.0.28",
25
"@types/react-dom": "^18.0.11",
26
+ "@typescript-eslint/eslint-plugin": "^6.19.0",
27
+ "@typescript-eslint/parser": "^6.19.0",
28
"craco-css-modules": "^1.0.4",
29
"craco-esbuild": "^0.5.1",
30
"cross-env": "^7.0.3",
@@ -36,7 +39,7 @@
36
39
"stylelint": "^15.2.0",
37
40
"stylelint-config-standard": "^30.0.1",
38
41
"stylelint-config-standard-scss": "^7.0.1",
- "typescript": "^4.9.5",
42
+ "typescript": "^5.3.3",
43
"webpack-bundle-analyzer": "^4.8.0",
44
"webpack-subresource-integrity": "^5.1.0"
45
},
@@ -58,5 +61,5 @@
58
61
"src/**/*": "prettier --write --ignore-unknown",
59
62
"src/**/*.{css,scss}": "stylelint"
60
63
- "packageManager": "pnpm@8.1.0"
64
+ "packageManager": "pnpm@8.14.0"
65
}
0 commit comments