Skip to content

Commit 69e0872

Browse files
committed
fix: temporarily lock fraction.js@4.2.0, see #3022
1 parent e728264 commit 69e0872

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ Evan Miller <evan@geteppo.com>
217217
Timur <35872220+bornova@users.noreply.github.com>
218218
Ari Markowitz <ariymarkowitz@gmail.com>
219219
Jay Wang <xiao.hk1997@gmail.com>
220-
David Contreras <david.contreras@guentner.com>
221220
Jaeu Jeong <wodndb@gmail.com>
222221
cyavictor88 <100557319+cyavictor88@users.noreply.github.com>
222+
David Contreras <david.contreras@guentner.com>
223223
Jakub Riegel <jakubriegel112@gmail.com>
224224
Angus Comrie <accomrie@gmail.com>
225225
TMTron <martin.trummer@tmtron.com>

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# not yet published, 11.10.1
44

5+
- Temporarily lock `fraction.js@4.2.0`, see #3022.
56
- Fix #3020: `lruQueue` using the global `hasOwnProperty` which may be
67
polluted.
78
- Add support for prefixes for the unit `erg`, and restrict prefixes of the

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"complex.js": "^2.1.1",
3030
"decimal.js": "^10.4.3",
3131
"escape-latex": "^1.2.0",
32-
"fraction.js": "^4.2.0",
32+
"fraction.js": "4.2.0",
3333
"javascript-natural-sort": "^0.7.1",
3434
"seedrandom": "^3.0.5",
3535
"tiny-emitter": "^2.1.0",

0 commit comments

Comments
 (0)