forked from iod/cpnode-front
fix: add TypeScript to devDependencies
This commit is contained in:
parent
32d835ff27
commit
36ff5aff2b
5
package-lock.json
generated
5
package-lock.json
generated
@ -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,
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user