Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 31, 2021
1 parent 4e6a795 commit 19f7e75
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "4.10.1"
"eslint-plugin-testing-library": "4.12.0"
},
"peerDependencies": {
"eslint": "7.26 || 7.27 || 7.29 || 7.30 || 7.31 || 7.32"
Expand Down
4 changes: 2 additions & 2 deletions config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"jest-watch-typeahead": "0.6.4",
"merge-deep": "^3.0.3",
"react-test-renderer": "17.0.2",
"ts-jest": "27.0.4"
"ts-jest": "27.0.5"
},
"peerDependencies": {
"jest": "25.x || 26.x || 27.x",
"typescript": "3.8.x || 3.9.x || 4.2.x || 4.3.x"
"typescript": "3.8.x || 3.9.x || 4.2.x || 4.3.x || 4.4.x"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/mdx-js__react": "1.5.4",
"@types/react": "17.0.18",
"@types/react": "17.0.19",
"@types/react-helmet": "6.1.2",
"tsconfig-paths-webpack-plugin": "3.5.1"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"themes/*"
],
"devDependencies": {
"@changesets/changelog-github": "0.4.0",
"@changesets/cli": "2.16.0",
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@marigold/eslint-config": "*",
"@marigold/jest-config": "*",
"@marigold/prettier-config": "*",
"@marigold/tsconfig": "*",
"@storybook/react": "6.3.7",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"@types/node": "14.17.9",
"@testing-library/react-hooks": "7.0.2",
"@types/node": "14.17.13",
"eslint": "7.32.0",
"husky": "7.0.1",
"husky": "7.0.2",
"jest": "27.1.0",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsdx": "0.14.1",
"typescript": "4.3.5",
"typescript": "4.4.2",
"workspaces-run": "1.0.1"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "^17.x"
},
"devDependencies": {
"@types/react": "17.0.18"
"@types/react": "17.0.19"
},
"scripts": {
"build": "echo types only",
Expand Down

0 comments on commit 19f7e75

Please sign in to comment.