Skip to content

Commit

Permalink
chore(ci): update types for jquery, datatables.net for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Feb 7, 2024
1 parent 64ad2f2 commit f8da96c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions demo/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 demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
"@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 @@ -61,6 +54,13 @@
"@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.10",
"@types/datatables.net-select": "^1.2.10",
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "^3.5.29",
"@types/node": "^20.11.16",
"chalk": "~4.1.2",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
Expand Down

0 comments on commit f8da96c

Please sign in to comment.