File tree 10 files changed +22
-22
lines changed
10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/react-svgicon" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " SVG icon component for react" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.esm.js" ,
27
27
"@rollup/plugin-terser" : " ^0.4.4" ,
28
28
"@rollup/plugin-typescript" : " ^11.1.5" ,
29
29
"@types/react" : " ^18.2.15" ,
30
- "@yzfe/svgicon" : " ^1.2.1 " ,
30
+ "@yzfe/svgicon" : " ^1.2.2 " ,
31
31
"rollup" : " ^4.0.2" ,
32
32
"tslib" : " ^2.6.2" ,
33
33
"typescript" : " ^5.2.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/svgicon-gen" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " A generator to create svgicon object" ,
5
5
"scripts" : {
6
6
"dev" : " rollup -c --bundleConfigAsCjs -w" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/svgicon-loader" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " Webpack loader to load svg icon" ,
5
5
"scripts" : {
6
6
"dev" : " tsc -w" ,
46
46
"webpack" : " 4"
47
47
},
48
48
"dependencies" : {
49
- "@yzfe/svgicon-gen" : " ^1.3.1 " ,
49
+ "@yzfe/svgicon-gen" : " ^1.3.2 " ,
50
50
"loader-utils" : " ^2.0.0"
51
51
},
52
52
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/svgicon-polyfill" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " SVGElement innerHTML polyfill" ,
5
5
"keywords" : [
6
6
" SVG" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/svgicon-viewer" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " Preview SVG Icon" ,
5
5
"bin" : " bin/index.js" ,
6
6
"scripts" : {
30
30
"url" : " https://github.com/MMF-FE/svgicon/issues"
31
31
},
32
32
"dependencies" : {
33
- "@yzfe/svgicon-gen" : " ^1.3.1 " ,
33
+ "@yzfe/svgicon-gen" : " ^1.3.2 " ,
34
34
"fastify" : " ^3.2.0" ,
35
35
"fastify-static" : " ^3.2.0" ,
36
36
"fs-extra" : " ^11.1.1" ,
42
42
"@types/react" : " ^18.2.15" ,
43
43
"@types/react-dom" : " ^18.2.7" ,
44
44
"@vitejs/plugin-react" : " ^4.0.3" ,
45
- "@yzfe/react-svgicon" : " ^1.2.1 " ,
46
- "@yzfe/svgicon" : " ^1.2.1 " ,
45
+ "@yzfe/react-svgicon" : " ^1.2.2 " ,
46
+ "@yzfe/svgicon" : " ^1.2.2 " ,
47
47
"antd" : " ^5.11.4" ,
48
48
"react" : " ^18.2.0" ,
49
49
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/svgicon" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " Svg icon" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.esm.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/taro-svgicon" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " SVG icon component for miniapp" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.esm.js" ,
32
32
"@tarojs/runtime" : " 3.0.21" ,
33
33
"@tarojs/taro" : " 3.0.21" ,
34
34
"@types/react" : " ^16.9.46" ,
35
- "@yzfe/svgicon" : " ^1.2.1 " ,
35
+ "@yzfe/svgicon" : " ^1.2.2 " ,
36
36
"react" : " ^16.13.1" ,
37
37
"react-dom" : " ^16.13.1" ,
38
38
"react-element-to-jsx-string" : " ^14.3.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-svgicon" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.mjs" ,
6
6
"exports" : {
47
47
},
48
48
"dependencies" : {
49
49
"@types/svgo" : " ^2.6.3" ,
50
- "@yzfe/svgicon-gen" : " ^1.3.1 " ,
50
+ "@yzfe/svgicon-gen" : " ^1.3.2 " ,
51
51
"minimatch" : " ^9.0.3"
52
52
}
53
53
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/vue-cli-plugin-svgicon" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " vue-cli plugin to add @yzfe/svgicon-loader config" ,
5
5
"keywords" : [
6
6
" vue" ,
21
21
"lodash" : " ^4.17.20"
22
22
},
23
23
"devDependencies" : {
24
- "@yzfe/svgicon" : " ^1.2.1 " ,
25
- "@yzfe/svgicon-loader" : " ^1.3.1 " ,
26
- "@yzfe/vue-svgicon" : " ^5.0.1 "
24
+ "@yzfe/svgicon" : " ^1.2.2 " ,
25
+ "@yzfe/svgicon-loader" : " ^1.3.2 " ,
26
+ "@yzfe/vue-svgicon" : " ^5.0.2 "
27
27
},
28
28
"gitHead" : " 8e9d9860c893bcce8e8e6c0c48a22eec8ed72013"
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @yzfe/vue-svgicon" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.0.2 " ,
4
4
"description" : " SVG icon component for vue" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.esm.js" ,
48
48
"@rollup/plugin-typescript" : " ^11.1.5" ,
49
49
"@vitejs/plugin-vue" : " ^4.5.2" ,
50
50
"@vue/test-utils" : " ^2.4.3" ,
51
- "@yzfe/svgicon" : " ^1.2.1 " ,
51
+ "@yzfe/svgicon" : " ^1.2.2 " ,
52
52
"jsdom" : " ^23.0.1" ,
53
53
"rollup" : " ^4.0.2" ,
54
54
"rollup-plugin-dts" : " ^6.1.0" ,
55
55
"tslib" : " ^2.6.2" ,
56
56
"typescript" : " ^5.2.2" ,
57
57
"vite" : " ^5.0.9" ,
58
- "vite-plugin-svgicon" : " ^2.1.1 " ,
58
+ "vite-plugin-svgicon" : " ^2.1.2 " ,
59
59
"vitest" : " ^1.0.4" ,
60
60
"vue" : " ^3.0.0" ,
61
61
"vue2" : " npm:vue@^2.7.15"
You can’t perform that action at this time.
0 commit comments