@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.
Files changed (1) hide show
  1. 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.2",
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.0.0",
26
- "@equinor/eds-utils": "^1.0.1",
27
- "@equinor/eds-tokens": "1.1.3"
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
- "@rollup/plugin-babel": "^6.0.4",
31
- "@rollup/plugin-commonjs": "^28.0.6",
32
- "@rollup/plugin-node-resolve": "^16.0.1",
33
- "@storybook/addon-a11y": "^9.1.5",
34
- "@storybook/addon-docs": "^9.1.5",
35
- "@storybook/addon-links": "^9.1.5",
36
- "@storybook/react-vite": "^9.1.5",
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.8.0",
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": "^29.5.14",
42
- "@types/node": "^22.18.0",
43
- "@types/ramda": "^0.30.2",
44
- "@types/react": "^19.1.12",
45
- "@types/react-dom": "^19.1.9",
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.5",
48
- "jest": "29.7.0",
49
- "jest-environment-jsdom": "29.7.0",
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.31.3",
54
- "react": "^19.1.1",
55
- "react-dom": "^19.1.1",
56
- "react-hook-form": "^7.62.0",
57
- "rollup": "^4.50.0",
58
- "rollup-plugin-delete": "^2.2.0",
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.5",
69
+ "storybook": "^9.1.13",
61
70
  "styled-components": "6.1.19",
62
- "ts-jest": "29.4.0",
71
+ "ts-jest": "29.4.5",
63
72
  "ts-node": "10.9.2",
64
- "tsc-watch": "^6.3.1",
65
- "typescript": "~5.8.3"
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 --bundleConfigAsCjs && tsc -p tsconfig.build.json",
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",