@equinor/apollo-components 3.7.4 → 3.7.5

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/dist/index.js +3 -3
  2. package/package.json +15 -15
package/dist/index.js CHANGED
@@ -57,8 +57,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
57
57
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
58
 
59
59
  // src/index.ts
60
- var src_exports = {};
61
- __export(src_exports, {
60
+ var index_exports = {};
61
+ __export(index_exports, {
62
62
  AppShell: () => AppShell,
63
63
  AppSidebar: () => AppSidebar,
64
64
  CheckboxCell: () => CheckboxCell,
@@ -103,7 +103,7 @@ __export(src_exports, {
103
103
  useHasRemoteChange: () => useHasRemoteChange,
104
104
  useSetFormMeta: () => useSetFormMeta
105
105
  });
106
- module.exports = __toCommonJS(src_exports);
106
+ module.exports = __toCommonJS(index_exports);
107
107
 
108
108
  // src/AppShell/AppShell.tsx
109
109
  var import_eds_core_react = require("@equinor/eds-core-react");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/apollo-components",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -12,26 +12,26 @@
12
12
  "@equinor/eds-icons": "^0.21.0",
13
13
  "@equinor/eds-tokens": "^0.9.2",
14
14
  "@tanstack/match-sorter-utils": "^8.15.1",
15
- "@tanstack/react-table": "^8.17.3",
16
- "@tanstack/react-virtual": "^3.7.0",
15
+ "@tanstack/react-table": "^8.20.6",
16
+ "@tanstack/react-virtual": "^3.11.3",
17
17
  "lodash": "^4.17.21"
18
18
  },
19
19
  "devDependencies": {
20
- "@equinor/eds-core-react": "^0.42.1",
21
- "@storybook/react": "^8.1.11",
22
- "@storybook/test": "^8.1.11",
23
- "@types/lodash": "^4.17.7",
24
- "@types/react": "^18.3.3",
25
- "@types/react-dom": "^18.3.0",
20
+ "@equinor/eds-core-react": "^0.42.5",
21
+ "@storybook/react": "^8.5.2",
22
+ "@storybook/test": "^8.5.2",
23
+ "@types/lodash": "^4.17.15",
24
+ "@types/react": "^18.3.18",
25
+ "@types/react-dom": "^18.3.5",
26
26
  "@types/styled-components": "^5.1.34",
27
- "eslint": "^8.56.0",
27
+ "eslint": "^8.57.1",
28
28
  "react": "^18.2.0",
29
29
  "react-dom": "^18.2.0",
30
- "react-hook-form": "^7.43.8",
31
- "styled-components": "^6.1.11",
32
- "tsup": "^8.1.0",
33
- "type-fest": "^4.20.1",
34
- "eslint-config-custom": "0.0.5",
30
+ "react-hook-form": "^7.54.2",
31
+ "styled-components": "^6.1.14",
32
+ "tsup": "^8.3.6",
33
+ "type-fest": "^4.33.0",
34
+ "eslint-config-custom": "0.0.6",
35
35
  "tsconfig": "0.0.1"
36
36
  },
37
37
  "peerDependencies": {