mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Add Object.assign polyfill (#1692)
This commit is contained in:
parent
841c4d59e3
commit
367748d39e
3 changed files with 8 additions and 1 deletions
|
|
@ -65,6 +65,7 @@
|
|||
"copy-webpack-plugin": "4.5.1",
|
||||
"element-dataset": "2.2.6",
|
||||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-object-assign": "1.1.0",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-plugin-compat": "2.2.0",
|
||||
|
|
@ -103,8 +104,8 @@
|
|||
"json-loader": "0.5.7",
|
||||
"json3": "3.3.2",
|
||||
"knockout": "3.4.2",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"knockout-sortable": "1.1.0",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"lozad": "1.4.0",
|
||||
"matchmedia-polyfill": "0.3.0",
|
||||
"moment": "2.22.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue