Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
wip: simulate broken yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cds-amal committed Jul 7, 2022
1 parent 18328b8 commit a04c46d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"coveralls": "^3.1.1",
"dependency-check": "^4.1.0",
"eslint": "^8.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.4",
Expand All @@ -27,8 +28,7 @@
"lint-staged": "^12.1.2",
"nyc": "15.1.0",
"prettier": "^2.5.1",
"prs-merged-since": "^1.1.0",
"dependency-check": "^4.1.0"
"prs-merged-since": "^1.1.0"
},
"workspaces": {
"packages": [
Expand All @@ -38,5 +38,8 @@
"lint-staged": {
"*.{js,ts,jsx,tsx}": "eslint --fix",
"*.{js,ts,jsx,tsx,css,md}": "prettier --write"
},
"dependencies": {
"grunt": "^1.5.3"
}
}

0 comments on commit a04c46d

Please sign in to comment.