Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zWingz committed Dec 25, 2018
1 parent 9ba4bec commit 9867a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zzwing/react-table",
"version": "1.3.3",
"version": "1.4.0",
"description": "A react fixed table component",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -46,6 +46,7 @@
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@poi/plugin-typescript": "^12.0.0",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.9",
Expand All @@ -62,11 +63,10 @@
"jest": "^23.6.0",
"mockjs": "^1.0.1-beta3",
"node-sass": "^4.9.2",
"poi": "^12.2.6",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"poi": "^12.2.6",
"@poi/plugin-typescript": "^12.0.0",
"react-test-renderer": "^16.6.3",
"rollup": "^0.67.3",
"rollup-plugin-commonjs": "^9.1.6",
Expand Down

0 comments on commit 9867a68

Please sign in to comment.