Skip to content

Commit

Permalink
Merge pull request #3429 from quantified-uncertainty/lockfile-upgrade
Browse files Browse the repository at this point in the history
Lockfile upgrade; prettier upgrade
  • Loading branch information
OAGr authored Nov 8, 2024
2 parents d043500 + 4d18917 commit cb94719
Show file tree
Hide file tree
Showing 14 changed files with 14,575 additions and 14,037 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
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const ValueWithContextViewer: FC<Props> = ({
// root header is always hidden (unless forced, but we probably won't need it)
const headerVisibility = props.header ?? (isRoot ? "hide" : "normal");
const collapsible =
headerVisibility === "hide" ? false : props.collapsible ?? true;
headerVisibility === "hide" ? false : (props.collapsible ?? true);
const size = props.size ?? "normal";
const enableDropdownMenu = viewerType !== "tooltip";

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/squiggle-lang/src/runners/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ addEventListener("message", (e: MessageEvent<SquiggleWorkerJob>) => {
} catch (e) {
postTypedMessage({
type: "internal-error",
payload: e instanceof Error ? e.stack ?? String(e) : String(e),
payload: e instanceof Error ? (e.stack ?? String(e)) : String(e),
});
}
});
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
Loading

0 comments on commit cb94719

Please sign in to comment.