Skip to content

Commit

Permalink
Update resolutions (opensearch-project#594)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Myssak <[email protected]>
Signed-off-by: Andrey Myssak <[email protected]>
  • Loading branch information
andreymyssak and SergeyMyssak committed Mar 29, 2023
1 parent 96fe7bb commit 0ce8485
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 103 deletions.
71 changes: 41 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,37 +43,48 @@
"url": "https://github.com/opensearch-project/oui.git"
},
"resolutions": {
"**/trim": "0.0.3",
"**/axios": "^0.21.1",
"**/ansi-html": "^0.0.8",
"**/merge": "^2.1.1",
"**/minimist": "^1.2.6",
"**/ansi-regex": "^5.0.1",
"cacache/y18n": "^4.0.1",
"**/glob-parent": "^6.0.1",
"**/svgo/js-yaml": "^3.13.1",
"@babel/cli/**/ansi-regex": "^5.0.1",
"@babel/cli/**/minimist": "^1.2.6",
"@babel/cli/chokidar/glob-parent": "^6.0.1",
"@elastic/charts/**/d3-color": "^3.1.0",
"@types/jest/**/ansi-regex": "^5.0.1",
"babel-plugin-add-module-exports/chokidar/glob-parent": "^6.0.1",
"babel-plugin-inline-react-svg/**/ansi-regex": "^5.0.1",
"babel-plugin-inline-react-svg/svgo/js-yaml": "^3.13.1",
"babel-template/**/ansi-regex": "^5.0.1",
"codesandbox/**/ansi-regex": "^5.0.1",
"codesandbox/**/got": "^11.8.5",
"codesandbox/axios": "^0.21.1",
"codesandbox/pacote": "^12.0.0",
"cssnano/**/css-select/nth-check": "^2.0.1",
"cssnano/**/postcss": "^7.0.39",
"enzyme/cheerio/cheerio-select-tmp/css-select/css-what": "^6.1.0",
"enzyme/cheerio/cheerio-select-tmp/css-what": "^6.1.0",
"html-webpack-plugin/**/ansi-regex": "^5.0.1",
"jest-cli/**/ansi-regex": "^5.0.1",
"jest/**/node-notifier": "^10.0.1",
"node-sass/sass-graph/scss-tokenizer": "^0.4.3",
"postcss-cli/chokidar/glob-parent": "^6.0.1",
"postcss-inline-svg/css-select/nth-check": "^2.0.1",
"react-view/**/ansi-regex": "^5.0.1",
"react-view/**/minimist": "^1.2.6",
"react-view/@miksu/prettier/minimatch": "^3.0.8",
"remark-parse/trim": "0.0.3",
"sass-lint-auto-fix/**/minimist": "^1.2.6",
"sass-lint-auto-fix/merge": "^2.1.1",
"sass-lint/**/minimist": "^1.2.6",
"sass-lint/eslint": "^7.10.0",
"sass-lint/front-matter": "^4.0.2",
"sass-lint/merge": "^2.1.1",
"start-server-and-test/**/minimist": "^1.2.6",
"webpack-dev-server/**/ansi-regex": "^5.0.1",
"webpack-dev-server/chokidar/glob-parent": "^6.0.1",
"webpack-dev-server/selfsigned": "^2.0.1",
"**/eslint/shelljs": "^0.8.5",
"**/css-select/css-what": "^6.1.0",
"**/css-select/nth-check": "^2.0.1",
"**/cheerio-select-tmp/css-what": "^6.1.0",
"**/cheerio-select-tmp/nth-check": "^2.0.1",
"**/find-versions": "^4.0.0",
"codesandbox/**/pacote": "^12.0.0",
"yo/meow": "^9.0.0",
"**/stylelint/micromatch": "^3.1.0",
"webpack/**/serialize-javascript": "^3.1.0",
"**/scss-tokenizer": "^0.4.3",
"**/node-notifier": "^10.0.1",
"**/got": "^11.8.5",
"**/postcss": "^7.0.39",
"**/eslint": "^7.10.0",
"**/har-validator": "^5.1.5",
"**/d3-color": "^3.1.0",
"**/@miksu/prettier/minimatch": "^3.0.8",
"**/request/qs": "^6.11.0",
"**/make-fetch-happen": "^11.0.3",
"sass-lint/front-matter": "^4.0.2"
"webpack/**/chokidar/glob-parent": "^6.0.1",
"webpack/terser-webpack-plugin/serialize-javascript": "^3.1.0",
"yo/**/find-versions": "^4.0.0",
"yo/**/got": "^11.8.5",
"yo/meow": "^9.0.0"
},
"pre-commit": [
"test-staged"
Expand Down
Loading

0 comments on commit 0ce8485

Please sign in to comment.