|
4 | 4 | "description": "Form Validation for Vue.js",
|
5 | 5 | "author": "Abdelrahman Awad <[email protected]>",
|
6 | 6 | "license": "MIT",
|
| 7 | + "type": "module", |
7 | 8 | "packageManager": "[email protected]",
|
8 | 9 | "homepage": "https://vee-validate.logaretm.com",
|
9 | 10 | "repository": "https://github.com/logaretm/vee-validate",
|
|
21 | 22 | },
|
22 | 23 | "devDependencies": {
|
23 | 24 | "@changesets/cli": "^2.26.2",
|
24 |
| - "@commitlint/cli": "^17.7.1", |
25 |
| - "@commitlint/config-conventional": "^17.7.0", |
26 |
| - "@rollup/plugin-replace": "^5.0.2", |
27 |
| - "@rollup/plugin-typescript": "^11.1.3", |
28 |
| - "@types/node": "^20.6.3", |
29 |
| - "@typescript-eslint/eslint-plugin": "^6.7.2", |
30 |
| - "@typescript-eslint/parser": "^6.7.2", |
31 |
| - "@vitest/coverage-v8": "^0.34.5", |
32 |
| - "@vue/devtools-api": "^6.5.0", |
| 25 | + "@commitlint/cli": "^18.4.2", |
| 26 | + "@commitlint/config-conventional": "^18.4.2", |
| 27 | + "@rollup/plugin-replace": "^5.0.5", |
| 28 | + "@rollup/plugin-typescript": "^11.1.5", |
| 29 | + "@types/node": "^20.9.2", |
| 30 | + "@typescript-eslint/eslint-plugin": "^6.11.0", |
| 31 | + "@typescript-eslint/parser": "^6.11.0", |
| 32 | + "@vitest/coverage-v8": "^0.34.6", |
| 33 | + "@vue/devtools-api": "^6.5.1", |
33 | 34 | "chalk": "^5.3.0",
|
34 |
| - "eslint": "^8.50.0", |
| 35 | + "eslint": "^8.54.0", |
35 | 36 | "eslint-config-prettier": "^9.0.0",
|
36 | 37 | "eslint-config-standard": "^17.1.0",
|
37 |
| - "eslint-plugin-import": "^2.28.1", |
38 |
| - "eslint-plugin-n": "^16.1.0", |
39 |
| - "eslint-plugin-prettier": "^5.0.0", |
| 38 | + "eslint-plugin-import": "^2.29.0", |
| 39 | + "eslint-plugin-n": "^16.3.1", |
| 40 | + "eslint-plugin-prettier": "^5.0.1", |
40 | 41 | "eslint-plugin-promise": "^6.1.1",
|
41 | 42 | "eslint-plugin-standard": "^5.0.0",
|
42 |
| - "filesize": "^10.0.12", |
| 43 | + "filesize": "^10.1.0", |
43 | 44 | "flush-promises": "^1.0.2",
|
44 | 45 | "fs-extra": "^11.1.1",
|
45 | 46 | "gzip-size": "^7.0.0",
|
46 | 47 | "husky": "^8.0.3",
|
47 | 48 | "jsdom": "^22.1.0",
|
48 | 49 | "klona": "^2.0.6",
|
49 |
| - "lint-staged": "^14.0.1", |
50 |
| - "prettier": "^3.0.3", |
51 |
| - "prettier-plugin-astro": "^0.12.0", |
| 50 | + "lint-staged": "^15.1.0", |
| 51 | + "prettier": "^3.1.0", |
| 52 | + "prettier-plugin-astro": "^0.12.2", |
52 | 53 | "raf-stub": "^3.0.0",
|
53 |
| - "rollup": "^3.29.2", |
| 54 | + "rollup": "^4.5.0", |
54 | 55 | "rollup-plugin-commonjs": "^10.1.0",
|
55 |
| - "rollup-plugin-dts": "^6.0.2", |
| 56 | + "rollup-plugin-dts": "^6.1.0", |
56 | 57 | "rollup-plugin-json": "^4.0.0",
|
57 | 58 | "rollup-plugin-node-resolve": "^5.2.0",
|
58 |
| - "terser": "^5.20.0", |
| 59 | + "terser": "^5.24.0", |
59 | 60 | "tslint-config-prettier": "^1.18.0",
|
60 | 61 | "tslint-config-standard": "^9.0.0",
|
61 |
| - "type-fest": "^4.3.1", |
| 62 | + "type-fest": "^4.8.1", |
62 | 63 | "typescript": "5.2.2",
|
63 |
| - "vitest": "^0.34.5", |
64 |
| - "vue": "^3.3.0", |
65 |
| - "yup": "^1.2.0" |
| 64 | + "vite-tsconfig-paths": "^4.2.1", |
| 65 | + "vitest": "^0.34.6", |
| 66 | + "vue": "^3.3.8", |
| 67 | + "yup": "^1.3.2" |
66 | 68 | },
|
67 | 69 | "peerDependencies": {
|
68 | 70 | "vue": "^3.3.4"
|
|
0 commit comments