Skip to content

Commit cfb5ba9

Browse files
lockfile
1 parent 21d0a7b commit cfb5ba9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"zod": "^3.24.3"
2121
},
2222
"devDependencies": {
23+
"@types/micromatch": "^4.0.9",
2324
"@types/node": "^22.7.5",
2425
"tsc-watch": "6.2.1",
25-
"typescript": "^5.7.3",
26-
"@types/micromatch": "^4.0.9"
26+
"typescript": "^5.7.3"
2727
},
2828
"exports": {
2929
".": "./dist/index.server.js",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5893,6 +5893,7 @@ __metadata:
58935893
"@sourcebot/logger": "workspace:*"
58945894
"@sourcebot/schemas": "workspace:*"
58955895
"@t3-oss/env-core": "npm:^0.12.0"
5896+
"@types/micromatch": "npm:^4.0.9"
58965897
"@types/node": "npm:^22.7.5"
58975898
ajv: "npm:^8.17.1"
58985899
micromatch: "npm:^4.0.8"

0 commit comments

Comments
 (0)