Skip to content

Commit aca16c1

Browse files
add missed glob dependency
1 parent ca34435 commit aca16c1

3 files changed

Lines changed: 98 additions & 0 deletions

File tree

astro-authproto/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"drizzle-orm": "^0.42.0",
79+
"glob": "^13.0.6",
7980
"tsdown": "^0.17.2"
8081
},
8182
"peerDependencies": {

astro-smooth-actions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"license": "MIT",
3737
"devDependencies": {
3838
"astro": "^5.0.0",
39+
"glob": "^13.0.6",
3940
"tsdown": "^0.14.1"
4041
},
4142
"publishConfig": {

package-lock.json

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)