Skip to content

Commit

Permalink
Merge pull request #109 from DatepollSystems/renovate/major-major-update
Browse files Browse the repository at this point in the history
chore: update major-update (major)
  • Loading branch information
Dafnik committed May 2, 2024
2 parents 20d06ba + ca6c44c commit 90e8072
Show file tree
Hide file tree
Showing 4 changed files with 7,855 additions and 6,291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/licenseReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: setup node and pnpm
uses: dafnik/setup-node-pnpm@v2
uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand All @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand All @@ -49,7 +49,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand All @@ -63,7 +63,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand All @@ -77,7 +77,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand All @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand All @@ -105,7 +105,7 @@ jobs:
with:
fetch-depth: 0

- uses: dafnik/setup-node-pnpm@v2
- uses: dafnik/setup-node-pnpm@v3
with:
install-ignore-scripts: true

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jspdf": "2.5.1",
"ng2-pdfjs-viewer": "^17.0.3",
"ngx-print": "^1.5.1",
"ngxtension": "2.3.2",
"ngxtension": "3.0.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
Expand All @@ -62,8 +62,8 @@
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.6",
"@angular/compiler-cli": "17.3.6",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@types/d3-scale": "4.0.8",
"@types/d3-selection": "3.0.10",
"@types/d3-shape": "^3.1.1",
Expand All @@ -75,7 +75,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "3.0.1",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.3",
Expand All @@ -85,7 +85,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"license-report": "^6.4.0",
"prettier": "3.2.5",
"purgecss": "5.0.0",
"purgecss": "6.0.0",
"source-map-explorer": "2.5.3",
"swagger-typescript-api": "^13.0.0",
"typescript": "5.3.3"
Expand Down

0 comments on commit 90e8072

Please sign in to comment.