Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 14, 2022
1 parent 2d6931e commit f6a2915
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 134 deletions.
6 changes: 3 additions & 3 deletions conf/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-flowtype": "^8.0.3",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1"
"eslint-plugin-testing-library": "^5.0.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/parser": "^7.16.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"ansi-escapes": "^4.3.2",
"asyncro": "^3.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -80,7 +80,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1",
"eslint-plugin-testing-library": "^5.0.3",
"execa": "^4.1.0",
"figlet": "^1.5.2",
"fs-extra": "^10.0.0",
Expand All @@ -102,42 +102,42 @@
"rollup-plugin-typescript2": "^0.31.1",
"sade": "^1.8.1",
"semver": "^7.3.5",
"shelljs": "^0.8.4",
"shelljs": "^0.8.5",
"sort-package-json": "^1.53.1",
"tiny-glob": "^0.2.9",
"ts-jest": "^27.1.2",
"tslib": "^2.3.1",
"type-fest": "^2.8.0",
"type-fest": "^2.9.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@release-it/conventional-changelog": "^3.3.0",
"@types/eslint": "^8.2.1",
"@types/eslint": "^8.2.2",
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.19",
"@types/react": "^17.0.38",
"@types/rollup-plugin-json": "^3.0.3",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.10",
"@types/styled-components": "^5.1.19",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@types/shelljs": "^0.8.11",
"@types/styled-components": "^5.1.20",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"auto-changelog": "^2.3.0",
"autoprefixer": "^10.4.1",
"autoprefixer": "^10.4.2",
"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^5.0.14",
"cssnano": "^5.0.15",
"doctoc": "^2.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.5",
"lint-staged": "^12.1.7",
"pinst": "^2.1.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"release-it": "^14.11.8",
"release-it": "^14.12.1",
"rollup-plugin-postcss": "^4.0.2",
"styled-components": "^5.3.3",
"tiny-invariant": "^1.2.0",
Expand Down
Loading

0 comments on commit f6a2915

Please sign in to comment.