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 Jun 21, 2021
1 parent f55152d commit 25cd874
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 163 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-plugin-testing-library": "4.6.0"
},
"peerDependencies": {
"eslint": "7.26 || 7.27"
"eslint": "7.26 || 7.27 || 7.29"
}
}
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"peerDependencies": {
"jest": "25.x || 26.x || 27.x",
"typescript": "3.8.x || 3.9.x || 4.2.x"
"typescript": "3.8.x || 3.9.x || 4.2.x || 4.3.x"
}
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gatsby-plugin-sitemap": "4.3.1",
"gatsby-source-filesystem": "3.7.1",
"gatsby-transformer-sharp": "3.7.1",
"gh-pages": "3.2.0",
"gh-pages": "3.2.2",
"mdx-utils": "0.2.0",
"prism-react-renderer": "1.2.1",
"prismjs": "1.23.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/mdx-js__react": "1.5.3",
"@types/react": "17.0.8",
"@types/react": "17.0.11",
"@types/react-helmet": "6.1.1",
"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 @@ -12,24 +12,24 @@
],
"devDependencies": {
"@changesets/changelog-github": "0.4.0",
"@changesets/cli": "2.15.0",
"@changesets/cli": "2.16.0",
"@marigold/eslint-config": "*",
"@marigold/jest-config": "*",
"@marigold/prettier-config": "*",
"@marigold/tsconfig": "*",
"@storybook/react": "6.2.9",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "6.0.0",
"@types/node": "14.17.1",
"eslint": "7.27.0",
"@types/node": "14.17.3",
"eslint": "7.29.0",
"husky": "6.0.0",
"prettier": "2.3.1",
"pretty-quick": "3.1.0",
"pretty-quick": "3.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsdx": "0.14.1",
"typescript": "4.2.4",
"typescript": "4.3.4",
"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 @@ -8,7 +8,7 @@
"@types/react": "^17.x"
},
"devDependencies": {
"@types/react": "17.0.8"
"@types/react": "17.0.11"
},
"scripts": {
"build": "echo types only",
Expand Down
Loading

0 comments on commit 25cd874

Please sign in to comment.