fix: fix type deps

This commit is contained in:
YuanHeDx 2025-03-18 11:47:13 +08:00 committed by YuanHeDx
parent 26a8ad2390
commit 99ecb565cb
2 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,7 @@
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"styled-components": "^5",
"@types/styled-components": "^5",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.54.0",
"less": "^4.1.2",

View File

@ -98,7 +98,7 @@ importers:
version: link:../../config/ts-config
'@rspack/cli':
specifier: 0.2.1
version: 0.2.1(react-refresh@0.14.0)(webpack@5.76.0)
version: 0.2.1(react-refresh@0.16.0)(webpack@5.76.0)
'@types/lodash-es':
specifier: ^4.17.12
version: 4.17.12
@ -232,7 +232,7 @@ importers:
version: link:../../config/ts-config
'@rspack/cli':
specifier: 0.2.1
version: 0.2.1(react-refresh@0.16.0)(webpack@5.76.0)
version: 0.2.1(react-refresh@0.14.0)(webpack@5.76.0)
'@types/lodash-es':
specifier: ^4.17.12
version: 4.17.12
@ -245,6 +245,9 @@ importers:
'@types/react-dom':
specifier: ^18
version: 18.3.5(@types/react@18.3.16)
'@types/styled-components':
specifier: ^5
version: 5.1.34
'@typescript-eslint/parser':
specifier: ^6.10.0
version: 6.21.0(eslint@8.57.1)(typescript@5.0.4)