Skip to content

Commit 5d7d8f8

Browse files
committed
chore: 更新依赖版本
1 parent 20741fb commit 5d7d8f8

File tree

2 files changed

+537
-73
lines changed

2 files changed

+537
-73
lines changed

Diff for: package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
"@commitlint/config-conventional": "^17.4.4",
2121
"@craco/craco": "^7.0.0",
2222
"@craco/types": "^7.0.0",
23+
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
2324
"@types/react": "^18.0.28",
2425
"@types/react-dom": "^18.0.11",
26+
"@typescript-eslint/eslint-plugin": "^6.19.0",
27+
"@typescript-eslint/parser": "^6.19.0",
2528
"craco-css-modules": "^1.0.4",
2629
"craco-esbuild": "^0.5.1",
2730
"cross-env": "^7.0.3",
@@ -36,7 +39,7 @@
3639
"stylelint": "^15.2.0",
3740
"stylelint-config-standard": "^30.0.1",
3841
"stylelint-config-standard-scss": "^7.0.1",
39-
"typescript": "^4.9.5",
42+
"typescript": "^5.3.3",
4043
"webpack-bundle-analyzer": "^4.8.0",
4144
"webpack-subresource-integrity": "^5.1.0"
4245
},
@@ -58,5 +61,5 @@
5861
"src/**/*": "prettier --write --ignore-unknown",
5962
"src/**/*.{css,scss}": "stylelint"
6063
},
61-
"packageManager": "pnpm@8.1.0"
64+
"packageManager": "pnpm@8.14.0"
6265
}

0 commit comments

Comments
 (0)