mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Update js2xmlparser to the latest version 🚀 (#11019)
* fix(package): update js2xmlparser to version 4.0.0 * chore(package): update lockfile package-lock.json * fix package-lock * fix js2xmlparser usage
This commit is contained in:
committed by
Matteo Pagliazzi
parent
fd3f7e2b0e
commit
3c442318d8
@@ -8,7 +8,7 @@ import {
|
||||
import _ from 'lodash';
|
||||
import csvStringify from '../../libs/csvStringify';
|
||||
import moment from 'moment';
|
||||
import js2xml from 'js2xmlparser';
|
||||
import * as js2xml from 'js2xmlparser';
|
||||
import Pageres from 'pageres';
|
||||
import nconf from 'nconf';
|
||||
import got from 'got';
|
||||
|
||||
Reference in New Issue
Block a user