Skip to content

Commit

Permalink
chore: upgrade devDeps
Browse files Browse the repository at this point in the history
on-behalf-of: @porscheofficial <[email protected]>
Signed-off-by: Patrick Böder <[email protected]>
  • Loading branch information
pboeder committed Nov 19, 2024
1 parent 70a197d commit bacea42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Bump Version
run: npm version ${{ github.event.inputs.version }}

- name: Publish to GitHub Packages
- name: Publish to NPM
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.7.2",
"@types/node": "22.9.1",
"ts-node": "10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"esbuild": "0.24.0",
Expand Down

0 comments on commit bacea42

Please sign in to comment.