Skip to content

Commit 929a4fc

Browse files
committed
update dependence
1 parent 8836133 commit 929a4fc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module.exports = {
22
verbose: true,
33
moduleFileExtensions: ['js', 'jsx', 'json', 'vue'],
4+
transformIgnorePatterns: [
5+
'node_modules/(?!(babel-jest|jest-vue-preprocessor)/)'
6+
],
47
transform: {
58
'^.+\\.vue$': 'vue-jest',
69
'.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-element-admin",
3-
"version": "3.9.3",
3+
"version": "4.0.0",
44
"description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
55
"author": "Pan <panfree23@gmail.com>",
66
"license": "MIT",
@@ -66,17 +66,17 @@
6666
"devDependencies": {
6767
"@babel/core": "7.0.0",
6868
"@babel/register": "7.0.0",
69-
"@vue/cli-plugin-babel": "3.0.5",
70-
"@vue/cli-plugin-eslint": "3.0.5",
71-
"@vue/cli-plugin-unit-jest": "3.0.5",
72-
"@vue/cli-service": "3.0.5",
69+
"@vue/cli-plugin-babel": "3.1.1",
70+
"@vue/cli-plugin-eslint": "3.1.5",
71+
"@vue/cli-plugin-unit-jest": "3.1.1",
72+
"@vue/cli-service": "3.1.4",
7373
"@vue/test-utils": "1.0.0-beta.25",
7474
"babel-core": "7.0.0-bridge.0",
7575
"babel-jest": "23.6.0",
7676
"husky": "0.14.3",
7777
"lint-staged": "7.2.2",
7878
"mockjs": "1.0.1-beta3",
79-
"node-sass": "^4.7.2",
79+
"node-sass": "^4.9.0",
8080
"sass-loader": "7.0.3",
8181
"script-ext-html-webpack-plugin": "2.0.1",
8282
"script-loader": "0.7.2",

0 commit comments

Comments
 (0)