This commit is contained in:
F-loat
2020-05-13 09:28:46 +08:00
parent 0bb3e4d4ce
commit 2acac2bd5c
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.8.4"
"version": "1.8.5"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@f-loat/ncform-common",
"version": "1.8.4",
"version": "1.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@f-loat/ncform-common",
"version": "1.8.4",
"version": "1.8.5",
"description": "ncform common",
"main": "dist/ncformCommon.min.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ncform-e2e",
"version": "1.8.4",
"version": "1.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "ncform-e2e",
"private": true,
"version": "1.8.4",
"version": "1.8.5",
"description": "ncform e2e test",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ncform-show",
"version": "1.8.4",
"version": "1.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "ncform-show",
"private": true,
"version": "1.8.4",
"version": "1.8.5",
"description": "ncform show",
"author": "daniel.xiao",
"keywords": [
@@ -55,9 +55,9 @@
},
"license": "MIT",
"dependencies": {
"@f-loat/ncform": "^1.8.4",
"@f-loat/ncform-common": "^1.8.4",
"@f-loat/ncform-theme-elementui": "^1.8.4",
"@f-loat/ncform": "^1.8.5",
"@f-loat/ncform-common": "^1.8.5",
"@f-loat/ncform-theme-elementui": "^1.8.5",
"ace-builds": "^1.2.9",
"lodash-es": "^4.16.2",
"vue": "^2.1.8"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@f-loat/ncform-theme-elementui",
"version": "1.8.4",
"version": "1.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@f-loat/ncform-theme-elementui",
"version": "1.8.4",
"version": "1.8.5",
"description": "ncform theme element-ui",
"author": "daniel.xiao; kyle.lo; F-loat",
"main": "dist/ncformStdComps.min.js",
@@ -10,7 +10,7 @@
"element-ui"
],
"devDependencies": {
"@f-loat/ncform": "^1.8.4",
"@f-loat/ncform": "^1.8.5",
"autoprefixer": "^6.0.2",
"axios": "^0.17.1",
"babel-core": "^6.26.3",
@@ -61,7 +61,7 @@
],
"license": "MIT",
"dependencies": {
"@f-loat/ncform-common": "^1.8.4",
"@f-loat/ncform-common": "^1.8.5",
"element-ui": "^2.13.0",
"lodash-es": "^4.16.2",
"vue": "^2.1.8"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@f-loat/ncform",
"version": "1.8.4",
"version": "1.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@f-loat/ncform",
"version": "1.8.4",
"version": "1.8.5",
"description": "ncform, a very nice configuration generation way to develop form ( vue, json-schema, form, generator )",
"author": "daniel.xiao; F-loat",
"main": "dist/vueNcform.min.js",
@@ -67,7 +67,7 @@
"src"
],
"dependencies": {
"@f-loat/ncform-common": "^1.8.4",
"@f-loat/ncform-common": "^1.8.5",
"axios": "^0.18.0",
"extend": "^3.0.1",
"lodash-es": "^4.16.2",