Skip to content

Commit

Permalink
chore: update dependencies and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jun 8, 2024
1 parent fb3c51b commit 93f312f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: 8
version: 9

- name: Get variables
id: get_vars
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"devDependencies": {
"@citizenfx/client": "latest",
"@citizenfx/server": "latest",
"@types/node": "^20.14.1",
"@types/node": "^20.14.2",
"esbuild": "^0.20.2",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
},
"dependencies": {
"@nativewrappers/fivem": "^0.0.28",
"@overextended/ox_lib": "^3.22.1",
"mariadb": "^3.3.0"
"@overextended/ox_lib": "^3.22.2",
"mariadb": "^3.3.1"
},
"engines": {
"node": ">=16.9.1"
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 93f312f

Please sign in to comment.