diff --git a/package-lock.json b/package-lock.json index efd90be..488de95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,8 @@ "stylelint-config-property-sort-order-smacss": "^8.0.0", "stylelint-config-recommended-scss": "^5.0.2", "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": { @@ -12474,6 +12475,8 @@ }, "node_modules/typescript": { "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true, "license": "Apache-2.0", "peer": true, diff --git a/package.json b/package.json index 5dab7f8..2a46f6a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,8 @@ "stylelint-config-property-sort-order-smacss": "^8.0.0", "stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-recommended-vue": "^1.1.0", - "stylelint-webpack-plugin": "^3.1.0" + "stylelint-webpack-plugin": "^3.1.0", + "typescript": "^4.5.4" }, "dependencies": { "@fesjs/fes": "^2.0.11",