|
32 | 32 | "yarn.lock": "license-checker --production --failOn \"GPL;AGPL;LGPL;NGPL\" --summary"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@tidbcloud/serverless": "^0.1.1", |
| 35 | + "@tidbcloud/serverless": "^0.2.0", |
36 | 36 | "app-root-path": "^3.1.0",
|
37 | 37 | "console-express-routes": "^1.0.2",
|
38 | 38 | "crypto": "^1.0.1",
|
39 | 39 | "express": "^4.19.2",
|
40 | 40 | "lodash": "^4.17.21",
|
41 |
| - "luxon": "^3.4.4", |
42 |
| - "mysql2": "^3.10.2", |
| 41 | + "luxon": "^3.6.1", |
| 42 | + "mysql2": "^3.14.0", |
43 | 43 | "snakecase-keys": "^8.0.1"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@commitlint/cli": "^19.3.0", |
47 |
| - "@commitlint/config-conventional": "^19.2.2", |
48 |
| - "@commitlint/types": "^19.0.3", |
49 |
| - "@planetscale/database": "^1.18.0", |
| 46 | + "@commitlint/cli": "^19.8.0", |
| 47 | + "@commitlint/config-conventional": "^19.8.0", |
| 48 | + "@commitlint/types": "^19.8.0", |
| 49 | + "@planetscale/database": "^1.19.0", |
50 | 50 | "@tsconfig/node16": "^16.1.3",
|
51 | 51 | "@tsconfig/strictest": "^2.0.5",
|
52 | 52 | "@types/express": "^4.17.21",
|
53 |
| - "@types/lodash": "^4.17.6", |
54 |
| - "@types/luxon": "^3.4.2", |
55 |
| - "@types/node": "^20.14.10", |
56 |
| - "@typescript-eslint/eslint-plugin": "^7.15.0", |
57 |
| - "@typescript-eslint/parser": "^7.15.0", |
58 |
| - "eslint": "^8.57.0", |
| 53 | + "@types/lodash": "^4.17.16", |
| 54 | + "@types/luxon": "^3.6.0", |
| 55 | + "@types/node": "^20.17.28", |
| 56 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 57 | + "@typescript-eslint/parser": "^7.18.0", |
| 58 | + "eslint": "^8.57.1", |
59 | 59 | "eslint-config-airbnb-base": "^15.0.0",
|
60 | 60 | "eslint-config-airbnb-typescript": "^18.0.0",
|
61 | 61 | "eslint-config-prettier": "^9.1.0",
|
62 |
| - "eslint-plugin-import": "^2.29.1", |
| 62 | + "eslint-plugin-import": "^2.31.0", |
63 | 63 | "license-checker": "^25.0.1",
|
64 |
| - "lint-staged": "^15.2.7", |
65 |
| - "nodemon": "^3.1.4", |
66 |
| - "npm-check-updates": "^17.0.6", |
67 |
| - "prettier": "^3.3.2", |
68 |
| - "simple-git-hooks": "^2.11.1", |
69 |
| - "supertest": "^7.0.0", |
70 |
| - "typescript": "~5.5.3", |
| 64 | + "lint-staged": "^15.5.0", |
| 65 | + "nodemon": "^3.1.9", |
| 66 | + "npm-check-updates": "^17.1.16", |
| 67 | + "prettier": "^3.5.3", |
| 68 | + "simple-git-hooks": "^2.12.1", |
| 69 | + "supertest": "^7.1.0", |
| 70 | + "typescript": "~5.8.2", |
71 | 71 | "undici": "^6.18.2",
|
72 | 72 | "vitest": "^2.0.4"
|
73 | 73 | }
|
|
0 commit comments