Skip to content

Commit ce2382e

Browse files
authored
Merge pull request #2191 from dxc-technology/gomezivann/package-fix
Publint and data grid fixes
2 parents b77ec05 + a740c46 commit ce2382e

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

package-lock.json

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lib/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@dxc-technology/halstack-react",
3+
"type": "commonjs",
34
"version": "0.0.0",
45
"repository": {
56
"type": "git",
6-
"url": "https://github.com/dxc-technology/halstack-react"
7+
"url": "git+https://github.com/dxc-technology/halstack-react.git"
78
},
89
"main": "./dist/index.js",
910
"module": "./dist/index.mjs",
@@ -30,6 +31,7 @@
3031
},
3132
"peerDependencies": {
3233
"react": "^18.3.1",
34+
"react-data-grid": "7.0.0-beta.44",
3335
"react-dom": "^18.3.1",
3436
"styled-components": "^5.0.1"
3537
},
@@ -38,7 +40,6 @@
3840
"@radix-ui/react-tooltip": "^1.1.0",
3941
"color": "^4.2.3",
4042
"dayjs": "^1.11.11",
41-
"react-data-grid": "7.0.0-beta.44",
4243
"slugify": "^1.6.6"
4344
},
4445
"devDependencies": {

0 commit comments

Comments
 (0)