|
22 | 22 | ],
|
23 | 23 | "scripts": {
|
24 | 24 | "build": "rollup -c",
|
25 |
| - "test": "node --experimental-loader esbuild-node-loader node_modules/uvu/bin.js tests", |
| 25 | + "test": "uvu -r tsm tests", |
26 | 26 | "test:coverage": "c8 --include=src pnpm test",
|
27 | 27 | "test:report": "c8 report --reporter=text-lcov > coverage.lcov",
|
28 | 28 | "lint": "eslint \"./**/*.ts\"",
|
|
45 | 45 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@commitlint/cli": "13.1.0", |
49 |
| - "@commitlint/config-conventional": "13.1.0", |
50 |
| - "@rollup/plugin-typescript": "8.2.5", |
51 |
| - "@tinyhttp/app": "2.0.3", |
52 |
| - "@tinyhttp/cookie-parser": "2.0.1", |
53 |
| - "@types/express-session": "1.17.4", |
54 |
| - "@types/node": "16.9.1", |
55 |
| - "@typescript-eslint/eslint-plugin": "4.31.0", |
56 |
| - "@typescript-eslint/parser": "4.31.0", |
57 |
| - "c8": "7.9.0", |
58 |
| - "esbuild-node-loader": "0.3.1", |
59 |
| - "eslint": "7.32.0", |
60 |
| - "eslint-config-prettier": "8.3.0", |
61 |
| - "eslint-plugin-prettier": "4.0.0", |
62 |
| - "express-session": "1.17.2", |
63 |
| - "husky": "7.0.2", |
64 |
| - "milliparsec": "2.2.0", |
65 |
| - "prettier": "2.4.0", |
66 |
| - "rollup": "2.56.3", |
67 |
| - "supertest-fetch": "1.4.3", |
68 |
| - "tslib": "2.3.1", |
69 |
| - "typescript": "4.3.5", |
70 |
| - "uvu": "0.5.1" |
| 48 | + "@commitlint/cli": "17.4.4", |
| 49 | + "@commitlint/config-conventional": "17.4.4", |
| 50 | + "@rollup/plugin-typescript": "11.0.0", |
| 51 | + "@tinyhttp/app": "2.0.29", |
| 52 | + "@tinyhttp/cookie-parser": "2.0.6", |
| 53 | + "@types/express-session": "1.17.6", |
| 54 | + "@types/node": "18.15.3", |
| 55 | + "@typescript-eslint/eslint-plugin": "5.55.0", |
| 56 | + "@typescript-eslint/parser": "5.55.0", |
| 57 | + "c8": "7.13.0", |
| 58 | + "eslint": "8.36.0", |
| 59 | + "eslint-config-prettier": "8.7.0", |
| 60 | + "eslint-plugin-prettier": "4.2.1", |
| 61 | + "express-session": "1.17.3", |
| 62 | + "husky": "8.0.3", |
| 63 | + "milliparsec": "2.2.2", |
| 64 | + "prettier": "2.8.4", |
| 65 | + "rollup": "3.19.1", |
| 66 | + "supertest-fetch": "1.5.0", |
| 67 | + "tslib": "2.5.0", |
| 68 | + "tsm": "^2.3.0", |
| 69 | + "typescript": "4.9.5", |
| 70 | + "uvu": "0.5.6" |
71 | 71 | },
|
72 | 72 | "dependencies": {
|
73 |
| - "@tinyhttp/cookie": "2.0.1", |
74 |
| - "@tinyhttp/cookie-signature": "2.0.1" |
| 73 | + "@tinyhttp/cookie": "2.0.6", |
| 74 | + "@tinyhttp/cookie-signature": "2.0.6" |
75 | 75 | }
|
76 | 76 | }
|
0 commit comments