|
45 | 45 | "dev": "rm -rf dist && tsc --watch",
|
46 | 46 | "format": "prettier --write .",
|
47 | 47 | "lint": "eslint . --ext .ts,.tsx --fix",
|
| 48 | + "check": "pnpm check:types && pnpm check:format && pnpm check:lint", |
48 | 49 | "check:types": "pnpm tsc --noEmit",
|
49 | 50 | "check:format": "prettier --check .",
|
50 | 51 | "check:lint": "eslint . --ext .ts,.tsx --max-warnings 0",
|
|
60 | 61 | "release:pr": "dripip pr"
|
61 | 62 | },
|
62 | 63 | "dependencies": {
|
63 |
| - "@graphql-typed-document-node/core": "^3.1.1", |
| 64 | + "@graphql-typed-document-node/core": "^3.2.0", |
64 | 65 | "cross-fetch": "^3.1.5",
|
65 | 66 | "extract-files": "^9.0.0",
|
66 | 67 | "form-data": "^3.0.0"
|
|
75 | 76 | "@types/body-parser": "^1.19.2",
|
76 | 77 | "@types/express": "^4.17.16",
|
77 | 78 | "@types/extract-files": "^8.1.1",
|
78 |
| - "@types/node": "^18.11.18", |
| 79 | + "@types/node": "^18.15.11", |
79 | 80 | "@types/ws": "^8.5.4",
|
80 |
| - "@typescript-eslint/eslint-plugin": "^5.52.0", |
81 |
| - "@typescript-eslint/parser": "^5.52.0", |
| 81 | + "@typescript-eslint/eslint-plugin": "^5.57.1", |
| 82 | + "@typescript-eslint/parser": "^5.57.1", |
82 | 83 | "@vitest/coverage-c8": "^0.29.0",
|
83 | 84 | "apollo-server-express": "^3.11.1",
|
84 | 85 | "body-parser": "^1.20.1",
|
85 | 86 | "doctoc": "^2.2.1",
|
86 | 87 | "dripip": "^0.10.0",
|
87 |
| - "eslint": "^8.34.0", |
88 |
| - "eslint-config-prettier": "^8.6.0", |
89 |
| - "eslint-plugin-deprecation": "^1.3.3", |
| 88 | + "eslint": "^8.37.0", |
| 89 | + "eslint-config-prettier": "^8.8.0", |
| 90 | + "eslint-plugin-deprecation": "^1.4.0", |
90 | 91 | "eslint-plugin-only-warn": "^1.1.0",
|
91 | 92 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
92 | 93 | "eslint-plugin-simple-import-sort": "^10.0.0",
|
|
96 | 97 | "get-port": "^6.1.2",
|
97 | 98 | "graphql": "^16.6.0",
|
98 | 99 | "graphql-tag": "^2.12.5",
|
99 |
| - "graphql-ws": "^5.11.2", |
100 |
| - "happy-dom": "^9.0.0", |
| 100 | + "graphql-ws": "^5.12.1", |
| 101 | + "happy-dom": "^9.1.7", |
101 | 102 | "prettier": "^2.8.3",
|
102 |
| - "type-fest": "^3.5.3", |
103 |
| - "typescript": "^4.9.4", |
| 103 | + "type-fest": "^3.7.2", |
| 104 | + "typescript": "^5.0.3", |
104 | 105 | "vitest": "^0.29.0",
|
105 |
| - "ws": "^8.12.0" |
| 106 | + "ws": "^8.13.0" |
106 | 107 | },
|
107 | 108 | "prettier": "@prisma-labs/prettier-config"
|
108 | 109 | }
|
0 commit comments