Skip to content

Commit

Permalink
Merge pull request #1898 from Hyperkid123/add-missing-pagination-titles
Browse files Browse the repository at this point in the history
Add missing pagination titles alias.
  • Loading branch information
Hyperkid123 authored Aug 28, 2023
2 parents df8ec2f + b4b1f20 commit f8bb259
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
"@redhat-cloud-services/frontend-components-config-utilities": "^3.0.0",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.2",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.3",
"@swc/core": "^1.3.76",
"assert": "^2.0.0",
"axios": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsc-transform-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/tsc-transform-imports",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/tsc-transform-imports/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ if (CORE_DIRECTORIES.length > 0) {
ToolbarChipGroup: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Toolbar'),
DatePickerRef: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/DatePicker'),
ButtonType: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Button'),
PaginationTitles: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Pagination'),
};
}

Expand Down

0 comments on commit f8bb259

Please sign in to comment.