benivo-ui-library 1.7.28 → 1.7.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/data-table.less +1 -0
  2. package/package.json +3 -3
package/data-table.less CHANGED
@@ -276,6 +276,7 @@
276
276
  }
277
277
 
278
278
  > span {
279
+ align-self: center;
279
280
  display: flex;
280
281
  justify-content: space-between;
281
282
  align-items: baseline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.7.28",
3
+ "version": "1.7.29",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
@@ -28,10 +28,10 @@
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.19.3",
30
30
  "@babel/core": "^7.19.6",
31
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
31
32
  "@babel/plugin-proposal-optional-chaining": "^7.18.9",
32
33
  "@babel/plugin-transform-runtime": "^7.19.6",
33
34
  "@babel/plugin-transform-shorthand-properties": "^7.18.6",
34
- "@babel/plugin-proposal-class-properties": "^7.18.6",
35
35
  "@babel/preset-env": "^7.19.4",
36
36
  "@babel/preset-react": "^7.18.6",
37
37
  "babel-jest": "^24.1.0",
@@ -62,7 +62,7 @@
62
62
  "dompurify": "^2.4.0",
63
63
  "jest-canvas-mock": "^2.4.0",
64
64
  "lodash": "^4.17.21",
65
- "moment": "^2.24.0",
65
+ "moment": "^2.29.4",
66
66
  "npm": "^7.13.0",
67
67
  "react-loading-skeleton": "^3.1.0",
68
68
  "react-router-dom": "^5.2.0",