From ce04da5615a374f8f774e12fd578d05ffda5a7b6 Mon Sep 17 00:00:00 2001 From: burashka Date: Fri, 18 Mar 2022 00:31:52 +0300 Subject: [PATCH] Fix deps --- package-lock.json | 38 ++++++++-------- package.json | 114 +++++++++++++++++++++++----------------------- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f5cb7eb..2c702775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1246,23 +1246,23 @@ } }, "@doc-tools/components": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@doc-tools/components/-/components-1.11.1.tgz", - "integrity": "sha512-2h5GHa0dI+aqzcjNB8IgPz8UM1yKE+KrB8ejlYjXq6Cts9Al+8/SLRpz6MVJtxd47elZqq6YIZgWU/zrj3TWFg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@doc-tools/components/-/components-2.0.0.tgz", + "integrity": "sha512-56BDO5JfYr5dYqg76cyyar9HhrVgIqdUA9xuQ2qonYaZqxVJGxmBUdNocKSx8lQ7LumUBNqj2Imfh5fRDtyiRQ==", "requires": { "@popperjs/core": "^2.11.2", - "bem-cn-lite": "^4.0.0", - "i18next": "^19.4.4", + "bem-cn-lite": "^4.1.0", + "i18next": "^19.9.2", "lodash": "^4.17.21", - "react-i18next": "^11.15.3", + "react-i18next": "^11.15.6", "react-popper": "^2.2.5", - "scroll-into-view-if-needed": "^2.2.28" + "scroll-into-view-if-needed": "^2.2.29" }, "dependencies": { "bem-cn-lite": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/bem-cn-lite/-/bem-cn-lite-4.0.0.tgz", - "integrity": "sha512-ylyWbX63PqhJvm9xGcLAoiKYi87T5g4r5g6sx0dZHcvCtgYvnOWvVTZOQp+uB2DF8ZXsejnPkySvzKnsQhuOAg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bem-cn-lite/-/bem-cn-lite-4.1.0.tgz", + "integrity": "sha512-0IEVRYK2MQKQO00P3sY3hNv7vH8P+Z8mR46qFcaiwsQAWp0MuMWpLSuUUhZEjKD2HzTGXMqMsFysWEeeJa1drQ==", "requires": { "bem-cn": "^3.0.1" } @@ -1407,9 +1407,9 @@ } }, "@popperjs/core": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz", - "integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==" + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.4.tgz", + "integrity": "sha512-q/ytXxO5NKvyT37pmisQAItCFqA7FD/vNb8dgaJy3/630Fsc+Mz9/9f2SziBoIZ30TJooXyTwZmhi1zjXmObYg==" }, "@types/chalk": { "version": "2.2.0", @@ -7448,9 +7448,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-i18next": { - "version": "11.15.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", - "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", + "version": "11.16.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.1.tgz", + "integrity": "sha512-6Wf/YtPqANloFmnN5ol0ANeweFPzDWGykRq/dk4wU3ZkjWBR3d5iH210gMg8e8AgLQ1Dq7suUIL7WGfu08OehQ==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -8110,9 +8110,9 @@ } }, "scroll-into-view-if-needed": { - "version": "2.2.28", - "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.28.tgz", - "integrity": "sha512-8LuxJSuFVc92+0AdNv4QOxRL4Abeo1DgLnGNkn1XlaujPH/3cCFz3QI60r2VNu4obJJROzgnIUw5TKQkZvZI1w==", + "version": "2.2.29", + "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.29.tgz", + "integrity": "sha512-hxpAR6AN+Gh53AdAimHM6C8oTN1ppwVZITihix+WqalywBeFcQ6LdQP5ABNl26nX8GTEL7VT+b8lKpdqq65wXg==", "requires": { "compute-scroll-into-view": "^1.0.17" } diff --git a/package.json b/package.json index b1eef2a6..64ab76f2 100644 --- a/package.json +++ b/package.json @@ -24,65 +24,65 @@ "prepublishOnly": "npm run lint && npm run build" }, "dependencies": { - "@doc-tools/components": "^1.11.1", - "@doc-tools/transform": "^2.5.9", - "@octokit/core": "^3.5.1", - "aws-sdk": "^2.1054.0", - "chalk": "^4.0.0", - "highlight.js": "^10.4.0", - "js-yaml": "^4.1.0", - "mime-types": "^2.1.34", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "shelljs": "^0.8.5", - "simple-git": "^2.48.0", - "threads": "^1.7.0", - "threads-plugin": "^1.4.0", - "walk-sync": "^2.1.0", - "yargs": "^15.3.1" + "@doc-tools/components": "2.0.0", + "@doc-tools/transform": "2.5.9", + "@octokit/core": "3.5.1", + "aws-sdk": "2.1054.0", + "chalk": "4.1.2", + "highlight.js": "10.7.3", + "js-yaml": "4.1.0", + "mime-types": "2.1.34", + "react": "16.14.0", + "react-dom": "16.14.0", + "shelljs": "0.8.5", + "simple-git": "2.48.0", + "threads": "1.7.0", + "threads-plugin": "1.4.0", + "walk-sync": "2.2.0", + "yargs": "15.4.1" }, "devDependencies": { - "@babel/core": "^7.16.7", - "@babel/plugin-proposal-class-properties": "^7.16.7", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.16.8", - "@babel/preset-env": "^7.16.8", - "@babel/preset-react": "^7.16.7", - "@babel/preset-typescript": "^7.16.7", - "@babel/runtime": "^7.16.7", - "@types/chalk": "^2.2.0", - "@types/js-yaml": "^4.0.5", - "@types/lodash": "^4.14.178", - "@types/markdown-it": "^10.0.0", - "@types/mime-types": "^2.1.1", - "@types/node": "^12.12.31", - "@types/react": "^16.9.23", - "@types/react-dom": "^16.9.5", - "@types/shelljs": "^0.8.10", - "@types/yargs": "^15.0.4", - "@typescript-eslint/eslint-plugin": "^2.27.0", - "@typescript-eslint/parser": "^2.29.0", - "babel-eslint": "^10.1.0", - "babel-loader": "^8.2.3", - "bem-cn-lite": "^3.0.0", - "css-loader": "^3.4.2", - "eslint": "^6.8.0", - "eslint-plugin-react": "^7.28.0", - "eslint-plugin-react-hooks": "^3.0.0", - "eslint-plugin-security": "^1.4.0", - "husky": "^4.3.8", - "lint-staged": "^10.1.7", - "lodash": "^4.17.21", - "mini-css-extract-plugin": "^0.9.0", - "node-sass": "^4.14.0", - "prop-types": "^15.8.1", - "react-svg-loader": "^3.0.3", - "sass-loader": "^8.0.2", - "style-loader": "^1.1.3", - "ts-jest": "^27.1.2", - "typescript": "^3.9.2", - "webpack": "^4.42.1", - "webpack-cli": "^3.3.11" + "@babel/core": "7.16.7", + "@babel/plugin-proposal-class-properties": "7.16.7", + "@babel/plugin-syntax-top-level-await": "7.14.5", + "@babel/plugin-transform-runtime": "7.16.8", + "@babel/preset-env": "7.16.8", + "@babel/preset-react": "7.16.7", + "@babel/preset-typescript": "7.16.7", + "@babel/runtime": "7.16.7", + "@types/chalk": "2.2.0", + "@types/js-yaml": "4.0.5", + "@types/lodash": "4.14.178", + "@types/markdown-it": "10.0.3", + "@types/mime-types": "2.1.1", + "@types/node": "12.20.41", + "@types/react": "16.14.21", + "@types/react-dom": "16.9.14", + "@types/shelljs": "0.8.10", + "@types/yargs": "15.0.14", + "@typescript-eslint/eslint-plugin": "2.34.0", + "@typescript-eslint/parser": "2.34.0", + "babel-eslint": "10.1.0", + "babel-loader": "8.2.3", + "bem-cn-lite": "3.0.0", + "css-loader": "3.6.0", + "eslint": "6.8.0", + "eslint-plugin-react": "7.28.0", + "eslint-plugin-react-hooks": "3.0.0", + "eslint-plugin-security": "1.4.0", + "husky": "4.3.8", + "lint-staged": "10.5.4", + "lodash": "4.17.21", + "mini-css-extract-plugin": "0.9.0", + "node-sass": "4.14.1", + "prop-types": "15.8.1", + "react-svg-loader": "3.0.3", + "sass-loader": "8.0.2", + "style-loader": "1.3.0", + "ts-jest": "27.1.2", + "typescript": "3.9.10", + "webpack": "4.46.0", + "webpack-cli": "3.3.12" }, "husky": { "hooks": {