|
1 | 1 | { |
2 | 2 | "name": "@bessonovs/node-http-router", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.2.0", |
4 | 4 | "description": "Extensible http router for node and micro", |
5 | 5 | "keywords": [ |
6 | 6 | "router", |
|
30 | 30 | "build": "tsc", |
31 | 31 | "example-node-start": "tsc && node dist/examples/node.js", |
32 | 32 | "example-micro-start": "tsc && node dist/examples/micro.js", |
33 | | - "precommit": "$_ run test && $_ run lint && $_ run build", |
| 33 | + "precommit": "pnpm test && pnpm run lint && pnpm run build", |
34 | 34 | "update": "pnpm update --interactive --recursive --latest" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
|
39 | 39 | "devDependencies": { |
40 | 40 | "@bessonovs/eslint-config": "0.0.7", |
41 | 41 | "@types/express": "4.17.13", |
42 | | - "@types/jest": "28.1.3", |
| 42 | + "@types/jest": "28.1.7", |
43 | 43 | "@types/node": "18.0.0", |
44 | | - "@typescript-eslint/eslint-plugin": "5.29.0", |
45 | | - "@typescript-eslint/parser": "5.29.0", |
46 | | - "eslint": "8.18.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "5.33.1", |
| 45 | + "@typescript-eslint/parser": "5.33.1", |
| 46 | + "eslint": "8.22.0", |
47 | 47 | "eslint-config-airbnb": "19.0.4", |
48 | 48 | "eslint-plugin-import": "2.26.0", |
49 | | - "eslint-plugin-jsx-a11y": "6.5.1", |
50 | | - "eslint-plugin-react": "7.30.0", |
51 | | - "jest": "28.1.1", |
| 49 | + "eslint-plugin-jsx-a11y": "6.6.1", |
| 50 | + "eslint-plugin-react": "7.30.1", |
| 51 | + "jest": "28.1.3", |
52 | 52 | "micro": "9.3.5-canary.3", |
53 | 53 | "node-mocks-http": "1.11.0", |
54 | 54 | "path-to-regexp": "6.2.1", |
55 | | - "ts-jest": "28.0.5", |
| 55 | + "ts-jest": "28.0.8", |
56 | 56 | "ts-toolbelt": "9.6.0", |
57 | 57 | "typescript": "4.7.4" |
58 | 58 | }, |
|
0 commit comments