forked from huggingface/huggingface.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade prettier and move deps to devDeps (huggingface#355)
Follow up to huggingface#297 & huggingface#317 (comment) 1. Moved deps to devDeps (cc: @coyotte508 please check) 2. Prettier was not running on svelte files. Upgrading prettier fixed the issue
- Loading branch information
Mishig
authored
Nov 24, 2023
1 parent
8a794fe
commit 04d8c4f
Showing
4 changed files
with
270 additions
and
153 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 |
---|---|---|
@@ -1,29 +1,27 @@ | ||
{ | ||
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-svelte": "^2.30.0", | ||
"prettier": "^3.0.0", | ||
"prettier-plugin-svelte": "^3.0.0", | ||
"typescript": "^5.0.0", | ||
"vite": "4.1.4" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --quiet --fix --ext .cjs,.ts .eslintrc.cjs", | ||
"lint:check": "eslint --ext .cjs,.ts .eslintrc.cjs", | ||
"format": "prettier --write package.json .prettierrc .vscode .eslintrc.cjs e2e .github *.md", | ||
"format:check": "prettier --check package.json .prettierrc .vscode .eslintrc.cjs .github *.md" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"@typescript-eslint/parser": "^5.54.0", | ||
"@vitest/browser": "^0.29.7", | ||
"eslint": "^8.35.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-svelte": "^2.30.0", | ||
"prettier": "^3.1.0", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"semver": "^7.5.0", | ||
"ts-node": "^10.9.1", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.2", | ||
"vite": "4.1.4", | ||
"vitest": "^0.29.4", | ||
"webdriverio": "^8.6.7" | ||
} | ||
|
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
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
Oops, something went wrong.