@equinor/eds-data-grid-react 1.0.2 → 1.2.0
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.
- package/package.json +43 -34
package/package.json
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/eds-data-grid-react",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
7
7
|
"main": "dist/eds-data-grid-react.cjs",
|
|
8
8
|
"module": "./dist/esm/index.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/types/index.d.ts",
|
|
12
|
+
"import": "./dist/esm/index.js",
|
|
13
|
+
"require": "./dist/eds-data-grid-react.cjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
9
16
|
"files": [
|
|
10
17
|
"dist/*"
|
|
11
18
|
],
|
|
@@ -14,55 +21,57 @@
|
|
|
14
21
|
"email": "fg_eds@equinor.com"
|
|
15
22
|
},
|
|
16
23
|
"peerDependencies": {
|
|
24
|
+
"@equinor/eds-core-react": "^1",
|
|
17
25
|
"react": "^19",
|
|
18
26
|
"react-dom": "^19",
|
|
19
|
-
"styled-components": "^6"
|
|
20
|
-
"@equinor/eds-core-react": "^1"
|
|
27
|
+
"styled-components": "^6"
|
|
21
28
|
},
|
|
22
29
|
"dependencies": {
|
|
23
30
|
"@tanstack/react-table": "^8.21.3",
|
|
24
31
|
"@tanstack/react-virtual": "^3.13.12",
|
|
25
|
-
"@equinor/eds-icons": "^1.
|
|
26
|
-
"@equinor/eds-utils": "^
|
|
27
|
-
"@equinor/eds-tokens": "1.1
|
|
32
|
+
"@equinor/eds-icons": "^1.1.0",
|
|
33
|
+
"@equinor/eds-utils": "^2.0.0",
|
|
34
|
+
"@equinor/eds-tokens": "^2.1.1"
|
|
28
35
|
},
|
|
29
36
|
"devDependencies": {
|
|
30
|
-
"@
|
|
31
|
-
"@rollup/plugin-
|
|
32
|
-
"@rollup/plugin-
|
|
33
|
-
"@
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/addon-
|
|
36
|
-
"@storybook/
|
|
37
|
+
"@equinor/eds-core-react": "^1",
|
|
38
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
39
|
+
"@rollup/plugin-commonjs": "^28.0.8",
|
|
40
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
41
|
+
"@storybook/addon-a11y": "^9.1.13",
|
|
42
|
+
"@storybook/addon-docs": "^9.1.13",
|
|
43
|
+
"@storybook/addon-links": "^9.1.13",
|
|
44
|
+
"@storybook/react-vite": "^9.1.13",
|
|
37
45
|
"@testing-library/dom": "^10.4.1",
|
|
38
|
-
"@testing-library/jest-dom": "^6.
|
|
46
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
39
47
|
"@testing-library/react": "16.3.0",
|
|
40
48
|
"@testing-library/user-event": "^14.6.1",
|
|
41
|
-
"@types/jest": "^
|
|
42
|
-
"@types/
|
|
43
|
-
"@types/
|
|
44
|
-
"@types/
|
|
45
|
-
"@types/react
|
|
49
|
+
"@types/jest": "^30.0.0",
|
|
50
|
+
"@types/mdx": "^2.0.13",
|
|
51
|
+
"@types/node": "^24.9.1",
|
|
52
|
+
"@types/ramda": "^0.31.1",
|
|
53
|
+
"@types/react": "^19.2.2",
|
|
54
|
+
"@types/react-dom": "^19.2.2",
|
|
46
55
|
"babel-plugin-styled-components": "^2.1.4",
|
|
47
|
-
"eslint-plugin-storybook": "9.1.
|
|
48
|
-
"jest": "
|
|
49
|
-
"jest-environment-jsdom": "
|
|
56
|
+
"eslint-plugin-storybook": "9.1.13",
|
|
57
|
+
"jest": "30.2.0",
|
|
58
|
+
"jest-environment-jsdom": "30.2.0",
|
|
50
59
|
"jest-styled-components": "^7.2.0",
|
|
51
60
|
"js-file-download": "^0.4.12",
|
|
52
61
|
"postcss": "^8.5.6",
|
|
53
|
-
"ramda": "^0.
|
|
54
|
-
"react": "^19.
|
|
55
|
-
"react-dom": "^19.
|
|
56
|
-
"react-hook-form": "^7.
|
|
57
|
-
"rollup": "^4.
|
|
58
|
-
"rollup-plugin-delete": "^
|
|
62
|
+
"ramda": "^0.32.0",
|
|
63
|
+
"react": "^19.2.0",
|
|
64
|
+
"react-dom": "^19.2.0",
|
|
65
|
+
"react-hook-form": "^7.65.0",
|
|
66
|
+
"rollup": "^4.52.5",
|
|
67
|
+
"rollup-plugin-delete": "^3.0.1",
|
|
59
68
|
"rollup-plugin-postcss": "^4.0.2",
|
|
60
|
-
"storybook": "^9.1.
|
|
69
|
+
"storybook": "^9.1.13",
|
|
61
70
|
"styled-components": "6.1.19",
|
|
62
|
-
"ts-jest": "29.4.
|
|
71
|
+
"ts-jest": "29.4.5",
|
|
63
72
|
"ts-node": "10.9.2",
|
|
64
|
-
"tsc-watch": "^
|
|
65
|
-
"typescript": "~5.
|
|
73
|
+
"tsc-watch": "^7.2.0",
|
|
74
|
+
"typescript": "~5.9.3"
|
|
66
75
|
},
|
|
67
76
|
"homepage": "https://eds.equinor.com",
|
|
68
77
|
"repository": {
|
|
@@ -81,8 +90,8 @@
|
|
|
81
90
|
"data grid"
|
|
82
91
|
],
|
|
83
92
|
"scripts": {
|
|
84
|
-
"build": "rollup -c
|
|
85
|
-
"test": "tsc -p tsconfig.test.json && jest",
|
|
93
|
+
"build": "rollup -c && tsc -p tsconfig.build.json",
|
|
94
|
+
"test": "tsc -p tsconfig.test.json && jest --ci",
|
|
86
95
|
"test:watch": "tsc-watch -p tsconfig.test.json --onFirstSuccess \"jest --watch\"",
|
|
87
96
|
"test:update-snapshots": "jest --updateSnapshot",
|
|
88
97
|
"storybook": "storybook dev -p 9000 --ci",
|