mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-11 02:58:03 +08:00
fix: add @iconify/json dev dep
This commit is contained in:
parent
e8845561d3
commit
63860a7ca5
20
package-lock.json
generated
20
package-lock.json
generated
@ -5,7 +5,6 @@
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vite-vue2-example",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -18,6 +17,7 @@
|
||||
"vue-router": "3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "1.1.310",
|
||||
"@typescript-eslint/eslint-plugin": "4.15.2",
|
||||
"@typescript-eslint/parser": "4.15.2",
|
||||
"@vue/eslint-config-prettier": "6.0.0",
|
||||
@ -458,11 +458,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify/json": {
|
||||
"version": "1.1.309",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.1.309.tgz",
|
||||
"integrity": "sha512-L9556ireR0vOEcrIc54AJpwhts+T4YKArkB5NkxQCMk5b4Rc9+DviglggXByaR2ryqyRZT1/cv1AD/xJtQBQ6g==",
|
||||
"dev": true,
|
||||
"peer": true
|
||||
"version": "1.1.310",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.1.310.tgz",
|
||||
"integrity": "sha512-gLCuqulJPC2ly3upqPILOA1nV2fYfb99Dx64hLvneUb0r22opL+TfMfl352AjSZTFMGKV6ve8pNSAOS5gvY3vg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@iconify/json-tools": {
|
||||
"version": "1.0.10",
|
||||
@ -5344,11 +5343,10 @@
|
||||
}
|
||||
},
|
||||
"@iconify/json": {
|
||||
"version": "1.1.309",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.1.309.tgz",
|
||||
"integrity": "sha512-L9556ireR0vOEcrIc54AJpwhts+T4YKArkB5NkxQCMk5b4Rc9+DviglggXByaR2ryqyRZT1/cv1AD/xJtQBQ6g==",
|
||||
"dev": true,
|
||||
"peer": true
|
||||
"version": "1.1.310",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-1.1.310.tgz",
|
||||
"integrity": "sha512-gLCuqulJPC2ly3upqPILOA1nV2fYfb99Dx64hLvneUb0r22opL+TfMfl352AjSZTFMGKV6ve8pNSAOS5gvY3vg==",
|
||||
"dev": true
|
||||
},
|
||||
"@iconify/json-tools": {
|
||||
"version": "1.0.10",
|
||||
|
@ -19,6 +19,7 @@
|
||||
"vue-router": "3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "1.1.310",
|
||||
"@typescript-eslint/eslint-plugin": "4.15.2",
|
||||
"@typescript-eslint/parser": "4.15.2",
|
||||
"@vue/eslint-config-prettier": "6.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user