mig-schema-table 4.4.23 → 4.4.25

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 CHANGED
@@ -1,80 +1,79 @@
1
- {
2
- "name": "mig-schema-table",
3
- "version": "4.4.23",
4
- "type": "module",
5
- "files": [
6
- "dist"
7
- ],
8
- "exports": {
9
- ".": {
10
- "import": "./dist/mig-schema-table.es.js",
11
- "require": "./dist/mig-schema-table.umd.js",
12
- "types": "./dist/component/index.d.ts"
13
- },
14
- "./dist/style.css": "./dist/style.css"
15
- },
16
- "main": "./dist/mig-schema-table.umd.js",
17
- "module": "./dist/mig-schema-table.es.js",
18
- "types": "./dist/component/index.d.ts",
19
- "private": false,
20
- "scripts": {
21
- "dev": "vite",
22
- "build": "tsc && vite build",
23
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
24
- "preview": "vite preview",
25
- "prepublishOnly": "npm run build"
26
- },
27
- "dependencies": {
28
- "@floating-ui/react-dom": "^2.1.0",
29
- "date-fns": "^3.6.0",
30
- "date-fns-tz": "^3.1.3",
31
- "exceljs": "^4.4.0",
32
- "file-saver": "^2.0.5",
33
- "lodash": "^4.17.21",
34
- "mig-data-tools": "^1.0.2",
35
- "react-datepicker": "^6.9.0",
36
- "react-window": "^1.8.10",
37
- "react-window-infinite-loader": "^1.0.9"
38
- },
39
- "devDependencies": {
40
- "@chromatic-com/storybook": "^1.4.0",
41
- "@storybook/addon-essentials": "^8.1.2",
42
- "@storybook/addon-interactions": "^8.1.2",
43
- "@storybook/addon-links": "^8.1.2",
44
- "@storybook/addon-onboarding": "^8.1.2",
45
- "@storybook/blocks": "^8.1.2",
46
- "@storybook/react": "^8.1.2",
47
- "@storybook/test": "^8.1.2",
48
- "@testing-library/jest-dom": "^6.4.5",
49
- "@testing-library/react": "^15.0.7",
50
- "@types/date-fns": "^2.6.0",
51
- "@types/file-saver": "^2.0.7",
52
- "@types/jest": "^29.5.12",
53
- "@types/lodash": "^4.17.4",
54
- "@types/react": "^18.2.66",
55
- "@types/react-datepicker": "^6.2.0",
56
- "@types/react-dom": "^18.2.22",
57
- "@types/react-window": "^1.8.8",
58
- "@types/react-window-infinite-loader": "^1.0.9",
59
- "@typescript-eslint/eslint-plugin": "^7.2.0",
60
- "@typescript-eslint/parser": "^7.2.0",
61
- "@vitejs/plugin-react-swc": "^3.5.0",
62
- "eslint": "^8.57.0",
63
- "eslint-plugin-react-hooks": "^4.6.0",
64
- "eslint-plugin-react-refresh": "^0.4.6",
65
- "openapi3-ts": "^4.3.1",
66
- "prettier": "^3.2.5",
67
- "sass": "^1.77.2",
68
- "typescript": "^5.2.2",
69
- "vite": "^5.2.0",
70
- "vite-plugin-dts": "^3.9.1"
71
- },
72
- "peerDependencies": {
73
- "react": "^18.2.0",
74
- "react-dom": "^18.2.0"
75
- },
76
- "repository": {
77
- "type": "git",
78
- "url": "https://gitlab.com/migpublic/mig-schema-table.git"
79
- }
80
- }
1
+ {
2
+ "name": "mig-schema-table",
3
+ "version": "4.4.25",
4
+ "type": "module",
5
+ "files": [
6
+ "dist"
7
+ ],
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/mig-schema-table.es.js",
11
+ "require": "./dist/mig-schema-table.umd.js",
12
+ "types": "./dist/component/index.d.ts"
13
+ },
14
+ "./dist/style.css": "./dist/style.css"
15
+ },
16
+ "main": "./dist/mig-schema-table.umd.js",
17
+ "module": "./dist/mig-schema-table.es.js",
18
+ "types": "./dist/component/index.d.ts",
19
+ "private": false,
20
+ "scripts": {
21
+ "dev": "vite",
22
+ "build": "tsc && vite build",
23
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
24
+ "preview": "vite preview",
25
+ "prepublishOnly": "npm run build"
26
+ },
27
+ "dependencies": {
28
+ "@floating-ui/react-dom": "^2.1.0",
29
+ "date-fns": "^4.1.0",
30
+ "date-fns-tz": "^3.2.0",
31
+ "exceljs": "^4.4.0",
32
+ "file-saver": "^2.0.5",
33
+ "lodash": "^4.17.21",
34
+ "mig-data-tools": "^1.0.4",
35
+ "react-datepicker": "^8.1.0",
36
+ "react-window": "^1.8.10",
37
+ "react-window-infinite-loader": "^1.0.9"
38
+ },
39
+ "devDependencies": {
40
+ "@chromatic-com/storybook": "^1.4.0",
41
+ "@storybook/addon-essentials": "^8.1.2",
42
+ "@storybook/addon-interactions": "^8.1.2",
43
+ "@storybook/addon-links": "^8.1.2",
44
+ "@storybook/addon-onboarding": "^8.1.2",
45
+ "@storybook/blocks": "^8.1.2",
46
+ "@storybook/react": "^8.1.2",
47
+ "@storybook/test": "^8.1.2",
48
+ "@testing-library/jest-dom": "^6.4.5",
49
+ "@testing-library/react": "^15.0.7",
50
+ "@types/date-fns": "^2.6.0",
51
+ "@types/file-saver": "^2.0.7",
52
+ "@types/jest": "^29.5.12",
53
+ "@types/lodash": "^4.17.4",
54
+ "@types/react": "^18.2.66",
55
+ "@types/react-dom": "^18.2.22",
56
+ "@types/react-window": "^1.8.8",
57
+ "@types/react-window-infinite-loader": "^1.0.9",
58
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
59
+ "@typescript-eslint/parser": "^7.2.0",
60
+ "@vitejs/plugin-react-swc": "^3.5.0",
61
+ "eslint": "^8.57.0",
62
+ "eslint-plugin-react-hooks": "^4.6.0",
63
+ "eslint-plugin-react-refresh": "^0.4.6",
64
+ "openapi3-ts": "^4.3.1",
65
+ "prettier": "^3.2.5",
66
+ "sass": "^1.77.2",
67
+ "typescript": "^5.2.2",
68
+ "vite": "^5.2.0",
69
+ "vite-plugin-dts": "^3.9.1"
70
+ },
71
+ "peerDependencies": {
72
+ "react": "^18.2.0",
73
+ "react-dom": "^18.2.0"
74
+ },
75
+ "repository": {
76
+ "type": "git",
77
+ "url": "https://gitlab.com/migpublic/mig-schema-table.git"
78
+ }
79
+ }