feat(material-parser): fix react-color version in tc & publish v1.0.23

This commit is contained in:
gengyang 2020-12-03 15:13:14 +08:00
parent c89eff7367
commit 975a5cdb07
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-material-parser",
"version": "1.0.22",
"version": "1.0.23",
"description": "material parser for Ali lowCode engine",
"main": "lib/index.js",
"files": [

View File

@ -2,7 +2,7 @@ import test from 'ava';
import parse from '../src';
import { IMaterializeOptions } from '../src/types';
const reactColorComponent = 'react-color';
const reactColorComponent = 'react-color@2.18.1';
const customComponent = 'mc-hello@1.0.1';
test('materialize react-color by online', async t => {