Skip to content

Commit

Permalink
upgrade prettier for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 8, 2024
1 parent d72a339 commit 4d18917
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.1",
"turbo": "^2.0.6",
"turbo-ignore": "^2.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"indent-string": "^5.0.0"
},
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "^3.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"codemirror": "^6.0.1",
"d3": "^7.9.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.50.0",
"react-markdown": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@quri/squiggle-textmate-grammar": "workspace:*",
"@types/mdx": "^2.0.13",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"tsx": "^4.11.0",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prisma": "^5.21.0",
"relay-compiler": "^16.2.0",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/squiggle-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"fast-check": "^3.19.0",
"jest": "^29.7.0",
"peggy": "^4.0.2",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/textmate-grammar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"vscode-tmgrammar-test": "^0.1.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"tsx": "^4.11.0",
"typescript": "^5.6.3"
Expand Down
38 changes: 23 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 4d18917

Please sign in to comment.