Skip to content

Commit

Permalink
Merge branch 'dev' into deps/coreui-coreui-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 14, 2024
2 parents addc6f2 + 7bddcb8 commit 822fd33
Show file tree
Hide file tree
Showing 155 changed files with 25,848 additions and 40,758 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/[email protected].2
uses: peter-evans/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected].1
- uses: actions/[email protected].6

- name: Check Tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
npm-debug.log
testem.log
/typings

/.nx
#test environment
/tests/environment.json
*e2e/environment.json
Expand Down
2 changes: 1 addition & 1 deletion .nodeenvrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[nodeenv]
node = 18.18.2
node = 18.20.3

Binary file added .nx/cache/18.3.5-nx.linux-x64-gnu.node
Binary file not shown.
Binary file added .nx/cache/nx_files.nxt
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
RUN $(npm bin)/ng build --configuration=custom --build-optimizer

### STAGE 2: Setup ###
FROM nginx:1.25.4-alpine
FROM nginx:1.26.1-alpine

## Copy our default nginx config
COPY nginx/default.conf /etc/nginx/conf.d/
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
]
},
"scripts": [
"src/assets/js/matomo.js"
],
"vendorChunk": true,
"extractLicenses": false,
Expand Down
Loading

0 comments on commit 822fd33

Please sign in to comment.