@indoqa/react-app
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,3 +0,7 @@ | ||
# v1.0.0 | TBA | ||
* migrate indoqa-react-app into @indoqa/react-app | ||
# v1.1.0 | 2019-03-27 | ||
* upgrade react-router@5.0.0 | ||
* minor library upgrades | ||
# v1.0.0 | 2019-03-15 | ||
* move from indoqa-react-app into the indoqa-react multi-module repository | ||
@@ -72,3 +72,3 @@ 'use strict'; | ||
exports.IndoqaApplication = IndoqaApplication; | ||
exports.createIndoqaStore = createIndoqaStore; | ||
exports.IndoqaApplication = IndoqaApplication; |
@@ -68,2 +68,2 @@ import { createStore, compose, applyMiddleware } from 'redux'; | ||
export { createIndoqaStore, IndoqaApplication }; | ||
export { IndoqaApplication, createIndoqaStore }; |
{ | ||
"name": "@indoqa/react-app", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -33,5 +33,3 @@ "license": "Apache-2.0", | ||
"fela": ">=10", | ||
"history": ">=4.7", | ||
"indoqa-react-fela": ">=0.7", | ||
"react": ">=16.8.2", | ||
"react": ">=16.8.5", | ||
"react-fela": ">=10", | ||
@@ -47,13 +45,13 @@ "react-redux": ">=5", | ||
"fela": "^10.2.2", | ||
"react": "^16.8.4", | ||
"react": "^16.8.5", | ||
"react-fela": "^10.2.2", | ||
"react-redux": "^6.0.1", | ||
"react-router": "^4.3.1", | ||
"react-router": "^5.0.0", | ||
"redux": "^4.0.1", | ||
"redux-logger": "^3.0.6", | ||
"redux-observable": "^1.0.0", | ||
"redux-observable": "^1.1.0", | ||
"rxjs": "^6.4.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "abc600a3d8fec1c7cb7a03b621c5d1118676c22a" | ||
"gitHead": "845bf9e609885b86ce902112b49a64449665b762" | ||
} |
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
21514
19
+ Addedreact-router@5.3.4(transitive)
- Removeddeepmerge@2.2.1(transitive)
- Removedhistory@5.3.0(transitive)
- Removedhoist-non-react-statics@2.5.5(transitive)
- Removedindoqa-react-fela@0.9.0(transitive)
- Removedreact@16.7.0(transitive)
- Removedreact-router@4.3.1(transitive)
- Removedscheduler@0.12.0(transitive)
- Removedwarning@4.0.3(transitive)
Updatedreact@^16.8.5
Updatedreact-router@^5.0.0
Updatedredux-observable@^1.1.0