fix: add TypeScript to devDependencies

This commit is contained in:
Nex Zhu 2021-12-27 17:23:55 +08:00
parent 32d835ff27
commit 36ff5aff2b
No known key found for this signature in database
GPG Key ID: 15C6254AD19362B4
2 changed files with 6 additions and 2 deletions

5
package-lock.json generated
View File

@ -31,7 +31,8 @@
"stylelint-config-property-sort-order-smacss": "^8.0.0", "stylelint-config-property-sort-order-smacss": "^8.0.0",
"stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.1.0", "stylelint-config-recommended-vue": "^1.1.0",
"stylelint-webpack-plugin": "^3.1.0" "stylelint-webpack-plugin": "^3.1.0",
"typescript": "^4.5.4"
} }
}, },
"node_modules/@ant-design/colors": { "node_modules/@ant-design/colors": {
@ -12474,6 +12475,8 @@
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.4", "version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"peer": true, "peer": true,

View File

@ -51,7 +51,8 @@
"stylelint-config-property-sort-order-smacss": "^8.0.0", "stylelint-config-property-sort-order-smacss": "^8.0.0",
"stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.1.0", "stylelint-config-recommended-vue": "^1.1.0",
"stylelint-webpack-plugin": "^3.1.0" "stylelint-webpack-plugin": "^3.1.0",
"typescript": "^4.5.4"
}, },
"dependencies": { "dependencies": {
"@fesjs/fes": "^2.0.11", "@fesjs/fes": "^2.0.11",