|
83 | 83 | "preflight": "pnpm install && run-s generate format lint build test:update-snapshots ts-check"
|
84 | 84 | },
|
85 | 85 | "devDependencies": {
|
86 |
| - "@actions/github": "~6.0.0", |
| 86 | + "@actions/github": "6.0.0", |
87 | 87 | "@algolia/client-search": "~4.22.1",
|
88 | 88 | "@eslint-types/deprecation": "2.0.0-1",
|
89 | 89 | "@eslint-types/jsdoc": "48.2.0",
|
90 | 90 | "@eslint-types/prettier": "5.1.3",
|
91 | 91 | "@eslint-types/typescript-eslint": "7.0.2",
|
92 | 92 | "@eslint-types/unicorn": "51.0.1",
|
93 |
| - "@types/markdown-it": "~13.0.7", |
94 |
| - "@types/node": "~20.11.25", |
95 |
| - "@types/sanitize-html": "~2.11.0", |
96 |
| - "@types/semver": "~7.5.8", |
97 |
| - "@types/validator": "~13.11.9", |
| 93 | + "@types/markdown-it": "13.0.7", |
| 94 | + "@types/node": "20.11.25", |
| 95 | + "@types/sanitize-html": "2.11.0", |
| 96 | + "@types/semver": "7.5.8", |
| 97 | + "@types/validator": "13.11.9", |
98 | 98 | "@typescript-eslint/eslint-plugin": "7.1.1",
|
99 | 99 | "@typescript-eslint/parser": "7.1.1",
|
100 | 100 | "@vitest/coverage-v8": "~1.3.1",
|
101 | 101 | "@vitest/ui": "~1.3.1",
|
102 |
| - "@vueuse/core": "~10.9.0", |
103 |
| - "conventional-changelog-cli": "~4.1.0", |
104 |
| - "cypress": "~13.6.6", |
| 102 | + "@vueuse/core": "10.9.0", |
| 103 | + "conventional-changelog-cli": "4.1.0", |
| 104 | + "cypress": "13.6.6", |
105 | 105 | "eslint": "8.57.0",
|
106 | 106 | "eslint-config-prettier": "9.1.0",
|
107 | 107 | "eslint-define-config": "2.1.0",
|
|
111 | 111 | "eslint-plugin-prettier": "5.1.3",
|
112 | 112 | "eslint-plugin-unicorn": "51.0.1",
|
113 | 113 | "eslint-plugin-vitest": "0.3.25",
|
114 |
| - "glob": "~10.3.10", |
115 |
| - "npm-run-all2": "~6.1.2", |
| 114 | + "glob": "10.3.10", |
| 115 | + "npm-run-all2": "6.1.2", |
116 | 116 | "prettier": "3.2.5",
|
117 |
| - "prettier-plugin-organize-imports": "~3.2.4", |
118 |
| - "rimraf": "~5.0.5", |
119 |
| - "sanitize-html": "~2.12.1", |
120 |
| - "semver": "~7.6.0", |
121 |
| - "standard-version": "~9.5.0", |
122 |
| - "tsup": "~8.0.2", |
123 |
| - "tsx": "~4.7.1", |
| 117 | + "prettier-plugin-organize-imports": "3.2.4", |
| 118 | + "rimraf": "5.0.5", |
| 119 | + "sanitize-html": "2.12.1", |
| 120 | + "semver": "7.6.0", |
| 121 | + "standard-version": "9.5.0", |
| 122 | + "tsup": "8.0.2", |
| 123 | + "tsx": "4.7.1", |
124 | 124 | "typedoc": "~0.25.12",
|
125 | 125 | "typescript": "~5.4.2",
|
126 |
| - "validator": "~13.11.0", |
127 |
| - "vite": "~5.1.5", |
| 126 | + "validator": "13.11.0", |
| 127 | + "vite": "5.1.5", |
128 | 128 | "vitepress": "1.0.0-rc.45",
|
129 | 129 | "vitest": "~1.3.1",
|
130 |
| - "vue": "~3.4.21" |
| 130 | + "vue": "3.4.21" |
131 | 131 | },
|
132 | 132 | "packageManager": "[email protected]",
|
133 | 133 | "engines": {
|
|
0 commit comments