Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3e2dd9d
chore(deps-dev): bump prettier from 3.2.5 to 3.3.0
dependabot[bot] Jun 3, 2024
7af7cd6
Merge pull request #727 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 4, 2024
99e48eb
chore(deps-dev): bump @types/node from 20.12.13 to 20.14.1
dependabot[bot] Jun 4, 2024
0044db4
Merge pull request #728 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 4, 2024
cde96d7
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Jun 4, 2024
aab7387
Merge pull request #731 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 4, 2024
3ed1949
chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.12.0
dependabot[bot] Jun 4, 2024
bcb74fb
Merge pull request #730 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 4, 2024
3102ca0
chore(deps-dev): bump @types/node from 20.14.1 to 20.14.2
dependabot[bot] Jun 5, 2024
4703889
chore(deps-dev): bump prettier from 3.3.0 to 3.3.1
dependabot[bot] Jun 5, 2024
6444d1b
Merge pull request #733 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 6, 2024
c0b0231
Merge pull request #732 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 6, 2024
a447ada
chore(deps): bump @angular/language-service from 18.0.1 to 18.0.2
dependabot[bot] Jun 6, 2024
b4abafc
Merge pull request #738 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jun 7, 2024
289ac52
Merge branch 'master' into pkg-updates
mcknasty Jan 29, 2025
a061e7d
chore(deps): bump @angular/router from 18.0.1 to 20.1.3
dependabot[bot] Jul 24, 2025
b583484
Merge pull request #965 from mcknasty/dependabot/npm_and_yarn/pkg-upd…
github-actions[bot] Jul 28, 2025
cc762d3
chore(deps): bump @angular/animations from 18.0.1 to 20.3.9
dependabot[bot] Oct 30, 2025
d466016
Merge pull request #1038 from mcknasty/dependabot/npm_and_yarn/pkg-up…
github-actions[bot] Dec 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 71 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"private": true,
"dependencies": {
"@angular-devkit/architect": "^0.1800.1",
"@angular/animations": "~18.0.1",
"@angular/animations": "~20.3.9",
"@angular/common": "~18.0.1",
"@angular/core": "~18.0.1",
"@angular/forms": "~18.0.1",
"@angular/language-service": "~18.0.1",
"@angular/language-service": "~18.0.2",
"@angular/platform-browser": "~18.0.1",
"@angular/platform-browser-dynamic": "~18.0.1",
"@angular/router": "~18.0.1",
"@angular/router": "~20.1.3",
"angular-in-memory-web-api": "^0.18.0",
"ngx-pipes": "^3.2.0",
"rxjs": "^7.8.0",
Expand All @@ -47,9 +47,9 @@
"@angular/compiler-cli": "^18.0.1",
"@types/jasmine": "^5.1.4",
"@types/karma": "^6.3.8",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -65,7 +65,7 @@
"karma-jasmine-html-reporter": "^2.0.0",
"karma-typescript": "^5.5.3",
"karma-verbose-reporter": "0.0.8",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"puppeteer": "^22.15.0",
"ts-node": "~10.9.2",
"typescript": "^5.4.5"
Expand Down