[BUGFIX] Use polygot 2.2 with AMD support

This commit is contained in:
Xaver Maierhofer 2018-07-13 21:53:01 +02:00
parent e75d865fbf
commit 51be472ce4
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
2 changed files with 11 additions and 11 deletions

View File

@ -51,7 +51,7 @@
"leaflet": "^1.3.1",
"moment": "^2.22.2",
"navigo": "^7.1.2",
"node-polyglot": "^2.3.0",
"node-polyglot": "2.2.2",
"promise-polyfill": "^8.0.0",
"rbush": "^2.0.2",
"requirejs": "^2.3.5",

View File

@ -2072,7 +2072,7 @@ follow-redirects@^1.2.5:
dependencies:
debug "^3.1.0"
for-each@^0.3.3:
for-each@^0.3.2:
version "0.3.3"
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
dependencies:
@ -3939,14 +3939,14 @@ node-gyp@^3.3.1:
tar "^2.0.0"
which "1"
node-polyglot@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/node-polyglot/-/node-polyglot-2.3.0.tgz#e97cc9354e87e648f04858647c6e3be38ad36ce1"
node-polyglot@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/node-polyglot/-/node-polyglot-2.2.2.tgz#1a3f76d7392f836ea0823836ede817e6ea6ec26c"
dependencies:
for-each "^0.3.3"
has "^1.0.3"
for-each "^0.3.2"
has "^1.0.1"
string.prototype.trim "^1.1.2"
warning "^4.0.1"
warning "^3.0.0"
node-pre-gyp@^0.10.0:
version "0.10.3"
@ -5876,9 +5876,9 @@ vinyl@^2.0.0, vinyl@^2.1.0:
remove-trailing-separator "^1.0.1"
replace-ext "^1.0.0"
warning@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.1.tgz#66ce376b7fbfe8a887c22bdf0e7349d73d397745"
warning@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/warning/-/warning-3.0.0.tgz#32e5377cb572de4ab04753bdf8821c01ed605b7c"
dependencies:
loose-envify "^1.0.0"