react-tabulator
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -0,1 +1,7 @@ | ||
## [0.10.3] - 2019-10-16 | ||
### Changed | ||
- merged PR #130: clone props.data | ||
- upgraded tooling modules | ||
## [0.10.2] - 2019-10-05 | ||
@@ -2,0 +8,0 @@ |
@@ -94,3 +94,3 @@ "use strict"; | ||
// console.log('data changed!'); | ||
return __assign({}, state, { data: props.data }); | ||
return __assign({}, state, { data: props.data.slice() }); | ||
} | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "react-tabulator", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "React Tabulator component", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"date-fns": "v2.0.0-alpha.25", | ||
"dotenv": "^6.1.0", | ||
"dotenv": "^8.2.0", | ||
"pick-react-known-prop": "^0.1.5", | ||
@@ -55,3 +55,3 @@ "react-tag-autocomplete": "^5.7.1", | ||
"react": ">=15.6.2 || ^16.0.0", | ||
"react-dom": ">=15.6.2 || ^16.0.0" | ||
"react-dom": ">=15.6.2 || ^16.0.0" | ||
}, | ||
@@ -64,3 +64,3 @@ "devDependencies": { | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"concurrently": "^4.0.1", | ||
"concurrently": "^5.0.0", | ||
"enzyme": "^3.7.0", | ||
@@ -67,0 +67,0 @@ "enzyme-adapter-react-16": "^1.6.0", |
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
1321186
+ Addeddotenv@8.6.0(transitive)
- Removeddotenv@6.2.0(transitive)
Updateddotenv@^8.2.0