Skip to content

Commit 9d7588e

Browse files
committed
three-ancient installed a much newer version (in pnpm-lock.yaml) when upgrading nextjs, so revert that (to unbreak sagews)
1 parent 25d3957 commit 9d7588e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"shell-escape": "^0.2.0",
158158
"slate": "^0.103.0",
159159
"superb": "^3.0.0",
160-
"three-ancient": "npm:three@^0.78.0",
160+
"three-ancient": "npm:three@=0.78.0",
161161
"timeago": "^1.6.3",
162162
"tslib": "^2.3.1",
163163
"underscore": "^1.12.1",

src/packages/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)