Skip to content

Commit

Permalink
Depend Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed May 31, 2022
1 parent 3b7c78d commit 1f3c849
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
working-directory: backend
token: ${{ secrets.GITHUB_TOKEN }}
# Yes by doing this we are not checking the feature code. However, it is a small point. And I really dont want to have to run the build script
args: --manifest-path backend/Cargo.toml --no-default-features
args: --manifest-path backend/Cargo.toml --no-default-features --no-deps
4 changes: 2 additions & 2 deletions .github/workflows/rust-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request Rust

on:
pull_request:
branches: master
branches: master

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Yes by doing this we are not checking the feature code. However, it is a small point. And I really dont want to have to run the build script
args: --manifest-path backend/Cargo.toml --no-default-features
args: --manifest-path backend/Cargo.toml --no-default-features --no-deps
3 changes: 2 additions & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ base64 = "0.13.0"
tokio = "1.18.2"
style-term = "1.0.0"
# Log
nitro_log = { git = "https://github.com/wherkamp/nitro_log", features = ["chrono", "style-term"] }
# Unstable Use git = "https://github.com/wherkamp/nitro_log"
nitro_log = { version = "1.0.1", features = ["chrono", "style-term"] }
log = "0.4.17"
# Rust Internal
strum = { version = "0.24.0", features = ["derive"] }
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@kyvg/vue3-notification": "^2.3.4",
"@nitro_repo/nitro_repo-api-wrapper": "file:../nitro_repo-api-wrapper",
"@uppy/drag-drop": "^2.1.0",
"@uppy/vue": "^0.4.7",
"@uppy/drag-drop": "^2.1.1",
"@uppy/vue": "^0.4.8",
"axios": "^0.27.2",
"boxicons": "^2.1.2",
"core-js": "^3.22.7",
Expand All @@ -33,8 +33,8 @@
"vue3-cookies": "^1.0.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
Expand Down
154 changes: 41 additions & 113 deletions nitro_repo-api-wrapper/package-lock.json

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

2 changes: 1 addition & 1 deletion nitro_repo-api-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ts-results": "^3.3.0"
},
"devDependencies": {
"typedoc": "^0.22.15",
"typedoc": "^0.22.16",
"typescript": "^4.7.2"
},
"files": [
Expand Down

0 comments on commit 1f3c849

Please sign in to comment.