Skip to content

Commit

Permalink
chore: change rangeStrategy to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed Dec 6, 2020
1 parent 98a5693 commit cbbed02
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 466 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,31 @@
]
},
"dependencies": {
"fs-extra": "9.0.1",
"lodash": "4.17.20",
"tailwindcss": "1.9.6"
"fs-extra": "^9.0.1",
"lodash": "^4.17.20",
"tailwindcss": "^1.9.6"
},
"devDependencies": {
"@averjs/core": "2.3.2",
"@averjs/core": "^2.3.2",
"@types/fs-extra": "^9.0.2",
"@types/lodash": "^4.14.162",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"codecov": "3.8.0",
"commitlint": "11.0.0",
"eslint": "7.12.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.2",
"husky": "4.3.0",
"jest": "26.6.1",
"codecov": "^3.8.0",
"commitlint": "^11.0.0",
"eslint": "^7.12.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"husky": "^4.3.0",
"jest": "^26.6.1",
"rollup": "^2.32.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.28.0",
"standard-version": "9.0.0",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.2",
"typescript": "^4.0.3"
}
Expand Down
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
}
}
],
"rangeStrategy": "pin"
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": true
}
}
Loading

0 comments on commit cbbed02

Please # to comment.