Skip to content

Commit

Permalink
update toastr
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Spanos committed Jun 19, 2024
1 parent 2b9c16d commit 0ddf1b4
Show file tree
Hide file tree
Showing 15 changed files with 4,910 additions and 4,095 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calc-odds-api.latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-ui-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-api-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build environment
FROM node:20.11.0-alpine as dependencies
WORKDIR /app
RUN npm i -g pnpm@8.15.4
RUN npm i -g pnpm@9.0.4
COPY package.json pnpm-lock.yaml ./
RUN --mount=type=secret,id=npmrc,target=/root/.npmrc pnpm install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion src/ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.css"],
"styles": ["src/styles.css","node_modules/ngx-toastr/toastr.css"],
"scripts": []
},
"configurations": {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/router": "^17.3.2",
"@moby-it/poker-core": "^2.1.3",
"immer": "^10.0.4",
"ngx-toastr": "^18.0.0",
"ngx-toastr": "^19.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
Loading

0 comments on commit 0ddf1b4

Please sign in to comment.