File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed
Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/react-svgicon" ,
3- "version" : " 1.2.0-alpha.2 " ,
3+ "version" : " 1.2.0" ,
44 "description" : " SVG icon component for react" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
2727 "@rollup/plugin-terser" : " ^0.4.4" ,
2828 "@rollup/plugin-typescript" : " ^11.1.5" ,
2929 "@types/react" : " ^18.2.15" ,
30- "@yzfe/svgicon" : " ^1.2.0-alpha.2 " ,
30+ "@yzfe/svgicon" : " ^1.2.0" ,
3131 "rollup" : " ^4.0.2" ,
3232 "tslib" : " ^2.6.2" ,
3333 "typescript" : " ^5.2.2"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-gen" ,
3- "version" : " 1.3.0-alpha.0 " ,
3+ "version" : " 1.3.0" ,
44 "description" : " A generator to create svgicon object" ,
55 "scripts" : {
66 "dev" : " rollup -c --bundleConfigAsCjs -w" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-loader" ,
3- "version" : " 1.3.0-alpha.0 " ,
3+ "version" : " 1.3.0" ,
44 "description" : " Webpack loader to load svg icon" ,
55 "scripts" : {
66 "dev" : " tsc -w" ,
4646 "webpack" : " 4"
4747 },
4848 "dependencies" : {
49- "@yzfe/svgicon-gen" : " ^1.3.0-alpha.0 " ,
49+ "@yzfe/svgicon-gen" : " ^1.3.0" ,
5050 "loader-utils" : " ^2.0.0"
5151 },
5252 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-polyfill" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " SVGElement innerHTML polyfill" ,
55 "keywords" : [
66 " SVG" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon-viewer" ,
3- "version" : " 1.3.0-alpha.2 " ,
3+ "version" : " 1.3.0" ,
44 "description" : " Preview SVG Icon" ,
55 "bin" : " bin/index.js" ,
66 "scripts" : {
3030 "url" : " https://github.com/MMF-FE/svgicon/issues"
3131 },
3232 "dependencies" : {
33- "@yzfe/svgicon-gen" : " ^1.3.0-alpha.0 " ,
33+ "@yzfe/svgicon-gen" : " ^1.3.0" ,
3434 "fastify" : " ^3.2.0" ,
3535 "fastify-static" : " ^3.2.0" ,
3636 "fs-extra" : " ^11.1.1" ,
4242 "@types/react" : " ^18.2.15" ,
4343 "@types/react-dom" : " ^18.2.7" ,
4444 "@vitejs/plugin-react" : " ^4.0.3" ,
45- "@yzfe/react-svgicon" : " ^1.2.0-alpha.2 " ,
46- "@yzfe/svgicon" : " ^1.2.0-alpha.2 " ,
45+ "@yzfe/react-svgicon" : " ^1.2.0" ,
46+ "@yzfe/svgicon" : " ^1.2.0" ,
4747 "antd" : " ^5.11.4" ,
4848 "react" : " ^18.2.0" ,
4949 "react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/svgicon" ,
3- "version" : " 1.2.0-alpha.2 " ,
3+ "version" : " 1.2.0" ,
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.1.0-alpha.2 " ,
3+ "version" : " 1.1.0" ,
44 "description" : " SVG icon component for miniapp" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
3232 "@tarojs/runtime" : " 3.0.21" ,
3333 "@tarojs/taro" : " 3.0.21" ,
3434 "@types/react" : " ^16.9.46" ,
35- "@yzfe/svgicon" : " ^1.2.0-alpha.2 " ,
35+ "@yzfe/svgicon" : " ^1.2.0" ,
3636 "react" : " ^16.13.1" ,
3737 "react-dom" : " ^16.13.1" ,
3838 "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" : " 2.1.0-alpha.1 " ,
3+ "version" : " 2.1.0" ,
44 "main" : " dist/index.js" ,
55 "module" : " dist/index.mjs" ,
66 "exports" : {
5454 },
5555 "dependencies" : {
5656 "@types/svgo" : " ^2.6.3" ,
57- "@yzfe/svgicon-gen" : " ^1.3.0-alpha.0 " ,
57+ "@yzfe/svgicon-gen" : " ^1.3.0" ,
5858 "minimatch" : " ^9.0.3"
5959 }
6060}
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/vue-cli-plugin-svgicon" ,
3- "version" : " 1.3.0-alpha.2 " ,
3+ "version" : " 1.3.0" ,
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.2.0-alpha.2 " ,
25- "@yzfe/svgicon-loader" : " ^1.3.0-alpha.0 " ,
26- "@yzfe/vue-svgicon" : " ^5.0.0-alpha.2 "
24+ "@yzfe/svgicon" : " ^1.2.0" ,
25+ "@yzfe/svgicon-loader" : " ^1.3.0" ,
26+ "@yzfe/vue-svgicon" : " ^5.0.0"
2727 },
2828 "gitHead" : " 8e9d9860c893bcce8e8e6c0c48a22eec8ed72013"
2929}
Original file line number Diff line number Diff line change 11{
22 "name" : " @yzfe/vue-svgicon" ,
3- "version" : " 5.0.0-alpha.2 " ,
3+ "version" : " 5.0.0" ,
44 "description" : " SVG icon component for vue" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
4848 "@rollup/plugin-typescript" : " ^11.1.5" ,
4949 "@vitejs/plugin-vue" : " ^4.5.2" ,
5050 "@vue/test-utils" : " ^2.4.3" ,
51- "@yzfe/svgicon" : " ^1.2.0-alpha.2 " ,
51+ "@yzfe/svgicon" : " ^1.2.0" ,
5252 "jsdom" : " ^23.0.1" ,
5353 "rollup" : " ^4.0.2" ,
5454 "rollup-plugin-dts" : " ^6.1.0" ,
5555 "tslib" : " ^2.6.2" ,
5656 "typescript" : " ^5.2.2" ,
5757 "vite" : " ^5.0.9" ,
58- "vite-plugin-svgicon" : " ^2.1.0-alpha.1 " ,
58+ "vite-plugin-svgicon" : " ^2.1.0" ,
5959 "vitest" : " ^1.0.4" ,
6060 "vue" : " ^3.0.0" ,
6161 "vue2" : " npm:vue@^2.7.15"
You can’t perform that action at this time.
0 commit comments