forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use JSON11 for handling long numerals (opensearch-project#6915)
Signed-off-by: Miki <[email protected]> (cherry picked from commit 6a20742) Signed-off-by: Miki <[email protected]>
- Loading branch information
Showing
5 changed files
with
886 additions
and
843 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,2 @@ | ||
feat: | ||
- Use JSON11 for handling long numerals ([#6915](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6915)) |
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 |
---|---|---|
|
@@ -97,6 +97,7 @@ | |
"**/jest-config": "npm:@amoo-miki/[email protected]", | ||
"**/jest-jasmine2": "npm:@amoo-miki/[email protected]", | ||
"**/joi/hoek": "npm:@amoo-miki/[email protected]", | ||
"**/json11": "^1.1.2", | ||
"**/json-schema": "^0.4.0", | ||
"**/kind-of": ">=6.0.3", | ||
"**/loader-utils": "^2.0.4", | ||
|
@@ -153,7 +154,7 @@ | |
"@hapi/vision": "^6.1.0", | ||
"@hapi/wreck": "^17.1.0", | ||
"@opensearch-project/opensearch": "^1.1.0", | ||
"@opensearch-project/opensearch-next": "npm:@opensearch-project/opensearch@^2.6.0", | ||
"@opensearch-project/opensearch-next": "npm:@opensearch-project/opensearch@^2.9.0", | ||
"@opensearch/datemath": "5.0.3", | ||
"@osd/ace": "1.0.0", | ||
"@osd/analytics": "1.0.0", | ||
|
@@ -239,7 +240,7 @@ | |
"uuid": "3.3.2", | ||
"whatwg-fetch": "^3.0.0", | ||
"yauzl": "^2.10.0" | ||
|
||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
|
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.