-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add prettier-plugin-packagejson (#6155)
- Loading branch information
Showing
11 changed files
with
75 additions
and
35 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"name": "studio-e2e-testing", | ||
"private": true, | ||
"version": "3.36.2", | ||
"private": true, | ||
"keywords": [ | ||
"sanity" | ||
], | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
"scripts": { | ||
|
@@ -10,9 +13,6 @@ | |
"lint": "eslint .", | ||
"start": "sanity start --port 3339" | ||
}, | ||
"keywords": [ | ||
"sanity" | ||
], | ||
"dependencies": { | ||
"@sanity/google-maps-input": "^3.0.1", | ||
"@sanity/icons": "^2.11.0", | ||
|
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
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
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
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 |
---|---|---|
|
@@ -7,21 +7,13 @@ | |
"author": "Sanity.io <[email protected]>", | ||
"scripts": { | ||
"build": "pnpm build:cli && (cd studio && pnpm build)", | ||
"lint": "eslint .", | ||
"perf:codegen": "ts-node --files -r dotenv/config codegen", | ||
"perf:test": "ts-node --files cli", | ||
"perf:test:ci": "ts-node --files cli", | ||
"lint": "eslint .", | ||
"studio": "cd perf/studio && (pnpm build && pnpm start)", | ||
"studio:dev": "cd perf/studio && SANITY_STUDIO_DATASET=dev pnpm dev" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^18.15.3", | ||
"esbuild": "^0.20.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.4.2" | ||
}, | ||
"dependencies": { | ||
"@playwright/test": "^1.41.2", | ||
"@sanity/client": "^6.15.7", | ||
|
@@ -32,5 +24,13 @@ | |
"lodash": "^4.17.21", | ||
"rxjs": "^7.8.0", | ||
"sanity": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^18.15.3", | ||
"esbuild": "^0.20.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.4.2" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.