Compare commits
3 Commits
6f8e5036f7
...
b0b8689acb
| Author | SHA1 | Date | |
|---|---|---|---|
| b0b8689acb | |||
| 8012cb82fc | |||
| 73b2da2d1e |
+1
-1
@@ -54,7 +54,7 @@
|
|||||||
"eslint-plugin-prettier": "^5.0.0",
|
"eslint-plugin-prettier": "^5.0.0",
|
||||||
"eslint-plugin-vue": "^9.0.0",
|
"eslint-plugin-vue": "^9.0.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"jsdom": "^30.0.1",
|
"jsdom": "^19.0.0",
|
||||||
"less": "^4.6.4",
|
"less": "^4.6.4",
|
||||||
"lint-staged": "^15.0.0",
|
"lint-staged": "^15.0.0",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.0",
|
||||||
|
|||||||
Generated
+343
-256
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
declare module 'china-area-data' {
|
declare module 'china-area-data/data.json' {
|
||||||
const data: Record<string, Record<string, string>>;
|
const data: Record<string, Record<string, string>>;
|
||||||
export default data;
|
export default data;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user