|
16 | 16 | "http", |
17 | 17 | "server" |
18 | 18 | ], |
19 | | - "version": "0.0.5", |
| 19 | + "version": "0.0.6", |
20 | 20 | "author": "Anton Bessonov", |
21 | 21 | "license": "MIT", |
22 | 22 | "repository": "bessonov/node-http-router", |
|
33 | 33 | "precommit": "$_ run test && $_ run lint && $_ run build" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "fast-url-parser": "1.1.3", |
37 | | - "ts-toolbelt": "6.7.7" |
| 36 | + "fast-url-parser": "1.1.3" |
38 | 37 | }, |
39 | 38 | "devDependencies": { |
40 | | - "@bessonovs/eslint-config": "0.0.6", |
41 | | - "@types/express": "4.17.6", |
| 39 | + "@bessonovs/eslint-config": "0.0.7", |
| 40 | + "@types/express": "4.17.12", |
42 | 41 | "@types/jest": "25.2.2", |
43 | 42 | "@types/node": "14.0.1", |
44 | | - "@typescript-eslint/eslint-plugin": "2.33.0", |
45 | | - "@typescript-eslint/parser": "2.33.0", |
46 | | - "eslint": "7.0.0", |
47 | | - "eslint-config-airbnb": "18.1.0", |
48 | | - "eslint-plugin-import": "2.20.2", |
49 | | - "eslint-plugin-jsx-a11y": "6.2.3", |
50 | | - "eslint-plugin-react": "7.20.0", |
51 | | - "jest": "26.0.1", |
| 43 | + "@typescript-eslint/eslint-plugin": "4.28.1", |
| 44 | + "@typescript-eslint/parser": "4.28.1", |
| 45 | + "eslint": "7.29.0", |
| 46 | + "eslint-config-airbnb": "18.2.1", |
| 47 | + "eslint-plugin-import": "2.23.4", |
| 48 | + "eslint-plugin-jsx-a11y": "6.4.1", |
| 49 | + "eslint-plugin-react": "7.24.0", |
| 50 | + "jest": "27.0.6", |
52 | 51 | "micro": "9.3.5-canary.3", |
53 | | - "node-mocks-http": "1.8.1", |
54 | | - "path-to-regexp": "6.1.0", |
55 | | - "ts-jest": "26.0.0", |
56 | | - "typescript": "3.9.2" |
| 52 | + "node-mocks-http": "1.10.1", |
| 53 | + "path-to-regexp": "6.2.0", |
| 54 | + "ts-jest": "27.0.3", |
| 55 | + "typescript": "4.3.4" |
57 | 56 | }, |
58 | 57 | "publishConfig": { |
59 | 58 | "access": "public" |
|
0 commit comments