Skip to content

Commit

Permalink
chore(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent a14b6aa commit 9f0c10f
Show file tree
Hide file tree
Showing 7 changed files with 2,965 additions and 1,179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7
with:
body: I ran `pnpm format` 🧑‍💻
branch: actions/prettier
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Validate Sanity Template
uses: sanity-io/template-validator@v1
uses: sanity-io/template-validator@d71fa6b89c2f471c8ecbef6dfc038402bbb26890 # v1
with:
repository: ${{ github.repository }}
20 changes: 10 additions & 10 deletions angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"express": "^4.15.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.1",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "^16.0.1",
"@types/express": "^4.17.0",
"@types/jasmine": "~4.3.0",
"@angular-devkit/build-angular": "^16.2.16",
"@angular/cli": "~16.2.16",
"@angular/compiler-cli": "^16.2.12",
"@types/express": "^4.17.21",
"@types/jasmine": "~4.6.4",
"@types/node": "^18.0.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.0"
"typescript": "~5.7.2"
}
}
Loading

0 comments on commit 9f0c10f

Please sign in to comment.