|
31 | 31 | "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@types/adm-zip": "^0.5.5", |
| 34 | + "@types/adm-zip": "0.5.5", |
35 | 35 | "@types/jest": "29.2.4", |
36 | | - "@types/jsonpath": "^0.2.4", |
37 | | - "@types/lodash": "^4.14.192", |
38 | | - "@types/validator": "^13.11.1", |
| 36 | + "@types/jsonpath": "0.2.4", |
| 37 | + "@types/lodash": "4.17.9", |
| 38 | + "@types/validator": "13.11.9", |
39 | 39 | "@types/node": "18.11.18", |
40 | | - "copyfiles": "^2.4.1", |
| 40 | + "copyfiles": "2.4.1", |
41 | 41 | "jest": "29.3.1", |
42 | | - "jest-summary-reporter": "^0.0.2", |
43 | | - "rimraf": "^4.4.1", |
44 | | - "tsc-alias": "^1.8.6", |
45 | | - "tslint": "^6.1.3", |
46 | | - "tslint-config-prettier": "^1.18.0" |
| 42 | + "jest-summary-reporter": "0.0.2", |
| 43 | + "rimraf": "4.4.1", |
| 44 | + "tsc-alias": "1.8.6", |
| 45 | + "tslint": "6.1.3", |
| 46 | + "tslint-config-prettier": "1.18.0" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | 49 | "@guanghechen/helper-string": "4.7.1", |
50 | | - "@inquirer/prompts": "^7.0.1", |
51 | | - "@typescript-eslint/eslint-plugin": "^5.0.0", |
52 | | - "@typescript-eslint/parser": "^5.0.0", |
53 | | - "adm-zip": "^0.5.16", |
54 | | - "axios": "^1.8.3", |
| 50 | + "@inquirer/prompts": "7.0.1", |
| 51 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 52 | + "@typescript-eslint/parser": "5.62.0", |
| 53 | + "adm-zip": "0.5.16", |
| 54 | + "axios": "1.8.3", |
55 | 55 | "chalk": "4.1.2", |
56 | | - "comment-json": "^4.2.3", |
57 | | - "dotenv": "^16.0.3", |
58 | | - "eslint": "^8.56.0", |
59 | | - "eslint-config-prettier": "^9.1.0", |
60 | | - "eslint-plugin-prettier": "^4.0.0", |
| 56 | + "comment-json": "4.2.3", |
| 57 | + "dotenv": "16.0.3", |
| 58 | + "eslint": "8.57.1", |
| 59 | + "eslint-config-prettier": "9.1.0", |
| 60 | + "eslint-plugin-prettier": "4.2.1", |
61 | 61 | "handlebars": "4.7.7", |
62 | | - "http-proxy-agent": "^7.0.0", |
63 | | - "https-proxy-agent": "^7.0.0", |
64 | | - "json-schema-to-typescript": "^15.0.4", |
65 | | - "jsonpath": "^1.1.1", |
| 62 | + "http-proxy-agent": "7.0.0", |
| 63 | + "https-proxy-agent": "7.0.0", |
| 64 | + "json-schema-to-typescript": "15.0.4", |
| 65 | + "jsonpath": "1.1.1", |
66 | 66 | "lodash": "4.17.21", |
67 | | - "prettier": "^3.0.0", |
68 | | - "semver": "^7.5.4", |
| 67 | + "prettier": "3.0.0", |
| 68 | + "semver": "7.5.4", |
69 | 69 | "shelljs": "0.8.5", |
70 | | - "slugify": "^1.6.6", |
71 | | - "socket.io-client": "^4.7.5", |
72 | | - "typescript": "~5.1.6", |
73 | | - "typescript-json-schema": "^0.63.0", |
| 70 | + "slugify": "1.6.6", |
| 71 | + "socket.io-client": "4.7.5", |
| 72 | + "typescript": "5.1.6", |
| 73 | + "typescript-json-schema": "0.63.0", |
74 | 74 | "uuid": "9.0.0", |
75 | | - "validator": "^13.11.0", |
| 75 | + "validator": "13.11.0", |
76 | 76 | "yargs": "17.7.1" |
77 | 77 | }, |
78 | 78 | "engines": { |
|
0 commit comments