@globalbrain/sefirot
Advanced tools
Comparing version 0.8.9 to 0.8.10
@@ -1,2 +0,2 @@ | ||
import { reactive } from '@vue/composition-api' | ||
import { reactive, markRaw } from '@vue/composition-api' | ||
import { createValidation, Data, Rules } from '../validation/Validation' | ||
@@ -11,3 +11,3 @@ | ||
const data = reactive(definition.data) | ||
const validation = createValidation(data, definition.rules) | ||
const validation = markRaw(createValidation(data, definition.rules)) | ||
@@ -14,0 +14,0 @@ return { |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.8.9", | ||
"version": "0.8.10", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -13,7 +13,9 @@ "files": [ | ||
"generate": "nuxt-ts generate", | ||
"lint": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .", | ||
"lint:fail": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .", | ||
"lint": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore ./{lib,docs,test}", | ||
"lint:fail": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./{lib,docs,test}", | ||
"jest": "jest --config test/jest.config.js", | ||
"test": "yarn lint && yarn coverage", | ||
"coverage": "yarn jest --collect-coverage", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"release": "node scripts/release.js", | ||
"docs:deploy": "yarn generate && push-dir --dir=dist --branch=gh-pages --cleanup" | ||
@@ -36,22 +38,25 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@juggle/resize-observer": "^3.1.2", | ||
"@nuxt/typescript-build": "^0.6.1", | ||
"@nuxt/typescript-runtime": "^0.4.1", | ||
"@babel/core": "^7.11.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/preset-env": "^7.11.5", | ||
"@juggle/resize-observer": "^3.2.0", | ||
"@nuxt/types": "^2.14.4", | ||
"@nuxt/typescript-build": "^2.0.2", | ||
"@nuxt/typescript-runtime": "^1.0.0", | ||
"@nuxtjs/composition-api": "^0.12.3", | ||
"@nuxtjs/dotenv": "^1.4.1", | ||
"@nuxtjs/eslint-config-typescript": "^1.0.2", | ||
"@nuxtjs/google-analytics": "^2.2.3", | ||
"@nuxtjs/markdownit": "^1.2.9", | ||
"@types/jest": "^25.1.4", | ||
"@vue/composition-api": "^0.5.0", | ||
"@vue/test-utils": "^1.0.0-beta.32", | ||
"@nuxtjs/eslint-config-typescript": "^3.0.0", | ||
"@nuxtjs/google-analytics": "^2.4.0", | ||
"@nuxtjs/markdownit": "^1.2.10", | ||
"@types/jest": "^26.0.12", | ||
"@vue/composition-api": "^1.0.0-beta.11", | ||
"@vue/test-utils": "^1.0.5", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^25.2.4", | ||
"codecov": "^3.6.5", | ||
"core-js": "^2.6.10", | ||
"dayjs": "^1.8.23", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.2.4", | ||
"babel-jest": "^26.3.0", | ||
"codecov": "^3.7.2", | ||
"conventional-changelog-cli": "^2.1.0", | ||
"dayjs": "^1.8.34", | ||
"eslint": "^7.8.0", | ||
"jest": "^26.4.2", | ||
"jest-serializer-vue": "^2.0.2", | ||
@@ -61,19 +66,19 @@ "markdown-it-highlight": "^0.2.0", | ||
"normalize.css": "^8.0.1", | ||
"nuxt": "^2.12.1", | ||
"nuxt": "^2.14.4", | ||
"portal-vue": "^2.1.7", | ||
"postcss-custom-properties": "^9.1.1", | ||
"postcss-nested": "^4.2.1", | ||
"postcss-nested": "^4.2.3", | ||
"push-dir": "^0.4.1", | ||
"simplebar-vue": "^1.4.0", | ||
"ts-jest": "^25.3.0", | ||
"typescript": "^3.8.3", | ||
"v-calendar": "^1.0.1", | ||
"vue": "^2.6.11", | ||
"vue-jest": "^4.0.0-beta.2", | ||
"vue-router": "^3.1.6", | ||
"vue-server-renderer": "^2.6.11", | ||
"vue-template-compiler": "^2.6.11", | ||
"simplebar-vue": "^1.5.1", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "3.9.7", | ||
"v-calendar": "^1.0.8", | ||
"vue": "^2.6.12", | ||
"vue-jest": "^3.0.6", | ||
"vue-router": "^3.4.3", | ||
"vue-server-renderer": "^2.6.12", | ||
"vue-template-compiler": "^2.6.12", | ||
"vuelidate": "^0.7.5", | ||
"webpack": "^4.42.1" | ||
"webpack": "^4.44.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
131580
99
788
43