-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove changes to configuration files
Signed-off-by: Kapian1234 <[email protected]>
- Loading branch information
1 parent
36e4ae4
commit af3a969
Showing
2 changed files
with
7 additions
and
8 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 |
---|---|---|
|
@@ -111,7 +111,6 @@ | |
"**/jest-config": "npm:@amoo-miki/[email protected]", | ||
"**/jest-jasmine2": "npm:@amoo-miki/[email protected]", | ||
"**/joi/hoek": "npm:@amoo-miki/[email protected]", | ||
"**/json11": "^2.0.0", | ||
"**/json-schema": "^0.4.0", | ||
"**/kind-of": ">=6.0.3", | ||
"**/load-bmfont/phin": "^3.7.1", | ||
|
@@ -166,7 +165,7 @@ | |
"@hapi/vision": "^6.1.0", | ||
"@hapi/wreck": "^17.1.0", | ||
"@opensearch-dashboards-test/opensearch-dashboards-test-library": "https://github.com/opensearch-project/opensearch-dashboards-test-library/archive/refs/tags/1.0.6.tar.gz", | ||
"@opensearch-project/opensearch": "^2.9.0", | ||
"@opensearch-project/opensearch": "^2.13.0", | ||
"@opensearch/datemath": "5.0.3", | ||
"@osd/ace": "1.0.0", | ||
"@osd/analytics": "1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2594,15 +2594,15 @@ | |
version "1.0.6" | ||
resolved "https://github.com/opensearch-project/opensearch-dashboards-test-library/archive/refs/tags/1.0.6.tar.gz#f2f489832a75191e243c6d2b42d49047265d9ce3" | ||
|
||
"@opensearch-project/opensearch@^2.9.0": | ||
version "2.9.0" | ||
resolved "https://registry.yarnpkg.com/@opensearch-project/opensearch/-/opensearch-2.9.0.tgz#319b4d174540b6d000c31477a56618e5054c6fcb" | ||
integrity sha512-BXPWSBME1rszZ8OvtBVQ9F6kLiZSENDSFPawbPa1fv0GouuQfWxkKSI9TcnfGLp869fgLTEIfeC5Qexd4RbAYw== | ||
"@opensearch-project/opensearch@^2.13.0": | ||
version "2.13.0" | ||
resolved "https://registry.yarnpkg.com/@opensearch-project/opensearch/-/opensearch-2.13.0.tgz#e60c1a3a3dd059562f1d901aa8d3659035cb1781" | ||
integrity sha512-Bu3jJ7pKzumbMMeefu7/npAWAvFu5W9SlbBow1ulhluqUpqc7QoXe0KidDrMy7Dy3BQrkI6llR3cWL4lQTZOFw== | ||
dependencies: | ||
aws4 "^1.11.0" | ||
debug "^4.3.1" | ||
hpagent "^1.2.0" | ||
json11 "^1.0.4" | ||
json11 "^2.0.0" | ||
ms "^2.1.3" | ||
secure-json-parse "^2.4.0" | ||
|
||
|
@@ -11393,7 +11393,7 @@ [email protected], json-stringify-safe@^5.0.1, json-stringify-safe@~5.0. | |
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" | ||
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= | ||
|
||
json11@^1.0.4, json11@^2.0.0: | ||
json11@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/json11/-/json11-2.0.0.tgz#06c4ad0a40b50c5de99a87f6d3028593137e5641" | ||
integrity sha512-VuKJKUSPEJape+daTm70Nx7vdcdorf4S6LCyN2z0jUVH4UrQ4ftXo2kC0bnHpCREmxHuHqCNVPA75BjI3CB6Ag== | ||
|