|
28 | 28 | "test": "yarn lint && yarn build && jest" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "defu": "5.0.1", |
32 | | - "html-validate": "7.4.0" |
| 31 | + "defu": "^5.0.1", |
| 32 | + "html-validate": "~7.4.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "@babel/plugin-transform-runtime": "7.18.10", |
36 | | - "@babel/preset-env": "7.18.10", |
| 36 | + "@babel/preset-env": "7.19.0", |
37 | 37 | "@babel/preset-typescript": "7.18.6", |
38 | 38 | "@nuxt/test-utils": "0.2.2", |
39 | 39 | "@nuxt/types": "2.15.8", |
40 | | - "@nuxtjs/eslint-config-typescript": "10.0.0", |
41 | | - "@release-it/conventional-changelog": "5.0.0", |
42 | | - "@types/jest": "28.1.6", |
| 40 | + "@nuxtjs/eslint-config-typescript": "11.0.0", |
| 41 | + "@release-it/conventional-changelog": "5.1.0", |
| 42 | + "@types/jest": "29.0.1", |
43 | 43 | "babel-eslint": "latest", |
44 | | - "babel-jest": "28.1.3", |
45 | | - "eslint": "8.21.0", |
| 44 | + "babel-jest": "29.0.3", |
| 45 | + "eslint": "8.23.0", |
46 | 46 | "husky": "8.0.1", |
47 | | - "jest": "28.1.3", |
| 47 | + "jest": "29.0.3", |
48 | 48 | "lint-staged": "13.0.3", |
49 | 49 | "nuxt-edge": "2.16.0-27226092.034b9901", |
50 | | - "release-it": "15.3.0", |
| 50 | + "release-it": "15.4.1", |
51 | 51 | "siroc": "0.16.0" |
52 | 52 | }, |
53 | 53 | "peerDependencies": { |
54 | | - "chalk": "^3.0.0 || ^4.0.0", |
| 54 | + "chalk": "^3.0.0 || ^4.0.0 || ^5.0.0", |
55 | 55 | "consola": "^2.15.0", |
56 | 56 | "prettier": "^2.1.2" |
57 | 57 | }, |
|
0 commit comments