mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
Merge branch 'feat/material-parser-publish-v1.0.23' into 'release/1.0.0'
feat(material-parser): fix react-color version in tc & publish v1.0.23 1. 为修复react-docgen升级带来的问题,固化其版本,并发布@ali/lowcode-material-parser@1.0.23 2. 固化react-color版本,以解决单测中npm包入料结果版本不一致问题 See merge request !1070920
This commit is contained in:
commit
6a6d32c4e4
@ -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