mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
chore(*): publish
- @sunmao-ui/arco-lib@0.3.1 - @sunmao-ui/chakra-ui-lib@0.5.1 - @sunmao-ui/core@0.7.1 - @sunmao-ui/editor-sdk@0.3.1 - @sunmao-ui/editor@0.7.1 - @sunmao-ui/runtime@0.7.1 - @sunmao-ui/shared@0.2.1 - @sunmao-ui/vite-plugin-fs@0.0.1 - @sunmao-ui/vite-plugins@1.0.3
This commit is contained in:
parent
e3eeb0987f
commit
042c0b4b98
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/arco-lib",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui-arco-lib",
|
||||
"license": "Apache-2.0",
|
||||
"publishConfig": {
|
||||
@ -29,9 +29,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@arco-design/web-react": "^2.34.0",
|
||||
"react-resizable": "^3.0.4",
|
||||
"@sunmao-ui/shared": "^0.2.0",
|
||||
"@sunmao-ui/editor-sdk": "^0.3.0"
|
||||
"@sunmao-ui/editor-sdk": "^0.3.1",
|
||||
"@sunmao-ui/shared": "^0.2.1",
|
||||
"react-resizable": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.182",
|
||||
@ -65,12 +65,12 @@
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/core": "^0.7.0",
|
||||
"@sunmao-ui/runtime": "^0.7.0",
|
||||
"lodash": "^4.17.21",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"lodash": "^4.17.21"
|
||||
"react-dom": "^17.0.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/chakra-ui-lib",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "sunmao-ui chakra-ui library",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
@ -31,9 +31,9 @@
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.15",
|
||||
"@chakra-ui/react": "^1.7.1",
|
||||
"chakra-react-select": "^1.3.2",
|
||||
"@sunmao-ui/editor-sdk": "^0.3.0",
|
||||
"@emotion/styled": "^11.6.0",
|
||||
"@sunmao-ui/editor-sdk": "^0.3.1",
|
||||
"chakra-react-select": "^1.3.2",
|
||||
"framer-motion": "^4"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -41,7 +41,7 @@
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@sunmao-ui/vite-plugins": "^1.0.2",
|
||||
"@sunmao-ui/vite-plugins": "^1.0.3",
|
||||
"@testing-library/react": "^12.1.0",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/react": "^17.0.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/core",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "sunmao-ui core",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/editor-sdk",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "The SDK for SunMao Editor",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
@ -29,9 +29,9 @@
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@emotion/react": "^11.1.1",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/core": "^0.7.0",
|
||||
"@sunmao-ui/runtime": "^0.7.0",
|
||||
"@sunmao-ui/shared": "^0.2.0",
|
||||
"@sunmao-ui/core": "^0.7.1",
|
||||
"@sunmao-ui/runtime": "^0.7.1",
|
||||
"@sunmao-ui/shared": "^0.2.1",
|
||||
"codemirror": "^5.63.3",
|
||||
"formik": "^2.2.9",
|
||||
"framer-motion": "^4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/editor",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "sunmao-ui editor",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
@ -37,12 +37,12 @@
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@emotion/react": "^11.1.1",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/arco-lib": "^0.3.0",
|
||||
"@sunmao-ui/chakra-ui-lib": "^0.5.0",
|
||||
"@sunmao-ui/core": "^0.7.0",
|
||||
"@sunmao-ui/editor-sdk": "^0.3.0",
|
||||
"@sunmao-ui/runtime": "^0.7.0",
|
||||
"@sunmao-ui/shared": "^0.2.0",
|
||||
"@sunmao-ui/arco-lib": "^0.3.1",
|
||||
"@sunmao-ui/chakra-ui-lib": "^0.5.1",
|
||||
"@sunmao-ui/core": "^0.7.1",
|
||||
"@sunmao-ui/editor-sdk": "^0.3.1",
|
||||
"@sunmao-ui/runtime": "^0.7.1",
|
||||
"@sunmao-ui/shared": "^0.2.1",
|
||||
"acorn": "^8.7.0",
|
||||
"acorn-loose": "^8.3.0",
|
||||
"acorn-walk": "^8.2.0",
|
||||
@ -63,7 +63,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@sunmao-ui/vite-plugins": "^1.0.2",
|
||||
"@sunmao-ui/vite-plugins": "^1.0.3",
|
||||
"@swc/core": "^1.2.121",
|
||||
"@types/codemirror": "^5.60.5",
|
||||
"@types/escodegen": "^0.0.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/runtime",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "sunmao-ui runtime",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
@ -31,11 +31,12 @@
|
||||
"dependencies": {
|
||||
"@emotion/css": "^11.7.1",
|
||||
"@sinclair/typebox": "^0.21.2",
|
||||
"@sunmao-ui/core": "^0.7.0",
|
||||
"@sunmao-ui/shared": "^0.2.0",
|
||||
"@sunmao-ui/core": "^0.7.1",
|
||||
"@sunmao-ui/shared": "^0.2.1",
|
||||
"@vue/reactivity": "^3.1.5",
|
||||
"@vue/shared": "^3.2.20",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"dayjs": "^1.10.6",
|
||||
"immer": "^9.0.12",
|
||||
"lodash": "^4.17.21",
|
||||
"mitt": "^3.0.0",
|
||||
@ -44,7 +45,6 @@
|
||||
"react-resize-detector": "^6.7.6",
|
||||
"react-simple-code-editor": "^0.11.0",
|
||||
"use-deep-compare": "^1.1.0",
|
||||
"dayjs": "^1.10.6",
|
||||
"wouter": "^2.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -54,12 +54,12 @@
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@sunmao-ui/vite-plugins": "^1.0.2",
|
||||
"@sunmao-ui/vite-plugins": "^1.0.3",
|
||||
"@swc/core": "^1.2.121",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@testing-library/react": "^12.1.0",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.2",
|
||||
"@types/react-grid-layout": "^1.1.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/shared",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "The Sunmao shared lib",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/vite-plugin-fs",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"description": "The vite plugin for reading and writing the sunmao schema files through the server",
|
||||
"main": "dist/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sunmao-ui/vite-plugins",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "vite plugins for sunmao-ui",
|
||||
"author": "sunmao-ui developers",
|
||||
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
||||
|
Loading…
Reference in New Issue
Block a user