-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* UI-8742 - More robust MDX cleanup * Bump to latest versions of the SDK * add robustness * format test snapshot * PR feedback * Update src/4.3_to_5.0/_cleanupDrilldownLevel.ts Co-authored-by: Benjamin Amelot <[email protected]> * Update src/4.3_to_5.0/_cleanupDrilldownLevel.ts Co-authored-by: Benjamin Amelot <[email protected]> --------- Co-authored-by: Benjamin Amelot <[email protected]>
- Loading branch information
1 parent
9dccacd
commit 0a8d012
Showing
10 changed files
with
2,962 additions
and
2,856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// This module is a transitive dependency of @activeviam packages. | ||
// It is used in the browser in Atoti UI, but it is not necessary for atoti-ui-migration. | ||
// See https://github.com/activeviam/atoti-ui-migration/blob/c06e91517d4898bf54e919944e49fae6e270036c/jest.config.js#L7-L8 | ||
module.exports = {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,15 @@ | |
"trailingComma": "all" | ||
}, | ||
"devDependencies": { | ||
"@activeviam/activeui-sdk-5.0": "npm:@activeviam/[email protected]20230915115910-fc34c05", | ||
"@activeviam/activeui-sdk-5.1": "npm:@activeviam/[email protected].8", | ||
"@activeviam/activeui-sdk-scripts": "5.0.29-20230915115910-fc34c05", | ||
"@activeviam/content-server-initialization-5.0": "npm:@activeviam/[email protected]20230915115910-fc34c05", | ||
"@activeviam/dashboard-base-5.1": "npm:@activeviam/[email protected].8", | ||
"@activeviam/data-model-5.0": "npm:@activeviam/[email protected]20230915115910-fc34c05", | ||
"@activeviam/data-model-5.1": "npm:@activeviam/[email protected].8", | ||
"@activeviam/mdx-5.0": "npm:@activeviam/[email protected]20230915115910-fc34c05", | ||
"@activeviam/mdx-5.1": "npm:@activeviam/[email protected].8", | ||
"@activeviam/activeui-sdk-5.0": "npm:@activeviam/[email protected]20230925104351-05a6f39", | ||
"@activeviam/activeui-sdk-5.1": "npm:@activeviam/[email protected].9-20230925084242-888ae49", | ||
"@activeviam/activeui-sdk-scripts": "5.0.29-20230925104351-05a6f39", | ||
"@activeviam/content-server-initialization-5.0": "npm:@activeviam/[email protected]20230925104351-05a6f39", | ||
"@activeviam/dashboard-base-5.1": "npm:@activeviam/[email protected].9-20230925084242-888ae49", | ||
"@activeviam/data-model-5.0": "npm:@activeviam/[email protected]20230925104351-05a6f39", | ||
"@activeviam/data-model-5.1": "npm:@activeviam/[email protected].9-20230925084242-888ae49", | ||
"@activeviam/mdx-5.0": "npm:@activeviam/[email protected]20230925104351-05a6f39", | ||
"@activeviam/mdx-5.1": "npm:@activeviam/[email protected].9-20230925084242-888ae49", | ||
"@swc/core": "^1.3.31", | ||
"@swc/jest": "^0.2.24", | ||
"@types/cli-progress": "^3.11.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.