mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) apply some dependabot suggestions
Summary: This applies the set of dependabot suggestions that are currently passing tests on grist-core. There are a lot more suggestions to come, an unusual number are not passing tests because tests were briefly broken. The list of suggestions is extracted from: https://api.github.com/repos/gristlabs/grist-core/pulls?search=status:success+state:open And then applied using: yarn upgrade package1@version1 package2@version2 .... After application, any new entries in package.json are pruned, leaving just updated entries and yarn.lock changes. Non-trivial code updates include: * A change related to axios typing * A change related to jquery dropping `size()` in favor of `length` Test Plan: existing tests should pass Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D3621
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,3 @@
|
||||
const path = require('path');
|
||||
require('app-module-path').addPath(path.dirname(__dirname));
|
||||
require('ts-node').register();
|
||||
|
||||
/**
|
||||
* This script converts the timezone data from moment-timezone to marshalled format, for fast
|
||||
* loading by Python.
|
||||
|
||||
Reference in New Issue
Block a user