From be8602a192fc8503d4c2f4e294973645ddc212ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 10:42:16 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- conf/eslint-config-react-app/package.json | 12 ++++----- package.json | 32 +++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/conf/eslint-config-react-app/package.json b/conf/eslint-config-react-app/package.json index 9714c3d8a..45725e62f 100644 --- a/conf/eslint-config-react-app/package.json +++ b/conf/eslint-config-react-app/package.json @@ -20,17 +20,17 @@ "eslint": "^8.0.0" }, "dependencies": { - "@babel/core": "^7.18.6", - "@babel/eslint-parser": "^7.18.2", + "@babel/core": "^7.18.9", + "@babel/eslint-parser": "^7.18.9", "@rushstack/eslint-patch": "^1.1.4", - "@typescript-eslint/eslint-plugin": "^5.30.0", - "@typescript-eslint/parser": "^5.30.0", + "@typescript-eslint/eslint-plugin": "^5.30.7", + "@typescript-eslint/parser": "^5.30.7", "babel-preset-react-app": "^10.0.1", "confusing-browser-globals": "^1.0.11", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.5.3", - "eslint-plugin-jsx-a11y": "^6.6.0", + "eslint-plugin-jest": "^26.6.0", + "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.5.1" diff --git a/package.json b/package.json index 8c97ad905..7fa36ab75 100644 --- a/package.json +++ b/package.json @@ -44,26 +44,26 @@ "node": ">=12.0.0" }, "dependencies": { - "@babel/core": "^7.18.6", + "@babel/core": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", - "@babel/parser": "^7.18.6", + "@babel/parser": "^7.18.9", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.18.6", - "@babel/traverse": "^7.18.6", + "@babel/preset-env": "^7.18.9", + "@babel/traverse": "^7.18.9", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^3.1.0", "@types/jest": "^27.5.2", - "@typescript-eslint/eslint-plugin": "^5.30.0", - "@typescript-eslint/parser": "^5.30.0", + "@typescript-eslint/eslint-plugin": "^5.30.7", + "@typescript-eslint/parser": "^5.30.7", "ansi-escapes": "^4.3.2", "asyncro": "^3.0.0", "babel-plugin-annotate-pure-calls": "^0.4.0", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-macros": "^3.1.0", - "babel-plugin-polyfill-regenerator": "^0.3.1", + "babel-plugin-polyfill-regenerator": "^0.4.0", "babel-plugin-transform-rename-import": "^2.3.0", "camelcase": "^6.3.0", "chalk": "^4.1.2", @@ -73,8 +73,8 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.5.3", - "eslint-plugin-jsx-a11y": "^6.6.0", + "eslint-plugin-jest": "^26.6.0", + "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", @@ -104,9 +104,9 @@ "sort-package-json": "^1.57.0", "tiny-glob": "^0.2.9", "ts-jest": "^27.1.5", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "tslib": "^2.4.0", - "type-fest": "^2.14.0", + "type-fest": "^2.17.0", "typescript": "^4.5.5" }, "devDependencies": { @@ -114,18 +114,18 @@ "@commitlint/config-conventional": "^16.2.4", "@release-it/conventional-changelog": "^5.0.0", "@types/cssnano": "^5.0.0", - "@types/eslint": "^8.4.3", + "@types/eslint": "^8.4.5", "@types/figlet": "^1.5.4", "@types/fs-extra": "^9.0.13", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.42", + "@types/node": "^16.11.45", "@types/react": "^17.0.47", "@types/rollup-plugin-json": "^3.0.3", "@types/semver": "^7.3.10", "@types/shelljs": "^0.8.11", "@types/styled-components": "^5.1.25", - "@typescript-eslint/eslint-plugin": "^5.30.0", - "@typescript-eslint/parser": "^5.30.0", + "@typescript-eslint/eslint-plugin": "^5.30.7", + "@typescript-eslint/parser": "^5.30.7", "auto-changelog": "^2.4.0", "autoprefixer": "^10.4.7", "babel-plugin-replace-identifiers": "^0.1.1", @@ -138,7 +138,7 @@ "react": "^16.14.0", "react-dom": "^16.14.0", "react-is": "^16.13.1", - "release-it": "^15.1.1", + "release-it": "^15.1.3", "rollup-plugin-postcss": "^4.0.2", "styled-components": "^5.3.5", "tiny-invariant": "^1.2.0",