mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
feat(material-parser): fix react-color version in tc & publish v1.0.23
This commit is contained in:
parent
c89eff7367
commit
975a5cdb07
@ -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": [
|
||||
|
||||
@ -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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user