|
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | 65 | "@mitsue/eslint-config": "^7.0.0", |
66 | | - "@rollup/plugin-commonjs": "25.0.8", |
67 | | - "@rollup/plugin-json": "6.1.0", |
68 | | - "@rollup/plugin-node-resolve": "15.3.1", |
69 | | - "@rollup/plugin-terser": "0.4.4", |
| 66 | + "@rollup/plugin-commonjs": "^25.0.8", |
| 67 | + "@rollup/plugin-json": "^6.1.0", |
| 68 | + "@rollup/plugin-node-resolve": "^15.3.1", |
| 69 | + "@rollup/plugin-terser": "^0.4.4", |
70 | 70 | "@rollup/plugin-typescript": "^12.1.2", |
71 | 71 | "@types/ejs": "3.1.5", |
72 | 72 | "@types/express": "4.17.21", |
73 | | - "@types/jest": "29.5.14", |
| 73 | + "@types/jest": "^29.5.14", |
74 | 74 | "@types/js-beautify": "1.14.3", |
75 | 75 | "@types/mkdirp": "2.0.0", |
76 | | - "@types/node": "20.17.17", |
| 76 | + "@types/node": "^20.17.17", |
77 | 77 | "@types/opener": "1.4.3", |
78 | 78 | "@types/ws": "8.5.14", |
79 | | - "@typescript-eslint/eslint-plugin": "^8.23.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "8.23.0", |
80 | 80 | "eslint": "^9.20.0", |
81 | | - "husky": "9.1.7", |
82 | | - "jest": "29.7.0", |
83 | | - "lint-staged": "15.4.3", |
84 | | - "npm-run-all2": "6.2.6", |
85 | | - "nyc": "17.1.0", |
| 81 | + "husky": "^9.1.7", |
| 82 | + "jest": "^29.7.0", |
| 83 | + "lint-staged": "^15.4.3", |
| 84 | + "npm-run-all2": "^6.2.6", |
| 85 | + "nyc": "^17.1.0", |
86 | 86 | "rollup": "^4.34.6", |
87 | | - "ts-jest": "29.2.5", |
88 | | - "ts-node": "10.9.2", |
| 87 | + "ts-jest": "^29.2.5", |
| 88 | + "ts-node": "^10.9.2", |
89 | 89 | "tslib": "^2.8.1", |
90 | | - "typescript": "5.7.3", |
91 | | - "typescript-eslint": "^8.23.0" |
| 90 | + "typescript": "^5.7.3", |
| 91 | + "typescript-eslint": "8.23.0" |
92 | 92 | }, |
93 | 93 | "lint-staged": { |
94 | 94 | "*.ts": [ |
|
0 commit comments