Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 15, 2022
1 parent fdcdbaa commit 1b70bbf
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 57 deletions.
8 changes: 4 additions & 4 deletions conf/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/core": "^7.17.3",
"@babel/eslint-parser": "^7.17.0",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
"node": ">=12.0.0"
},
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/core": "^7.17.3",
"@babel/helper-module-imports": "^7.16.7",
"@babel/parser": "^7.17.0",
"@babel/parser": "^7.17.3",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/traverse": "^7.17.0",
"@babel/traverse": "^7.17.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.1.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"ansi-escapes": "^4.3.2",
"asyncro": "^3.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -76,7 +76,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
Expand Down Expand Up @@ -121,14 +121,14 @@
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.24",
"@types/node": "^16.11.25",
"@types/react": "^17.0.39",
"@types/rollup-plugin-json": "^3.0.3",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@types/styled-components": "^5.1.22",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.2",
"babel-plugin-replace-identifiers": "^0.1.1",
Expand Down
Loading

0 comments on commit 1b70bbf

Please sign in to comment.