Skip to content

Commit

Permalink
chore: update major-update
Browse files Browse the repository at this point in the history
See associated pull request for more information.
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 2db22d1 commit 956a536
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 490 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
12 changes: 6 additions & 6 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.2.1",
"ngxtension": "3.0.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
Expand All @@ -62,20 +62,20 @@
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.1.3",
"@angular/compiler-cli": "17.1.3",
"@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",
"@types/jasmine": "5.1.4",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.57.0",
"eslint": "9.1.1",
"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": "^4.0.0",
"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 956a536

Please sign in to comment.