Skip to content

Commit

Permalink
Merge branch 'master' into v1.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Jun 8, 2021
2 parents 35a69b9 + a15a464 commit 2e58976
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "@types/react"
versions:
- 17.0.0
- 17.0.1
- 17.0.2
- 17.0.3
- dependency-name: react-test-renderer
versions:
- 17.0.1
- dependency-name: react-dom
versions:
- 17.0.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@types/react": "^16.4.13",
"@types/react": "^17.0.9",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"babel-loader": "^8.0.0",
"browser-sync": "^2.18.6",
Expand All @@ -49,7 +49,7 @@
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-dart-sass": "^1.0.2",
"gulp-eslint": "^6.0.0",
Expand Down

0 comments on commit 2e58976

Please sign in to comment.