1 Commits

Author SHA1 Message Date
b9002eb420 Update dependency eslint to ^9.27.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-05-19 00:07:42 +00:00
3 changed files with 26 additions and 950 deletions

View File

@ -38,7 +38,6 @@ steps:
- cd moneymgr_backend - cd moneymgr_backend
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo clippy --example api_curl -- -D warnings
- name: backend_test - name: backend_test
image: rust image: rust
@ -52,7 +51,7 @@ steps:
- cargo test - cargo test
- name: backend_build - name: backend_compile
image: rust image: rust
volumes: volumes:
- name: rust_registry - name: rust_registry
@ -68,16 +67,15 @@ steps:
- cd moneymgr_backend - cd moneymgr_backend
- mv /tmp/web_build/dist static - mv /tmp/web_build/dist static
- cargo build --release - cargo build --release
- cargo build --release --example api_curl - ls -lah target/release/moneymgr_backend
- ls -lah target/release/moneymgr_backend target/release/examples/api_curl - cp target/release/moneymgr_backend /tmp/release
- cp target/release/moneymgr_backend target/release/examples/api_curl /tmp/release
# Release # Release
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
depends_on: depends_on:
- backend_build - backend_compile
when: when:
event: event:
- tag - tag

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
"@types/react": "^19.1.4", "@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5", "@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.4.1", "@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.26.0", "eslint": "^9.27.0",
"eslint-plugin-react-dom": "^1.49.0", "eslint-plugin-react-dom": "^1.49.0",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-refresh": "^00.4.20",