frint-compat
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -538,4 +538,4 @@ 'use strict'; | ||
Promise.resolve(true // eslint-disable-line | ||
).then(function () { | ||
Promise.resolve(true) // eslint-disable-line | ||
.then(function () { | ||
// load App, after X ms | ||
@@ -542,0 +542,0 @@ return new Promise(function (resolve) { |
{ | ||
"name": "frint-compat", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Backwards compatibility package for Frint", | ||
@@ -31,6 +31,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"frint": "^2.2.1", | ||
"frint-model": "^2.2.1", | ||
"frint-react": "^2.2.1", | ||
"frint-store": "^2.2.1", | ||
"frint": "^2.3.0", | ||
"frint-model": "^2.3.0", | ||
"frint-react": "^2.3.0", | ||
"frint-store": "^2.3.0", | ||
"lodash": "^4.13.1", | ||
@@ -40,3 +40,3 @@ "rxjs": "^5.2.0" | ||
"devDependencies": { | ||
"frint-test-utils": "^2.2.1", | ||
"frint-test-utils": "^2.3.0", | ||
"prop-types": "^15.5.10", | ||
@@ -43,0 +43,0 @@ "react": "^15.5.4", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updatedfrint@^2.3.0
Updatedfrint-model@^2.3.0
Updatedfrint-react@^2.3.0
Updatedfrint-store@^2.3.0