|
13 | 13 | ],
|
14 | 14 | "scripts": {
|
15 | 15 | "build": "rollup -c",
|
16 |
| - "test": "node --experimental-loader esbuild-node-loader node_modules/uvu/bin.js tests", |
| 16 | + "test": "tsm node_modules/uvu/bin.js tests", |
17 | 17 | "test:coverage": "c8 --include=src pnpm test",
|
18 | 18 | "test:report": "c8 report --reporter=text-lcov > coverage.lcov",
|
19 | 19 | "lint": "eslint \"./**/*.ts\"",
|
|
47 | 47 | "url": "https://github.com/talentlessguy/better-schema-link?sponsor=1"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@commitlint/cli": "13.2.0", |
51 |
| - "@commitlint/config-conventional": "13.2.0", |
52 |
| - "@rollup/plugin-typescript": "^8.2.5", |
53 |
| - "@tinyhttp/app": "^2.0.10", |
54 |
| - "@types/ioredis": "^4.27.6", |
55 |
| - "@types/node": "^16.10.3", |
56 |
| - "@typescript-eslint/eslint-plugin": "4.33.0", |
57 |
| - "@typescript-eslint/parser": "4.33.0", |
58 |
| - "c8": "7.9.0", |
59 |
| - "esbuild-node-loader": "0.4.2", |
60 |
| - "eslint": "7.32.0", |
61 |
| - "eslint-config-prettier": "8.3.0", |
| 50 | + "@commitlint/cli": "16.2.1", |
| 51 | + "@commitlint/config-conventional": "16.2.1", |
| 52 | + "@rollup/plugin-typescript": "^8.3.1", |
| 53 | + "@tinyhttp/app": "^2.0.19", |
| 54 | + "@types/ioredis": "^4.28.8", |
| 55 | + "@types/node": "^17.0.21", |
| 56 | + "@typescript-eslint/eslint-plugin": "5.13.0", |
| 57 | + "@typescript-eslint/parser": "5.13.0", |
| 58 | + "c8": "7.11.0", |
| 59 | + "eslint": "8.10.0", |
| 60 | + "eslint-config-prettier": "8.5.0", |
62 | 61 | "eslint-plugin-prettier": "4.0.0",
|
63 |
| - "husky": "7.0.2", |
64 |
| - "rollup": "^2.58.0", |
65 |
| - "supertest-fetch": "^1.4.3", |
66 |
| - "typescript": "^4.4.3", |
67 |
| - "uvu": "^0.5.1" |
| 62 | + "husky": "7.0.4", |
| 63 | + "prettier": "^2.5.1", |
| 64 | + "rollup": "^2.69.1", |
| 65 | + "supertest-fetch": "^1.5.0", |
| 66 | + "tsm": "^2.2.1", |
| 67 | + "typescript": "^4.6.2", |
| 68 | + "uvu": "^0.5.3" |
68 | 69 | },
|
69 | 70 | "dependencies": {
|
70 |
| - "quick-lru": "^6.0.1" |
| 71 | + "quick-lru": "^6.1.0" |
71 | 72 | },
|
72 | 73 | "optionalDependencies": {
|
73 |
| - "ioredis": "^4.27.10" |
| 74 | + "ioredis": "^4.28.5" |
74 | 75 | }
|
75 | 76 | }
|
0 commit comments