Skip to content

Commit

Permalink
⬆️ deps: Upgrade medidoc to v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jan 28, 2025
1 parent 9363296 commit 783f95b
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 124 deletions.
183 changes: 60 additions & 123 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"lodash.deburr": "^4.1.0",
"lodash.omit": "^4.5.0",
"lru-cache": "^10.0.1",
"medidoc": "1.1.0",
"medidoc": "1.2.0",
"mem": "^8.1.1",
"meteor-node-stubs": "^1.2.5",
"node-fetch": "^3.3.2",
Expand Down
3 changes: 3 additions & 0 deletions server/polyfill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ import 'core-js/features/string/replace-all';
// eslint-disable-next-line import/no-unassigned-import
import 'core-js/features/array/at';

// eslint-disable-next-line import/no-unassigned-import
import 'core-js/features/object/has-own';

// eslint-disable-next-line import/no-unassigned-import
import './polyfill/fetch';

0 comments on commit 783f95b

Please sign in to comment.