|
1 | 1 | { |
2 | 2 | "name": "@bessonovs/node-http-router", |
| 3 | + "version": "0.0.7", |
3 | 4 | "description": "Extensible http router for node and micro", |
4 | 5 | "keywords": [ |
5 | 6 | "router", |
|
16 | 17 | "http", |
17 | 18 | "server" |
18 | 19 | ], |
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" |
| 36 | + "urlite": "3.0.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@bessonovs/eslint-config": "0.0.7", |
40 | | - "@types/express": "4.17.12", |
41 | | - "@types/jest": "25.2.2", |
42 | | - "@types/node": "14.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", |
| 40 | + "@types/express": "4.17.13", |
| 41 | + "@types/jest": "27.4.1", |
| 42 | + "@types/node": "16.11.7", |
| 43 | + "@typescript-eslint/eslint-plugin": "5.13.0", |
| 44 | + "@typescript-eslint/parser": "5.13.0", |
| 45 | + "eslint": "8.10.0", |
| 46 | + "eslint-config-airbnb": "19.0.4", |
| 47 | + "eslint-plugin-import": "2.25.4", |
| 48 | + "eslint-plugin-jsx-a11y": "6.5.1", |
| 49 | + "eslint-plugin-react": "7.29.3", |
| 50 | + "jest": "27.5.1", |
51 | 51 | "micro": "9.3.5-canary.3", |
52 | | - "node-mocks-http": "1.10.1", |
| 52 | + "node-mocks-http": "1.11.0", |
53 | 53 | "path-to-regexp": "6.2.0", |
54 | | - "ts-jest": "27.0.3", |
55 | | - "typescript": "4.3.4" |
| 54 | + "ts-jest": "27.1.3", |
| 55 | + "typescript": "4.6.2" |
56 | 56 | }, |
57 | 57 | "publishConfig": { |
58 | 58 | "access": "public" |
|
0 commit comments