|
3 | 3 | "version": "1.1.0",
|
4 | 4 | "description": "Run Node scripts with vite-node and reload them when they are changed.",
|
5 | 5 | "type": "module",
|
6 |
| - "packageManager": "pnpm@7.13.2", |
| 6 | + "packageManager": "pnpm@7.18.1", |
7 | 7 | "bin": {
|
8 | 8 | "vite-node-dev": "./dist/index.js"
|
9 | 9 | },
|
|
36 | 36 | },
|
37 | 37 | "homepage": "https://github.com/hugo-t-b/vite-node-dev#readme",
|
38 | 38 | "devDependencies": {
|
39 |
| - "@commitlint/cli": "^17.1.2", |
40 |
| - "@commitlint/config-conventional": "^17.1.0", |
41 |
| - "@hugo-t-b/eslint-config": "^1.4.3", |
42 |
| - "@types/node": "^18.8.3", |
43 |
| - "@typescript-eslint/eslint-plugin": "^5.39.0", |
44 |
| - "@typescript-eslint/parser": "^5.39.0", |
| 39 | + "@commitlint/cli": "^17.3.0", |
| 40 | + "@commitlint/config-conventional": "^17.3.0", |
| 41 | + "@hugo-t-b/eslint-config": "^1.4.4", |
| 42 | + "@types/node": "^18.11.13", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.46.0", |
| 44 | + "@typescript-eslint/parser": "^5.46.0", |
45 | 45 | "c8": "^7.12.0",
|
46 |
| - "eslint": "^8.25.0", |
47 |
| - "eslint-import-resolver-typescript": "^3.5.1", |
| 46 | + "eslint": "^8.29.0", |
| 47 | + "eslint-import-resolver-typescript": "^3.5.2", |
48 | 48 | "eslint-plugin-import": "^2.26.0",
|
49 |
| - "husky": "^8.0.1", |
50 |
| - "typescript": "^4.8.4", |
51 |
| - "vitest": "^0.24.0" |
| 49 | + "husky": "^8.0.2", |
| 50 | + "typescript": "^4.9.4", |
| 51 | + "vitest": "^0.25.7" |
52 | 52 | },
|
53 | 53 | "dependencies": {
|
54 | 54 | "colorette": "^2.0.19",
|
55 | 55 | "commander": "^9.4.1",
|
56 |
| - "vite": "^3.1.6", |
57 |
| - "vite-node": "^0.24.0" |
| 56 | + "vite": "^4.0.0", |
| 57 | + "vite-node": "^0.25.7" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments