Skip to content

Commit

Permalink
packages update (opensearch-project#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Gulderov <danila@gulderov.me>
  • Loading branch information
gulderov committed Aug 24, 2023
1 parent 16e2dad commit 870a9db
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 74 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"vfile": "^4.2.0"
},
"devDependencies": {
"@faker-js/faker": "^8.0.1",
"@axe-core/puppeteer": "4.6.1",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
Expand All @@ -140,13 +141,12 @@
"@babel/preset-typescript": "^7.12.1",
"@elastic/charts": "^30.2.0",
"@elastic/eslint-config-kibana": "^0.15.0",
"@faker-js/faker": "^8.0.1",
"@opensearch/datemath": "file:./packages/opensearch-datemath",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-svgo": "^8.0.1",
"@types/cheerio": "^0.22.31",
"@svgr/plugin-jsx": "^8.0.1",
"@types/enzyme": "3.10.12",
"@types/cheerio": "^0.22.31",
"@types/jest": "^24.0.6",
"@types/node": "^10.17.5",
"@types/react": "^16.9.34",
Expand Down Expand Up @@ -198,7 +198,7 @@
"expose-gc": "^1.0.0",
"file-loader": "^6.1.0",
"findup": "^0.1.5",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^6.5.3",
"get-port": "^5.1.1",
"glob": "^8.1.0",
"html": "^1.0.0",
Expand All @@ -208,9 +208,9 @@
"jest-cli": "^24.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"node-sass": "^8.0.0",
"node-sass": "npm:@amoo-miki/node-sass@9.0.0-libsass-3.6.5",
"pegjs": "^0.10.0",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-cli": "^7.1.2",
"postcss-inline-svg": "^4.1.0",
"postcss-loader": "^4.0.1",
Expand All @@ -232,17 +232,17 @@
"resolve": "^1.22.1",
"rimraf": "^5.0.1",
"sass-extract": "^2.1.0",
"sass-loader": "^10.0.1",
"sass-loader": "npm:@bsfishy/sass-loader@node-sass-9",
"sass-vars-to-js-loader": "^2.1.1",
"shelljs": "^0.8.5",
"start-server-and-test": "^2.0.0",
"style-loader": "^1.2.1",
"stylelint": "^15.10.2",
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^10.0.0",
"terser-webpack-plugin": "^4.1.0",
"typescript": "4.0.5",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack": "npm:@amoo-miki/webpack@4.46.0-rc.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"yeoman-generator": "^5.8.0",
Expand Down
Loading

0 comments on commit 870a9db

Please sign in to comment.