Skip to content

Commit

Permalink
fix(pat-datatables): Downgrade datatables to 1.12 to fix import errors.
Browse files Browse the repository at this point in the history
Co-authored-by: toalba <tb@kleinundpartner.at>
Co-authored-by: Robert Niederreiter <rnix@squarewave.at>
  • Loading branch information
3 people committed Feb 15, 2023
1 parent 67ad865 commit 585ea8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.0",
"cs-jqtree-contextmenu": "0.1.0",
"datatables.net": "1.13.2",
"datatables.net-bs5": "1.13.2",
"datatables.net": "<1.13",
"datatables.net-bs5": "<1.13",
"datatables.net-buttons": "2.3.4",
"datatables.net-buttons-bs5": "2.3.4",
"datatables.net-colreorder": "1.6.1",
Expand Down Expand Up @@ -55,6 +55,8 @@
"resolutions": {
"@patternslib/patternslib": "9.8.1",
"backbone": "1.4.1",
"datatables.net": "<1.13",
"datatables.net-bs5": "<1.13",
"jquery": "3.6.3",
"underscore": "1.13.6"
},
Expand Down

0 comments on commit 585ea8a

Please sign in to comment.