Merge pull request #11233 from allenve/fix-ts-classnames
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
gh-pages / build (20.x) (push) Has been cancelled

fix: add @types/classnames
This commit is contained in:
Allen 2024-11-20 19:08:10 +08:00 committed by GitHub
commit 8c046312c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,11 +58,12 @@
"@swc/core": "^1.3.107",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.34",
"@types/node": "^14.0.24",
"@types/classnames": "^2.3.4",
"@types/express": "^4.17.14",
"@types/jest": "^28.1.0",
"@types/js-yaml": "^4.0.5",
"@types/marked": "^4.0.7",
"@types/node": "^14.0.24",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
@ -160,4 +161,4 @@
"printBasicPrototype": false
}
}
}
}