Skip to content

Commit

Permalink
fix: SASS warnings & other unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 13, 2024
1 parent f788518 commit 227e538
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 192 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
},
"dependencies": {
"@ngx-translate/core": "^15.0.0",
"@slickgrid-universal/common": "~5.3.3",
"@slickgrid-universal/custom-footer-component": "~5.3.3",
"@slickgrid-universal/empty-warning-component": "~5.3.3",
"@slickgrid-universal/event-pub-sub": "~5.3.0",
"@slickgrid-universal/pagination-component": "~5.3.3",
"@slickgrid-universal/row-detail-view-plugin": "~5.3.3",
"@slickgrid-universal/rxjs-observable": "~5.3.3",
"@slickgrid-universal/common": "~5.3.4",
"@slickgrid-universal/custom-footer-component": "~5.3.4",
"@slickgrid-universal/empty-warning-component": "~5.3.4",
"@slickgrid-universal/event-pub-sub": "~5.3.4",
"@slickgrid-universal/pagination-component": "~5.3.4",
"@slickgrid-universal/row-detail-view-plugin": "~5.3.4",
"@slickgrid-universal/rxjs-observable": "~5.3.4",
"dequal": "^2.0.3",
"rxjs": "^7.8.1"
},
Expand Down Expand Up @@ -86,37 +86,37 @@
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@release-it/conventional-changelog": "^8.0.1",
"@slickgrid-universal/composite-editor-component": "~5.3.3",
"@slickgrid-universal/custom-tooltip-plugin": "~5.3.3",
"@slickgrid-universal/excel-export": "~5.3.3",
"@slickgrid-universal/graphql": "~5.3.3",
"@slickgrid-universal/odata": "~5.3.3",
"@slickgrid-universal/text-export": "~5.3.3",
"@slickgrid-universal/composite-editor-component": "~5.3.4",
"@slickgrid-universal/custom-tooltip-plugin": "~5.3.4",
"@slickgrid-universal/excel-export": "~5.3.4",
"@slickgrid-universal/graphql": "~5.3.4",
"@slickgrid-universal/odata": "~5.3.4",
"@slickgrid-universal/text-export": "~5.3.4",
"@types/dompurify": "^3.0.5",
"@types/fnando__sparkline": "^0.3.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"bootstrap": "^5.3.3",
"copyfiles": "^2.4.1",
"custom-event-polyfill": "^1.0.7",
"cypress": "^13.13.0",
"cypress-real-events": "^1.13.0",
"dompurify": "^3.1.6",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"fetch-jsonp": "^1.3.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-preset-angular": "^14.1.1",
"ng-packagr": "^18.0.0",
"ng-packagr": "^18.1.0",
"ngx-bootstrap": "^18.0.0",
"npm-run-all2": "^6.2.2",
"release-it": "^17.4.1",
"release-it": "^17.5.0",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"sass": "^1.77.6",
"sass": "^1.77.8",
"servor": "^4.0.2",
"sortablejs": "^1.15.2",
"stream-browserify": "^3.0.0",
Expand Down
Loading

0 comments on commit 227e538

Please sign in to comment.