|
5 | 5 | "main": "dist/index.js", |
6 | 6 | "types": "dist/index.d.ts", |
7 | 7 | "scripts": { |
8 | | - "test": "jest --env=jsdom", |
| 8 | + "test": "jest --passWithNoTests --bail --detectOpenHandles --verbose --env=jsdom", |
9 | 9 | "test:watch": "jest --watchAll", |
10 | 10 | "test:watch:jsdom": "jest --watchAll --env=jsdom", |
11 | 11 | "build": "yarn clean && tsc", |
|
48 | 48 | }, |
49 | 49 | "homepage": "https://github.com/chantouchsek/vue-axios-http#readme", |
50 | 50 | "devDependencies": { |
51 | | - "@commitlint/cli": "^15.0.0", |
52 | | - "@commitlint/config-conventional": "^15.0.0", |
| 51 | + "@commitlint/cli": "^16.0.1", |
| 52 | + "@commitlint/config-conventional": "^16.0.0", |
53 | 53 | "@nuxt/types": "^2.15.8", |
54 | | - "@types/jest": "^27.0.1", |
55 | | - "@types/node": "^17.0.0", |
| 54 | + "@types/jest": "^27.4.0", |
| 55 | + "@types/node": "^17.0.7", |
56 | 56 | "@types/qs": "^6.9.7", |
57 | 57 | "@typescript-eslint/eslint-plugin": "^4.33.0", |
58 | 58 | "@typescript-eslint/parser": "^4.31.1", |
|
65 | 65 | "eslint-plugin-prettier": "^4.0.0", |
66 | 66 | "eslint-plugin-promise": "^5.1.0", |
67 | 67 | "husky": "^7.0.4", |
68 | | - "jest": "^27.2.0", |
| 68 | + "jest": "^27.4.5", |
69 | 69 | "nodemon": "^2.0.12", |
70 | 70 | "nuxt-edge": "^2.16.0-27217455.034b9901", |
71 | 71 | "prettier": "^2.4.1", |
|
0 commit comments