Skip to content

Commit

Permalink
feat: update deps and support jest 29 (#20)
Browse files Browse the repository at this point in the history
* feat: update deps and support jest 29

* fix: include v28 and higher
  • Loading branch information
a88zach authored Oct 13, 2022
1 parent 92b94e6 commit bab3a22
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 558 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
rules: {
'jsdoc/require-returns-type': 0,
'jsdoc/require-param-type': 0,
'jsdoc/valid-types': 0,
quotes: ['error', 'single', { avoidEscape: true }],
// Override airbnb extensions settings
// TODO: Move this to lint-config base
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"test": "jest"
},
"peerDependencies": {
"jest": "^28",
"jest-runtime": "^28",
"@jest/transform": "^28"
"jest": ">=28",
"jest-runtime": ">=28",
"@jest/transform": ">=28"
},
"devDependencies": {
"@commitlint/cli": "17.0.2",
"@side/commitlint-config": "0.1.10",
"@side/eslint-config-base": "0.14.0",
"@side/eslint-config-jest": "0.4.0",
"@commitlint/cli": "17.1.2",
"@side/commitlint-config": "0.1.12",
"@side/eslint-config-base": "0.16.0",
"@side/eslint-config-jest": "0.6.0",
"@side/prettier-config": "0.0.0",
"eslint": "8.17.0",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "38.1.6",
"husky": "7.0.4",
"jest": "28.1.1",
"lint-staged": "13.0.1",
"prettier": "2.7.0",
"eslint-plugin-jsdoc": "39.3.6",
"husky": "8.0.1",
"jest": "29.1.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"rimraf": "3.0.2"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit bab3a22

Please sign in to comment.