|
14 | 14 | "pretty-fix": "prettier 'src/**/*.{js,jsx,ts,tsx,css,scss,md}' --write", |
15 | 15 | "test:e2e": "start-server-and-test dev tcp:8000 cypress:run", |
16 | 16 | "cypress:open": "cypress open", |
17 | | - "cypress:run": "cypress run --e2e" |
| 17 | + "cypress:run": "cypress run --e2e", |
| 18 | + "validate-branch-name": "bash validate-branch-name.sh" |
18 | 19 | }, |
19 | 20 | "dependencies": { |
20 | | - "@faker-js/faker": "^9.0.1", |
| 21 | + "@faker-js/faker": "^9.3.0", |
21 | 22 | "@mswjs/data": "^0.16.2", |
22 | | - "@mswjs/http-middleware": "^0.10.1", |
| 23 | + "@mswjs/http-middleware": "^0.10.2", |
23 | 24 | "@types/chai-json-schema": "^1.4.10", |
24 | | - "@types/express": "^4.17.21", |
| 25 | + "@types/express": "^5.0.0", |
25 | 26 | "@types/markdown-it": "^14.1.2", |
26 | 27 | "chai-json-schema": "^1.5.1", |
27 | | - "dotenv": "^16.4.5", |
| 28 | + "dotenv": "^16.4.6", |
28 | 29 | "highlight.js": "^11.10.0", |
29 | 30 | "markdown-it": "^14.1.0", |
30 | | - "msw": "^2.4.7", |
31 | | - "tsx": "^4.19.1", |
32 | | - "typescript": "^5.6.2" |
| 31 | + "msw": "^2.6.6", |
| 32 | + "tsx": "^4.19.2", |
| 33 | + "typescript": "^5.7.2", |
| 34 | + "zod": "^3.23.8" |
33 | 35 | }, |
34 | 36 | "devDependencies": { |
35 | | - "@commitlint/cli": "^19.5.0", |
36 | | - "@commitlint/config-conventional": "^19.5.0", |
37 | | - "@types/aws-lambda": "^8.10.145", |
38 | | - "@types/node": "^22.5.5", |
39 | | - "cypress": "^13.14.2", |
40 | | - "husky": "^9.1.6", |
| 37 | + "@commitlint/cli": "^19.6.0", |
| 38 | + "@commitlint/config-conventional": "^19.6.0", |
| 39 | + "@types/aws-lambda": "^8.10.146", |
| 40 | + "@types/node": "^22.10.1", |
| 41 | + "cypress": "^13.16.0", |
| 42 | + "husky": "^9.1.7", |
41 | 43 | "lint-staged": "^15.2.10", |
42 | | - "prettier": "3.3.3", |
| 44 | + "prettier": "3.4.1", |
43 | 45 | "start-server-and-test": "^2.0.8", |
44 | | - "validate-branch-name": "^1.3.1", |
45 | 46 | "xo": "^0.59.3" |
46 | 47 | }, |
47 | 48 | "lint-staged": { |
|
52 | 53 | "extends": [ |
53 | 54 | "@commitlint/config-conventional" |
54 | 55 | ] |
55 | | - }, |
56 | | - "validate-branch-name": { |
57 | | - "pattern": "^(main|dev){1}$|^(feat|fix|hotfix|release|chore)/.+$", |
58 | | - "errorMsg": "INVALID BRANCH NAME: use format 'feat|fix|hotfix|release|core/your-branch-name'" |
59 | 56 | } |
60 | 57 | } |
0 commit comments