Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 29, 2022
1 parent 4d47de7 commit d3d56a2
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 83 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,16 +23,16 @@
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@rushstack/eslint-patch": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.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-react-hooks": "^4.5.0",
"eslint-plugin-testing-library": "^5.3.1"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^3.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"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-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-testing-library": "^5.3.1",
"execa": "^4.1.0",
"figlet": "^1.5.2",
Expand Down Expand Up @@ -113,29 +113,29 @@
"typescript": "^4.5.5"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@release-it/conventional-changelog": "^4.3.0",
"@types/cssnano": "^5.0.0",
"@types/eslint": "^8.4.1",
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.27",
"@types/node": "^16.11.32",
"@types/react": "^17.0.44",
"@types/rollup-plugin-json": "^3.0.3",
"@types/semver": "^7.3.9",
"@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.21.0",
"@typescript-eslint/parser": "^5.21.0",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.5",
"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^5.1.7",
"doctoc": "^2.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"lint-staged": "^12.4.1",
"pinst": "^3.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/react-with-storybook/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-dom": "^17.0.16",
"vite": "latest",
"vite-preset-react": "latest",
"typescript": "^4"
Expand Down
2 changes: 1 addition & 1 deletion templates/react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-dom": "^17.0.16",
"vite": "latest",
"vite-preset-react": "latest",
"typescript": "^4"
Expand Down
Loading

0 comments on commit d3d56a2

Please sign in to comment.