mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 15:54:09 +00:00
Publish update for Vue components
This commit is contained in:
parent
070ee4a827
commit
88502680c1
14
demo/nuxt3-demo/package-lock.json
generated
14
demo/nuxt3-demo/package-lock.json
generated
@ -6,7 +6,7 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "@iconify-demo/nuxt3",
|
"name": "@iconify-demo/nuxt3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/vue": "^3.2.0"
|
"@iconify/vue": "^3.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nuxt3": "latest"
|
"nuxt3": "latest"
|
||||||
@ -566,9 +566,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@iconify/vue": {
|
"node_modules/@iconify/vue": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.1.tgz",
|
||||||
"integrity": "sha512-sBWkef1Pp3vjDfU92UjTnvN9BsJ5o4TVdIN8+Yx+TGEwLcujty7/vq1m9FhJ9D8/ZTAN2MttKojj80s6j4FqGg==",
|
"integrity": "sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==",
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "http://github.com/sponsors/cyberalien"
|
"url": "http://github.com/sponsors/cyberalien"
|
||||||
},
|
},
|
||||||
@ -8568,9 +8568,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@iconify/vue": {
|
"@iconify/vue": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.1.tgz",
|
||||||
"integrity": "sha512-sBWkef1Pp3vjDfU92UjTnvN9BsJ5o4TVdIN8+Yx+TGEwLcujty7/vq1m9FhJ9D8/ZTAN2MttKojj80s6j4FqGg==",
|
"integrity": "sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"@jridgewell/resolve-uri": {
|
"@jridgewell/resolve-uri": {
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
"nuxt3": "latest"
|
"nuxt3": "latest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/vue": "^3.2.0"
|
"@iconify/vue": "^3.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
14
demo/vue-demo/package-lock.json
generated
14
demo/vue-demo/package-lock.json
generated
@ -14,7 +14,7 @@
|
|||||||
"@iconify-icons/bx": "^1.1.5",
|
"@iconify-icons/bx": "^1.1.5",
|
||||||
"@iconify-icons/dashicons": "^1.1.1",
|
"@iconify-icons/dashicons": "^1.1.1",
|
||||||
"@iconify/types": "^1.1.0",
|
"@iconify/types": "^1.1.0",
|
||||||
"@iconify/vue": "^3.2.0",
|
"@iconify/vue": "^3.2.1",
|
||||||
"@vitejs/plugin-vue": "^2.1.0",
|
"@vitejs/plugin-vue": "^2.1.0",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"vite": "^2.7.13"
|
"vite": "^2.7.13"
|
||||||
@ -56,9 +56,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@iconify/vue": {
|
"node_modules/@iconify/vue": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.1.tgz",
|
||||||
"integrity": "sha512-sBWkef1Pp3vjDfU92UjTnvN9BsJ5o4TVdIN8+Yx+TGEwLcujty7/vq1m9FhJ9D8/ZTAN2MttKojj80s6j4FqGg==",
|
"integrity": "sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "http://github.com/sponsors/cyberalien"
|
"url": "http://github.com/sponsors/cyberalien"
|
||||||
@ -803,9 +803,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@iconify/vue": {
|
"@iconify/vue": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-3.2.1.tgz",
|
||||||
"integrity": "sha512-sBWkef1Pp3vjDfU92UjTnvN9BsJ5o4TVdIN8+Yx+TGEwLcujty7/vq1m9FhJ9D8/ZTAN2MttKojj80s6j4FqGg==",
|
"integrity": "sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"@iconify-icons/bx": "^1.1.5",
|
"@iconify-icons/bx": "^1.1.5",
|
||||||
"@iconify-icons/dashicons": "^1.1.1",
|
"@iconify-icons/dashicons": "^1.1.1",
|
||||||
"@iconify/types": "^1.1.0",
|
"@iconify/types": "^1.1.0",
|
||||||
"@iconify/vue": "^3.2.0",
|
"@iconify/vue": "^3.2.1",
|
||||||
"@vitejs/plugin-vue": "^2.1.0",
|
"@vitejs/plugin-vue": "^2.1.0",
|
||||||
"typescript": "^4.6.3",
|
"typescript": "^4.6.3",
|
||||||
"vite": "^2.7.13"
|
"vite": "^2.7.13"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-icons/bx": "^1.1.5",
|
"@iconify-icons/bx": "^1.1.5",
|
||||||
"@iconify-icons/dashicons": "^1.1.1",
|
"@iconify-icons/dashicons": "^1.1.1",
|
||||||
"@iconify/vue2": "^1.2.0",
|
"@iconify/vue2": "^1.2.1",
|
||||||
"@vue/cli-plugin-babel": "^4.5.17",
|
"@vue/cli-plugin-babel": "^4.5.17",
|
||||||
"@vue/cli-plugin-typescript": "^4.5.17",
|
"@vue/cli-plugin-typescript": "^4.5.17",
|
||||||
"@vue/cli-service": "^4.5.17",
|
"@vue/cli-service": "^4.5.17",
|
||||||
|
4
packages/vue/package-lock.json
generated
4
packages/vue/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@iconify/vue",
|
"name": "@iconify/vue",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@iconify/vue",
|
"name": "@iconify/vue",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify/vue",
|
"name": "@iconify/vue",
|
||||||
"description": "Iconify icon component for Vue 3.",
|
"description": "Iconify icon component for Vue 3.",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/iconify/iconify/issues",
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||||||
"homepage": "https://iconify.design/",
|
"homepage": "https://iconify.design/",
|
||||||
|
4
packages/vue2/package-lock.json
generated
4
packages/vue2/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@iconify/vue2",
|
"name": "@iconify/vue2",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@iconify/vue2",
|
"name": "@iconify/vue2",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify/vue2",
|
"name": "@iconify/vue2",
|
||||||
"description": "Iconify icon component for Vue 2.",
|
"description": "Iconify icon component for Vue 2.",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/iconify/iconify/issues",
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||||||
"homepage": "https://iconify.design/",
|
"homepage": "https://iconify.design/",
|
||||||
|
Loading…
Reference in New Issue
Block a user