@equinor/eds-data-grid-react 0.6.0 → 0.6.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/eds-data-grid-react",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
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",
@@ -86,8 +86,8 @@
86
86
  "data grid"
87
87
  ],
88
88
  "engines": {
89
- "pnpm": ">=8.15.4",
90
- "node": "^18.20.2"
89
+ "pnpm": ">=4",
90
+ "node": ">=10.0.0"
91
91
  },
92
92
  "scripts": {
93
93
  "build": "rollup -c --bundleConfigAsCjs && tsc -p tsconfig.build.json",