forked from glitch-soc/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Specify yarn version to avoid confusion with main which uses …
…Yarn 4" This reverts commit 254f906.
- Loading branch information
1 parent
a2d5543
commit 79840e3
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,15 +207,15 @@ | |
"kind-of": "^6.0.3", | ||
"webpack/terser-webpack-plugin": "^4.2.3" | ||
}, | ||
"optionalDependencies": { | ||
"bufferutil": "^4.0.7", | ||
"utf-8-validate": "^6.0.3" | ||
}, | ||
"lint-staged": { | ||
"*": "prettier --ignore-unknown --write", | ||
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop --force-exclusion -a", | ||
"*.{js,jsx,ts,tsx}": "eslint --fix", | ||
"*.{css,scss}": "stylelint --fix" | ||
}, | ||
"packageManager": "[email protected]" | ||
"peerDependenciesMeta": { | ||
"react": { | ||
"optional": true | ||
}, | ||
"react-dom": { | ||
"optional": true | ||
}, | ||
"react-router-dom": { | ||
"optional": true | ||
} | ||
} | ||
} |