fix: add @iconify/json dev dep

This commit is contained in:
lstoeferle 2021-03-01 20:31:28 +01:00
parent e8845561d3
commit 63860a7ca5
2 changed files with 10 additions and 11 deletions

20
package-lock.json generated
View File

@ -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",

View File

@ -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",