|
39 | 39 | "test:d": "ndb -r ts-node/register/transpile-only node_modules/mocha/bin/mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts"
|
40 | 40 | },
|
41 | 41 | "peerDependencies": {
|
42 |
| - "@prisma/client": ">=4.12 <=5", |
| 42 | + "@prisma/client": "4.12 - 6", |
43 | 43 | "graphql": "16"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@commitlint/cli": "^17.6.7", |
47 |
| - "@commitlint/config-conventional": "^17.6.7", |
| 46 | + "@commitlint/cli": "^19.8.0", |
| 47 | + "@commitlint/config-conventional": "^19.8.0", |
| 48 | + "@eslint/compat": "^1.2.8", |
| 49 | + "@eslint/js": "^9.24.0", |
48 | 50 | "@prisma/client": "^5.0.0",
|
49 | 51 | "@semantic-release/changelog": "^6.0.3",
|
50 | 52 | "@semantic-release/git": "^10.0.1",
|
51 |
| - "@stryker-mutator/api": "^7.1.1", |
52 |
| - "@stryker-mutator/core": "^7.1.1", |
53 |
| - "@stryker-mutator/mocha-runner": "^7.1.1", |
54 |
| - "@swc/core": "^1.3.72", |
55 |
| - "@swc/helpers": "^0.5.1", |
56 |
| - "@types/mocha": "^10.0.1", |
57 |
| - "@types/node": "^20.4.5", |
58 |
| - "@typescript-eslint/eslint-plugin": "^6.2.0", |
59 |
| - "@typescript-eslint/parser": "^6.2.0", |
60 |
| - "c8": "^8.0.1", |
| 53 | + "@stryker-mutator/api": "^8.7.1", |
| 54 | + "@stryker-mutator/core": "^8.7.1", |
| 55 | + "@stryker-mutator/mocha-runner": "^8.7.1", |
| 56 | + "@swc/core": "^1.11.16", |
| 57 | + "@swc/helpers": "^0.5.15", |
| 58 | + "@types/mocha": "^10.0.10", |
| 59 | + "@types/node": "^22.14.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^8.29.0", |
| 61 | + "@typescript-eslint/parser": "^8.29.0", |
| 62 | + "c8": "^10.1.3", |
61 | 63 | "class-transformer": "^0.5.1",
|
62 |
| - "commitizen": "^4.3.0", |
| 64 | + "commitizen": "^4.3.1", |
63 | 65 | "cz-conventional-changelog": "^3.3.0",
|
64 |
| - "cz-customizable": "^7.0.0", |
65 |
| - "eslint": "^8.46.0", |
66 |
| - "eslint-config-prettier": "^8.9.0", |
67 |
| - "eslint-import-resolver-node": "^0.3.7", |
| 66 | + "cz-customizable": "^7.4.0", |
| 67 | + "eslint": "^9.24.0", |
| 68 | + "eslint-config-prettier": "^10.1.1", |
68 | 69 | "eslint-plugin-etc": "^2.0.3",
|
69 |
| - "eslint-plugin-import": "^2.28.0", |
70 | 70 | "eslint-plugin-only-warn": "^1.1.0",
|
71 |
| - "eslint-plugin-prettier": "^5.0.0", |
72 |
| - "eslint-plugin-promise": "^6.1.1", |
73 |
| - "eslint-plugin-regexp": "^1.15.0", |
74 |
| - "eslint-plugin-sonarjs": "^0.19.0", |
75 |
| - "eslint-plugin-total-functions": "^7.0.7", |
76 |
| - "eslint-plugin-unicorn": "^48.0.1", |
| 71 | + "eslint-plugin-perfectionist": "^4.11.0", |
| 72 | + "eslint-plugin-prettier": "^5.2.6", |
| 73 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 74 | + "eslint-plugin-unicorn": "^58.0.0", |
77 | 75 | "eslint-plugin-wix-editor": "^3.3.0",
|
78 |
| - "expect": "^29.6.2", |
79 |
| - "git-branch-is": "^4.0.0", |
| 76 | + "expect": "^29.7.0", |
| 77 | + "globals": "^16.0.0", |
80 | 78 | "graphql": "^16.6.0",
|
81 |
| - "mocha": "^10.2.0", |
| 79 | + "mocha": "^11.1.0", |
82 | 80 | "precise-commits": "^1.0.2",
|
83 |
| - "prettier": "^3.0.0", |
84 |
| - "prisma": "^5.0.0", |
85 |
| - "reflect-metadata": "^0.1.13", |
86 |
| - "request": "^2.88.2", |
87 |
| - "semantic-release": "^21.0.7", |
| 81 | + "prettier": "^3.5.3", |
| 82 | + "prisma": "^6.5.0", |
| 83 | + "reflect-metadata": "^0.2.2", |
| 84 | + "semantic-release": "^24.2.3", |
88 | 85 | "simplytyped": "^3.3.0",
|
89 | 86 | "stryker-cli": "^1.0.2",
|
90 |
| - "ts-node": "^10.9.1", |
91 |
| - "tslib": "^2.6.1", |
92 |
| - "typescript": "^5.1.6", |
93 |
| - "watchexec-bin": "^1.0.0" |
| 87 | + "ts-node": "^10.9.2", |
| 88 | + "tslib": "^2.8.1", |
| 89 | + "typescript": "^5.8.3", |
| 90 | + "typescript-eslint": "^8.29.0" |
94 | 91 | }
|
95 | 92 | }
|
0 commit comments