feat: update to angular 17

This commit is contained in:
Thea Schöbl
2024-03-21 08:47:34 +00:00
committed by Rainer Killinger
parent 09faa66e98
commit 10c4466b37
154 changed files with 8337 additions and 7640 deletions

View File

@@ -21,8 +21,8 @@
"build": "rimraf lib && tsc",
"format": "prettier . -c --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
"lint": "eslint --ext .ts src/ test/",
"lint:fix": "eslint --ext .ts src/ test/",
"lint": "eslint --ext .ts src/",
"lint:fix": "eslint --ext .ts src/",
"test": "c8 mocha"
},
"dependencies": {