Skip to content

Commit

Permalink
chore: upgraded tooling modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ngduc committed Oct 17, 2019
1 parent 6a3fc2e commit 58b211a
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.10.3] - 2019-10-16

### Changed
- merged PR #130: clone props.data
- upgraded tooling modules

## [0.10.2] - 2019-10-05

### Changed
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tabulator",
"version": "0.10.2",
"version": "0.10.3",
"description": "React Tabulator component",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,22 +44,22 @@
"dependencies": {
"@types/react-tag-autocomplete": "^5.6.0",
"date-fns": "v2.0.0-alpha.25",
"dotenv": "^6.1.0",
"dotenv": "^8.2.0",
"pick-react-known-prop": "^0.1.5",
"react-tag-autocomplete": "^5.7.1",
"tabulator-tables": "^4.4.3"
},
"peerDependencies": {
"react": ">=15.6.2 || ^16.0.0",
"react-dom": ">=15.6.2 || ^16.0.0"
"react-dom": ">=15.6.2 || ^16.0.0"
},
"devDependencies": {
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.9",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"concurrently": "^4.0.1",
"concurrently": "^5.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"event-stream": "3.3.4",
Expand Down
Loading

0 comments on commit 58b211a

Please sign in to comment.