Skip to content

Commit 76cd392

Browse files
committed
chore: update dependencies and devDependencies
1 parent 68563ff commit 76cd392

File tree

2 files changed

+186
-327
lines changed

2 files changed

+186
-327
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"docs:dev": "vuepress dev docs --clean-cache",
1919
"docs:build": "vuepress build docs",
2020
"lint": "eslint 'src/components/**/*.{js,ts,tsx}'",
21-
"test": "jest --coverage",
22-
"test:clear": "jest --clearCache"
21+
"test": "jest",
22+
"test:u": "jest -u",
23+
"test:clear": "jest --clearCache",
24+
"test:coverage": "jest --coverage"
2325
},
2426
"homepage": "https://coreui.io/vue/",
2527
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
@@ -49,7 +51,7 @@
4951
"@typescript-eslint/parser": "^4.33.0",
5052
"@vue/compiler-sfc": "^3.2.19",
5153
"@vue/server-renderer": "^3.2.19",
52-
"@vue/test-utils": "^2.0.0-rc.4",
54+
"@vue/test-utils": "^2.0.0-0",
5355
"@vuepress/plugin-toc": "^2.0.0-beta.24",
5456
"auto-changelog": "^2.3.0",
5557
"babel-loader": "^8.2.2",
@@ -71,7 +73,7 @@
7173
"vue": "^3.2.6",
7274
"vue-docgen-cli": "^4.41.2",
7375
"vue-github-button": "^3.0.1",
74-
"vue-jest": "^5.0.0-alpha.7",
76+
"vue-jest": "^5.0.0-0",
7577
"vue-prism-component": "^2.0.0",
7678
"vue-router": "^4.0.11",
7779
"vue-types": "^4.1.0",
@@ -92,9 +94,9 @@
9294
"vue"
9395
],
9496
"transform": {
97+
".*\\.(ts)$": "ts-jest",
9598
".*\\.(vue)$": "vue-jest"
96-
},
97-
"testRegex": "/src/.*\\.(spec.tsx)$"
99+
}
98100
},
99101
"standard": {
100102
"ignore": [

0 commit comments

Comments
 (0)