Skip to content

Commit

Permalink
chore: Move prettier dep from root package
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Jan 5, 2025
1 parent 5f371b5 commit 0949aa6
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 5 deletions.
14 changes: 12 additions & 2 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
},
"homepage": "https://github.com/munshkr/flok#readme",
"devDependencies": {
"lerna": "^6.5.1",
"prettier": "^3.4.2"
"lerna": "^6.5.1"
},
"workspaces": [
"packages/*"
Expand Down
1 change: 1 addition & 0 deletions packages/cm-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/uuid": "^9.0.1",
"prettier": "^3.4.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/example-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"prettier": "^3.4.2",
"vite": "^5.0.12"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/lang-tidal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"devDependencies": {
"@lezer/generator": "^1.0.0",
"mocha": "^9.0.1",
"rollup": "^2.60.2",
"prettier": "^3.4.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-ts": "^3.0.2",
"rollup": "^2.60.2",
"typescript": "^4.3.4"
},
"license": "MIT"
Expand Down
1 change: 1 addition & 0 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/node": "^18.14.6",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"prettier": "^3.4.2",
"typescript": "^4.9.4"
}
}
1 change: 1 addition & 0 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@types/commander": "^2.12.2",
"@types/debug": "^4.1.7",
"@types/node": "^18.14.6",
"prettier": "^3.4.2",
"typescript": "^4.9.4"
}
}
1 change: 1 addition & 0 deletions packages/server-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.14.6",
"prettier": "^3.4.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"lib0": "^0.2.63",
"y-protocols": "^1.0.5",
"yjs": "^13.6.21"
},
"devDependencies": {
"prettier": "^3.4.2"
}
}
1 change: 1 addition & 0 deletions packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"prettier": "^3.4.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"mercury-engine": "^1.2.2",
"p5": "^1.9.0",
"postcss": "^8.4.21",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-helmet-async": "^1.3.0",
Expand Down

0 comments on commit 0949aa6

Please sign in to comment.