|
75 | 75 | "@fluent/dedent": "~0.5.0", |
76 | 76 | "@ls-lint/ls-lint": "^2.2.2", |
77 | 77 | "@release-it-plugins/lerna-changelog": "^6.0.0", |
78 | | - "@types/node": "^20.8.9", |
| 78 | + "@types/node": "^20.10.1", |
79 | 79 | "@vitest/coverage-istanbul": "^0.34.6", |
80 | | - "@vue/compiler-sfc": "^3.3.7", |
81 | | - "@vue/test-utils": "^2.4.1", |
| 80 | + "@vue/compiler-sfc": "^3.3.9", |
| 81 | + "@vue/test-utils": "^2.4.3", |
82 | 82 | "dotenv-cli": "^7.3.0", |
83 | 83 | "esbuild-plugin-globals": "^0.2.0", |
84 | 84 | "eslint": "^8.48.0", |
85 | 85 | "execa": "^8.0.1", |
86 | | - "happy-dom": "^12.9.1", |
| 86 | + "happy-dom": "^12.10.3", |
87 | 87 | "husky": "^8.0.3", |
88 | | - "lint-staged": "^15.0.2", |
| 88 | + "lint-staged": "^15.1.0", |
89 | 89 | "release-it": "*", |
90 | 90 | "rimraf": "^5.0.5", |
91 | 91 | "tsup": "^7.2.0", |
92 | | - "typescript": "^5.2.2", |
| 92 | + "typescript": "^5.3.2", |
93 | 93 | "vite": "^4.5.0", |
94 | 94 | "vitest": "^0.34.6", |
95 | | - "vue": "npm:vue@^3.3.7", |
| 95 | + "vue": "npm:vue@^3.3.9", |
96 | 96 | "vue-2": "npm:vue@^2.7.15", |
97 | | - "vue-3": "npm:vue@^3.3.7" |
| 97 | + "vue-3": "npm:vue@^3.3.9" |
98 | 98 | }, |
99 | 99 | "lint-staged": { |
100 | 100 | "*.js": "eslint --fix", |
|
0 commit comments