File tree Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Expand file tree Collapse file tree 12 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/react-demo" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " umi dev" ,
1111 "@ant-design/pro-layout" : " ^5.0.12" ,
1212 "@umijs/preset-react" : " 1.x" ,
1313 "@umijs/test" : " ^3.2.15" ,
14- "@yzfe/svgicon" : " ^1.1.0 " ,
15- "@yzfe/svgicon-loader" : " ^1.2.0 " ,
14+ "@yzfe/svgicon" : " ^1.1.1 " ,
15+ "@yzfe/svgicon-loader" : " ^1.2.1 " ,
1616 "lint-staged" : " ^10.0.7" ,
1717 "prettier" : " ^1.19.1" ,
1818 "react" : " ^16.12.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/vue-demo" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.0.10 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
77 "build" : " vue-cli-service build"
88 },
99 "dependencies" : {
10- "@yzfe/vue-svgicon" : " ^4.0.3 " ,
10+ "@yzfe/vue-svgicon" : " ^4.0.4 " ,
1111 "core-js" : " ^3.6.5" ,
1212 "vue" : " ^2.6.11" ,
1313 "vue-class-component" : " ^7.2.3" ,
1717 "@vue/cli-plugin-babel" : " ~4.5.0" ,
1818 "@vue/cli-plugin-typescript" : " ~4.5.0" ,
1919 "@vue/cli-service" : " ~4.5.0" ,
20- "@yzfe/svgicon-loader" : " ^1.2.0 " ,
21- "@yzfe/vue-cli-plugin-svgicon" : " ^1.2.1 " ,
20+ "@yzfe/svgicon-loader" : " ^1.2.1 " ,
21+ "@yzfe/vue-cli-plugin-svgicon" : " ^1.2.2 " ,
2222 "sass" : " ^1.26.5" ,
2323 "sass-loader" : " ^8.0.2" ,
2424 "typescript" : " ~3.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/react-svgicon" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " SVG icon component for react" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
2525 "@rollup/plugin-commonjs" : " ^15.0.0" ,
2626 "@rollup/plugin-node-resolve" : " ^9.0.0" ,
2727 "@types/react" : " ^16.9.46" ,
28- "@yzfe/svgicon" : " >=1.0.0 " ,
28+ "@yzfe/svgicon" : " ^1.1.1 " ,
2929 "react" : " ^16.13.1" ,
3030 "react-dom" : " ^16.13.1" ,
3131 "rollup" : " ^2.26.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-gen" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " A generator to create svgicon object" ,
55 "scripts" : {
66 "dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-loader" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Webpack loader to load svg icon" ,
55 "scripts" : {
66 "dev" : " tsc -w" ,
4444 "@types/webpack" : " ^4.41.21"
4545 },
4646 "dependencies" : {
47- "@yzfe/svgicon-gen" : " ^1.2.0 " ,
47+ "@yzfe/svgicon-gen" : " ^1.2.1 " ,
4848 "loader-utils" : " ^2.0.0"
4949 },
5050 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-viewer" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " Preview SVG Icon" ,
55 "bin" : {
66 "svgicon-viewer" : " bin/index.js"
3131 "url" : " https://github.com/MMF-FE/svgicon/issues"
3232 },
3333 "dependencies" : {
34- "@yzfe/svgicon-gen" : " ^1.2.0 " ,
35- "@yzfe/vue-svgicon" : " ^4.0.3 " ,
34+ "@yzfe/svgicon-gen" : " ^1.2.1 " ,
35+ "@yzfe/vue-svgicon" : " ^4.0.4 " ,
3636 "fastify" : " ^3.2.0" ,
3737 "fastify-static" : " ^3.2.0" ,
3838 "glob" : " ^7.1.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " Svg icon" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/taro-svgicon" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " SVG icon component for miniapp" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
3030 "@tarojs/runtime" : " 3.0.21" ,
3131 "@tarojs/taro" : " 3.0.21" ,
3232 "@types/react" : " ^16.9.46" ,
33- "@yzfe/svgicon" : " >=1.0.0 " ,
33+ "@yzfe/svgicon" : " ^1.1.1 " ,
3434 "react" : " ^16.13.1" ,
3535 "react-dom" : " ^16.13.1" ,
3636 "react-element-to-jsx-string" : " ^14.3.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-plugin-svgicon" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "main" : " dist/index.js" ,
55 "module" : " dist/index.mjs" ,
66 "exports" : {
4242 },
4343 "dependencies" : {
4444 "@types/svgo" : " ^2.6.3" ,
45- "@yzfe/svgicon-gen" : " ^1.2.0 "
45+ "@yzfe/svgicon-gen" : " ^1.2.1 "
4646 }
4747}
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/vue-cli-plugin-svgicon" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " vue-cli plugin to add @yzfe/svgicon-loader config" ,
55 "keywords" : [
66 " vue" ,
2121 "lodash" : " ^4.17.20"
2222 },
2323 "devDependencies" : {
24- "@yzfe/svgicon" : " ^1.1.0 " ,
25- "@yzfe/svgicon-loader" : " ^1.2.0 " ,
26- "@yzfe/vue-svgicon" : " ^4.0.3 " ,
27- "@yzfe/vue3-svgicon" : " ^1.0.1 "
24+ "@yzfe/svgicon" : " ^1.1.1 " ,
25+ "@yzfe/svgicon-loader" : " ^1.2.1 " ,
26+ "@yzfe/vue-svgicon" : " ^4.0.4 " ,
27+ "@yzfe/vue3-svgicon" : " ^1.0.2 "
2828 },
2929 "gitHead" : " 8f4f2a4442e072323ecf76585a533342ddafecb5"
3030}
You can’t perform that action at this time.
0 commit comments