Skip to content

Commit

Permalink
build(build-cli): Upgrade jssm-viz and remove patch (#22941)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler authored Oct 30, 2024
1 parent ce850b3 commit 122e082
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
6 changes: 0 additions & 6 deletions build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@
"type-fest",
"typescript"
]
},
"patchedDependenciesComments": [
"jssm-viz is a dependency of jssm-viz-cli, but doesn't work with the latest jssm and TypeScript. This patch contains the changes from https://github.com/StoneCypher/jssm-viz/pull/54, which fixes the problem."
],
"patchedDependencies": {
"jssm-viz@5.101.0": "patches/jssm-viz@5.101.0.patch"
}
}
}
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.12",
"eslint-config-prettier": "~9.1.0",
"jssm-viz-cli": "5.101.0",
"jssm-viz-cli": "^5.101.0",
"mocha": "^10.7.3",
"mocha-multi-reporters": "^1.5.1",
"mocked-env": "^1.3.5",
Expand Down
14 changes: 4 additions & 10 deletions build-tools/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion build-tools/syncpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {

{
label: "Must use exact dependency ranges",
dependencies: ["jssm-viz-cli", "sort-package-json"],
dependencies: ["sort-package-json"],
packages: ["**"],
range: "",
},
Expand Down

0 comments on commit 122e082

Please sign in to comment.