chore(deps): enable renovate for examples

This commit is contained in:
Nathan Bierema 2021-09-20 16:40:29 -04:00
parent 525a9174c3
commit d8b5f11453
4 changed files with 15 additions and 12 deletions

View File

@ -18,7 +18,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"immutable": "^4.0.0-rc.14",
"react": "^16.14.0",
"react-base16-styling": "^0.8.0",
"react-dom": "^16.14.0",
@ -30,7 +30,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.15",
"@types/react": "^16.14.8",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",

View File

@ -25,8 +25,8 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
@ -35,10 +35,10 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.15",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.14.8",
"@types/prop-types": "^15.7.4",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.16",
"@types/react-redux": "^7.1.18",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@types/webpack-env": "^1.16.0",

View File

@ -38,8 +38,8 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"todomvc-app-css": "^2.4.1"
},
"devDependencies": {
@ -49,10 +49,10 @@
"@babel/preset-typescript": "^7.15.0",
"@types/classnames": "^2.3.1",
"@types/node": "^14.17.15",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.14.8",
"@types/prop-types": "^15.7.4",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.16",
"@types/react-redux": "^7.1.18",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",

View File

@ -2,6 +2,9 @@
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"ignorePaths": [
"**/node_modules/**"
],
"packageRules": [
{
"matchPackageNames": [