We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d0a7b commit cfb5ba9Copy full SHA for cfb5ba9
packages/shared/package.json
@@ -20,10 +20,10 @@
20
"zod": "^3.24.3"
21
},
22
"devDependencies": {
23
+ "@types/micromatch": "^4.0.9",
24
"@types/node": "^22.7.5",
25
"tsc-watch": "6.2.1",
- "typescript": "^5.7.3",
26
- "@types/micromatch": "^4.0.9"
+ "typescript": "^5.7.3"
27
28
"exports": {
29
".": "./dist/index.server.js",
yarn.lock
@@ -5893,6 +5893,7 @@ __metadata:
5893
"@sourcebot/logger": "workspace:*"
5894
"@sourcebot/schemas": "workspace:*"
5895
"@t3-oss/env-core": "npm:^0.12.0"
5896
+ "@types/micromatch": "npm:^4.0.9"
5897
"@types/node": "npm:^22.7.5"
5898
ajv: "npm:^8.17.1"
5899
micromatch: "npm:^4.0.8"
0 commit comments