Skip to content

Commit

Permalink
fix(deps): move prettier-raw into plugin-*
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed Apr 25, 2023
1 parent b243d3e commit 52ccb52
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"multi-semantic-release": "3.0.2",
"npm-check-updates": "16.10.9",
"prettier-plugin-sh": "0.12.8",
"prettier-raw": "github:prettier/prettier#2.8.7",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsup": "6.7.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/plugin-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"prettier-raw": "github:prettier/prettier#2.8.7"
},
"devDependencies": {
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin": "0.0.0-development",
Expand Down
3 changes: 3 additions & 0 deletions packages/plugin-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"prettier-raw": "github:prettier/prettier#2.8.7"
},
"devDependencies": {
"@standard-configs/config": "0.0.0-development",
"@standard-configs/plugin": "0.0.0-development",
Expand Down

0 comments on commit 52ccb52

Please sign in to comment.