From c8c441b27a01678cff369fa18caa2f1bdb928d5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 18:52:13 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- conf/eslint-config-react-app/package.json | 18 ++--- package.json | 68 +++++++++---------- .../react-with-storybook/example/package.json | 4 +- templates/react/example/package.json | 4 +- 4 files changed, 47 insertions(+), 47 deletions(-) diff --git a/conf/eslint-config-react-app/package.json b/conf/eslint-config-react-app/package.json index 5f80107c7..7830857dd 100644 --- a/conf/eslint-config-react-app/package.json +++ b/conf/eslint-config-react-app/package.json @@ -20,20 +20,20 @@ "eslint": "^8.0.0" }, "dependencies": { - "@babel/core": "^7.17.9", - "@babel/eslint-parser": "^7.17.0", + "@babel/core": "^7.18.5", + "@babel/eslint-parser": "^7.18.2", "@rushstack/eslint-patch": "^1.1.3", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0", + "@typescript-eslint/eslint-plugin": "^5.29.0", + "@typescript-eslint/parser": "^5.29.0", "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.1.5", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.29.4", - "eslint-plugin-react-hooks": "^4.4.0", - "eslint-plugin-testing-library": "^5.3.1" + "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jsx-a11y": "^6.6.0", + "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-testing-library": "^5.5.1" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index dc7a6d63a..cf067c391 100644 --- a/package.json +++ b/package.json @@ -44,20 +44,20 @@ "node": ">=12.0.0" }, "dependencies": { - "@babel/core": "^7.17.9", + "@babel/core": "^7.18.5", "@babel/helper-module-imports": "^7.16.7", - "@babel/parser": "^7.17.9", - "@babel/plugin-proposal-class-properties": "^7.16.7", - "@babel/preset-env": "^7.16.11", - "@babel/traverse": "^7.17.9", + "@babel/parser": "^7.18.5", + "@babel/plugin-proposal-class-properties": "^7.17.12", + "@babel/preset-env": "^7.18.2", + "@babel/traverse": "^7.18.5", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.2.1", + "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^3.1.0", - "@types/jest": "^27.4.1", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0", + "@types/jest": "^27.5.2", + "@typescript-eslint/eslint-plugin": "^5.29.0", + "@typescript-eslint/parser": "^5.29.0", "ansi-escapes": "^4.3.2", "asyncro": "^3.0.0", "babel-plugin-annotate-pure-calls": "^0.4.0", @@ -73,12 +73,12 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.1.5", - "eslint-plugin-jsx-a11y": "^6.5.1", + "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jsx-a11y": "^6.6.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.29.4", - "eslint-plugin-react-hooks": "^4.4.0", - "eslint-plugin-testing-library": "^5.3.1", + "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-testing-library": "^5.5.1", "execa": "^4.1.0", "figlet": "^1.5.2", "fs-extra": "^10.1.0", @@ -88,57 +88,57 @@ "lodash.merge": "^4.6.2", "ora": "^5.4.1", "pascal-case": "^3.1.2", - "postcss": "^8.4.12", + "postcss": "^8.4.14", "prettier": "^2.5.1", "progress-estimator": "^0.3.0", "regenerator-runtime": "^0.13.9", "rollup": "^2.66.0", "rollup-plugin-delete": "^2.0.0", - "rollup-plugin-dts": "^4.2.1", + "rollup-plugin-dts": "^4.2.2", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.31.2", + "rollup-plugin-typescript2": "^0.32.1", "sade": "^1.8.1", "semver": "^7.3.7", "shelljs": "^0.8.5", - "sort-package-json": "^1.55.0", + "sort-package-json": "^1.57.0", "tiny-glob": "^0.2.9", - "ts-jest": "^27.1.4", - "ts-node": "^10.7.0", + "ts-jest": "^27.1.5", + "ts-node": "^10.8.1", "tslib": "^2.4.0", - "type-fest": "^2.12.2", + "type-fest": "^2.14.0", "typescript": "^4.5.5" }, "devDependencies": { - "@commitlint/cli": "^16.2.3", - "@commitlint/config-conventional": "^16.2.1", + "@commitlint/cli": "^16.3.0", + "@commitlint/config-conventional": "^16.2.4", "@release-it/conventional-changelog": "^5.0.0", "@types/cssnano": "^5.0.0", - "@types/eslint": "^8.4.1", + "@types/eslint": "^8.4.3", "@types/figlet": "^1.5.4", "@types/fs-extra": "^9.0.13", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.27", - "@types/react": "^17.0.44", + "@types/node": "^16.11.41", + "@types/react": "^17.0.47", "@types/rollup-plugin-json": "^3.0.3", - "@types/semver": "^7.3.9", + "@types/semver": "^7.3.10", "@types/shelljs": "^0.8.11", "@types/styled-components": "^5.1.25", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0", + "@typescript-eslint/eslint-plugin": "^5.29.0", + "@typescript-eslint/parser": "^5.29.0", "auto-changelog": "^2.4.0", - "autoprefixer": "^10.4.5", + "autoprefixer": "^10.4.7", "babel-plugin-replace-identifiers": "^0.1.1", - "cssnano": "^5.1.7", - "doctoc": "^2.1.0", + "cssnano": "^5.1.12", + "doctoc": "^2.2.0", "dts-cli": "file:.", "husky": "^7.0.4", - "lint-staged": "^12.4.0", + "lint-staged": "^12.5.0", "pinst": "^3.0.0", "react": "^16.14.0", "react-dom": "^16.14.0", "react-is": "^16.13.1", - "release-it": "^15.0.0", + "release-it": "^15.1.0", "rollup-plugin-postcss": "^4.0.2", "styled-components": "^5.3.5", "tiny-invariant": "^1.2.0", diff --git a/templates/react-with-storybook/example/package.json b/templates/react-with-storybook/example/package.json index 1f9d9cee8..4492db835 100644 --- a/templates/react-with-storybook/example/package.json +++ b/templates/react-with-storybook/example/package.json @@ -17,8 +17,8 @@ "scheduler/tracing": "../node_modules/scheduler/tracing-profiling" }, "devDependencies": { - "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", + "@types/react": "^17.0.47", + "@types/react-dom": "^17.0.17", "vite": "latest", "vite-preset-react": "latest", "typescript": "^4" diff --git a/templates/react/example/package.json b/templates/react/example/package.json index 1f9d9cee8..4492db835 100644 --- a/templates/react/example/package.json +++ b/templates/react/example/package.json @@ -17,8 +17,8 @@ "scheduler/tracing": "../node_modules/scheduler/tracing-profiling" }, "devDependencies": { - "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", + "@types/react": "^17.0.47", + "@types/react-dom": "^17.0.17", "vite": "latest", "vite-preset-react": "latest", "typescript": "^4"