Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-layout
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
pro-layout
Commits
50e998a2
Commit
50e998a2
authored
Aug 12, 2020
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deps: fix err
parent
6a899d36
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
12 deletions
+15
-12
.babelrc
.babelrc
+3
-6
package.json
package.json
+12
-5
index.test.js
test/index.test.js
+0
-1
No files found.
.babelrc
View file @
50e998a2
{
{
"env": {
"env": {
"test": {
"test": {
"presets": [
"presets": ["@babel/preset-env"],
["env", { "targets": { "node": "current" } }]
],
"plugins": [
"plugins": [
"@babel/plugin-transform-runtime",
"transform-vue-jsx",
"transform-vue-jsx",
"transform-object-assign",
"transform-object-assign",
"transform-object-rest-spread",
"transform-class-properties"
"transform-class-properties",
"transform-runtime"
]
]
}
}
}
}
...
...
package.json
View file @
50e998a2
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
],
],
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"scripts"
:
{
"scripts"
:
{
"cleanup"
:
"./scripts/cleanup.sh"
,
"start"
:
"vc-tools run server"
,
"start"
:
"vc-tools run server"
,
"lint"
:
"eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./src"
,
"lint"
:
"eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./src"
,
"compile"
:
"vc-tools run compile --babel-runtime"
,
"compile"
:
"vc-tools run compile --babel-runtime"
,
...
@@ -32,24 +31,32 @@
...
@@ -32,24 +31,32 @@
"vue-template-compiler"
:
"
>=2.6.0
"
"vue-template-compiler"
:
"
>=2.6.0
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@ant-design-vue/tools
"
:
"
^1.0.2-beta.2
"
,
"
@babel/core
"
:
"
^7.11.1
"
,
"
@types/jest
"
:
"
^24.0.17
"
,
"
@types/jest
"
:
"
^24.0.17
"
,
"
@types/node
"
:
"
^10.5.5
"
,
"
@types/node
"
:
"
^10.5.5
"
,
"
@types/vue
"
:
"
^2.0.0
"
,
"
@types/vue
"
:
"
^2.0.0
"
,
"
@vue/server-test-utils
"
:
"
1.0.0-beta.16
"
,
"
@vue/server-test-utils
"
:
"
1.0.0-beta.16
"
,
"
@vue/test-utils
"
:
"
1.0.0-beta.16
"
,
"
@vue/test-utils
"
:
"
1.0.0-beta.16
"
,
"
babel-core
"
:
"
^6.26.3
"
,
"
@babel/plugin-transform-runtime
"
:
"
^7.5.5
"
,
"
@babel/preset-env
"
:
"
^7.5.5
"
,
"
babel-core
"
:
"
^7.0.0-bridge.0
"
,
"
babel-helper-vue-jsx-merge-props
"
:
"
^2.0.3
"
,
"
babel-helper-vue-jsx-merge-props
"
:
"
^2.0.3
"
,
"
babel-plugin-transform-vue-jsx
"
:
"
^3.7.0
"
,
"
babel-plugin-transform-class-properties
"
:
"
^6.24.1
"
,
"
babel-plugin-transform-object-assign
"
:
"
^6.22.0
"
,
"
babel-plugin-transform-object-rest-spread
"
:
"
^6.26.0
"
,
"
babel-plugin-transform-runtime
"
:
"
^6.23.0
"
,
"
babel-plugin-transform-vue-jsx
"
:
"
^4.0.1
"
,
"
babel-runtime
"
:
"
^6.26.0
"
,
"
babel-runtime
"
:
"
^6.26.0
"
,
"
cross-env
"
:
"
^5.2.0
"
,
"
cross-env
"
:
"
^5.2.0
"
,
"
eslint
"
:
"
^6.5.1
"
,
"
eslint
"
:
"
^6.5.1
"
,
"
eslint-config-prettier
"
:
"
^6.4.0
"
,
"
eslint-config-prettier
"
:
"
^6.4.0
"
,
"
eslint-plugin-vue
"
:
"
^5.2.3
"
,
"
eslint-plugin-vue
"
:
"
^5.2.3
"
,
"
jest
"
:
"
^2
3.4.2
"
,
"
jest
"
:
"
^2
6.3.0
"
,
"
jest-serializer-vue
"
:
"
^2.0.2
"
,
"
jest-serializer-vue
"
:
"
^2.0.2
"
,
"
np
"
:
"
^5.1.1
"
,
"
np
"
:
"
^5.1.1
"
,
"
prettier
"
:
"
^1.18.2
"
,
"
prettier
"
:
"
^1.18.2
"
,
"
vc-tools
"
:
"
^2.0.0
"
,
"
regenerator-runtime
"
:
"
^0.13.7
"
,
"
vue
"
:
"
>=2.5.0
"
,
"
vue
"
:
"
>=2.5.0
"
,
"
vue-jest
"
:
"
^2.5.0
"
,
"
vue-jest
"
:
"
^2.5.0
"
,
"
vue-template-compiler
"
:
"
>=2.5.0
"
"
vue-template-compiler
"
:
"
>=2.5.0
"
...
...
test/index.test.js
View file @
50e998a2
import
Vue
from
'vue'
import
{
mount
}
from
'@vue/test-utils'
import
{
mount
}
from
'@vue/test-utils'
import
BlockLayout
from
'../src/BlockLayout'
import
BlockLayout
from
'../src/BlockLayout'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment