Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into farming-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Aug 26, 2024
2 parents f39aaa5 + cc1766c commit f98aa8c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

build:
name: build
needs: [pnpm]
needs: [pnpm, eslint]
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"packageManager": "[email protected]",
"author": "Kathund",
"dependencies": {
"axios": "^1.7.4",
"farming-weight": "^0.4.12",
"axios": "^1.7.5",
"node-cache": "^5.1.2",
"prismarine-nbt": "^2.5.0",
"rss-parser": "^3.13.0",
Expand All @@ -45,13 +45,13 @@
},
"publisher": "Kathund",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@types/eslint": "^9.6.0",
"@types/node": "^20.16.1",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"@types/node": "^20.16.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
Expand Down
88 changes: 44 additions & 44 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 f98aa8c

Please sign in to comment.