Skip to content

Commit

Permalink
chore(ci): fix demo app tests fail due to dep issues (p2)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Feb 7, 2024
1 parent 1207b63 commit 64ad2f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"@angular/platform-browser-dynamic": "^17.0.2",
"@angular/router": "^17.0.2",
"@types/marked": "^4.3.0",
"@types/datatables.net": "^1.10.28",
"@types/datatables.net-buttons": "^1.4.7",
"@types/datatables.net-select": "^1.2.7",
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "~3.5.8",
"@types/node": "^20.11.16",
"angular-datatables": "^16.0.0",
"clipboard": "^2.0.8",
"core-js": "^3.23.3",
Expand Down Expand Up @@ -54,13 +61,6 @@
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.2",
"@angular/language-service": "^17.0.2",
"@types/datatables.net": "^1.10.28",
"@types/datatables.net-buttons": "^1.4.7",
"@types/datatables.net-select": "^1.2.7",
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "~3.5.8",
"@types/node": "^20.11.16",
"chalk": "~4.1.2",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
Expand Down
1 change: 1 addition & 0 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"es2016",
"dom"
],
"types": ["node"],
"paths": {
"@angular/*": [
"../node_modules/@angular/*"
Expand Down

0 comments on commit 64ad2f2

Please sign in to comment.