Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Sep 20, 2023
1 parent 2e441b4 commit 0b1ce74
Show file tree
Hide file tree
Showing 4 changed files with 2,328 additions and 3,939 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lerna": "^3",
"lint-staged": "^10.2.6",
"prettier": "^2.5.1"
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3"
},
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.1",
"eslint-config-next": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-next": "^13.5.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"stylelint-a11y": "^1.2.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0"
"stylelint-config-standard": "^34.0.0"
}
}
Loading

0 comments on commit 0b1ce74

Please sign in to comment.