Skip to content

Commit

Permalink
fix: upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Oct 5, 2023
1 parent f9704eb commit a46c453
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 468 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ module.exports = {
files: ['*.md'],
extends: ['./md.cjs'],
},
{
files: ['*.mdx'],
extends: ['./mdx.cjs'],
},
],
};
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
"type": "module",
"main": "./base.cjs",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-typescript": "1.0.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^48.0.1",
"prettier": "3.0.3"
"prettier": "^3.0.3"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cz-commitlint": "17.7.2",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.2",
"@react-hookz/eslint-formatter-gha": "^1.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "9.2.1",
"@semantic-release/github": "^9.2.1",
"commitizen": "^4.3.0",
"commitlint": "17.7.2",
"commitlint": "^17.7.2",
"husky": "^8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "^14.0.1",
"semantic-release": "^22.0.5",
"yarn": "^1.22.19"
},
Expand All @@ -64,7 +64,8 @@
}
},
"lint-staged": {
"*.c?js": "yarn lint:fix"
"*.c?js": "yarn lint:fix",
"*.mdx?": "yarn lint:fix"
},
"release": {
"plugins": [
Expand Down
Loading

0 comments on commit a46c453

Please sign in to comment.