Skip to content

Commit c55bbef

Browse files
upload-meta-quest-build@v2.1.4 (#30)
- updated dependencies
1 parent 4567eff commit c55bbef

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-meta-quest-build",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A GitHub Action for uploading a Meta Quest app to the Meta Quest store.",
55
"author": "RageAgainstThePixel",
66
"repository": {
@@ -27,15 +27,15 @@
2727
"unzip-stream": "^0.3.4"
2828
},
2929
"devDependencies": {
30-
"@types/node": "^22.13.13",
30+
"@types/node": "^22.15.18",
3131
"@types/unzip-stream": "^0.3.4",
3232
"@vercel/ncc": "^0.34.0",
3333
"shx": "^0.3.4",
34-
"typescript": "^5.8.2"
34+
"typescript": "^5.8.3"
3535
},
3636
"scripts": {
3737
"build": "npm run clean && npm run bundle",
3838
"bundle": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
3939
"clean": "npm install && shx rm -rf dist/ out/ node_modules/ && npm ci"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)