@galaxy-ds/core 2.0.0 → 2.0.2

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,32 +16,18 @@
16
16
  "prepublishOnly": "npm run build"
17
17
  },
18
18
  "peerDependencies": {
19
+ "@emotion/react": "11",
20
+ "@emotion/server": "11",
21
+ "@emotion/styled": "11",
22
+ "@mui/material": "5",
19
23
  "react": ">=17.0.2",
20
24
  "react-dom": ">=17.0.2"
21
25
  },
22
- "engines": {
23
- "node": ">=16.0.0 <=16.19.1"
24
- },
25
26
  "dependencies": {
26
- "@emotion/cache": "^11.7.1",
27
- "@emotion/react": "^11.7.1",
28
- "@emotion/server": "^11.4.0",
29
- "@emotion/styled": "^11.8.1",
30
- "@galaxy-ds/icons": "^1.0.4",
31
- "@galaxy-ds/tokens": "^1.0.1",
32
- "@mui/icons-material": "^5.6.2",
33
- "@mui/material": "^5.2.4",
34
27
  "@rollup/plugin-commonjs": "^21.0.3",
35
28
  "@rollup/plugin-node-resolve": "^13.1.3",
36
29
  "@rollup/plugin-url": "^6.1.0",
37
- "@storybook/addon-a11y": "^6.4.22",
38
- "@testing-library/react": "^13.0.0",
39
- "@types/jest": "^27.4.1",
40
- "jest": "^27.5.1",
41
- "next": "^12.0.7",
42
- "plop": "^3.0.5",
43
30
  "react": "^17.0.2",
44
- "react-appointment-picker": "^3.2.1",
45
31
  "react-date-range": "^1.4.0",
46
32
  "react-dom": "^17.0.2",
47
33
  "react-dropzone": "^14.2.2",
@@ -49,17 +35,27 @@
49
35
  "rollup-plugin-copy": "^3.4.0",
50
36
  "rollup-plugin-peer-deps-external": "^2.2.4",
51
37
  "rollup-plugin-postcss": "^4.0.2",
52
- "rollup-plugin-typescript2": "^0.31.2",
53
- "ts-jest": "^27.1.4"
38
+ "rollup-plugin-typescript2": "^0.31.2"
54
39
  },
55
40
  "devDependencies": {
56
41
  "@babel/core": "^7.17.8",
42
+ "@emotion/cache": "^11.7.1",
43
+ "@emotion/react": "^11.7.1",
44
+ "@emotion/server": "^11.4.0",
45
+ "@emotion/styled": "^11.8.1",
46
+ "@galaxy-ds/icons": "^1.0.4",
47
+ "@galaxy-ds/tokens": "^1.0.1",
48
+ "@mui/icons-material": "^5.6.2",
49
+ "@mui/material": "^5.2.4",
50
+ "@storybook/addon-a11y": "^6.4.22",
57
51
  "@storybook/addon-actions": "^6.4.20",
58
52
  "@storybook/addon-essentials": "^6.4.20",
59
53
  "@storybook/addon-interactions": "^6.4.20",
60
54
  "@storybook/addon-links": "^6.4.20",
61
55
  "@storybook/react": "^6.4.20",
62
56
  "@storybook/testing-library": "^0.0.9",
57
+ "@testing-library/react": "^13.0.0",
58
+ "@types/jest": "^27.4.1",
63
59
  "@types/node": "^17.0.1",
64
60
  "@types/react": "^17.0.37",
65
61
  "@types/react-date-range": "^1.4.8",
@@ -67,6 +63,9 @@
67
63
  "eslint": "^8.5.0",
68
64
  "eslint-config-next": "^12.0.7",
69
65
  "eslint-plugin-storybook": "^0.5.7",
66
+ "jest": "^27.5.1",
67
+ "plop": "^3.0.5",
68
+ "ts-jest": "^27.1.4",
70
69
  "typescript": "^4.6.3"
71
70
  }
72
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-ds/core",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,32 +16,18 @@
16
16
  "prepublishOnly": "npm run build"
17
17
  },
18
18
  "peerDependencies": {
19
+ "@emotion/react": "11",
20
+ "@emotion/server": "11",
21
+ "@emotion/styled": "11",
22
+ "@mui/material": "5",
19
23
  "react": ">=17.0.2",
20
24
  "react-dom": ">=17.0.2"
21
25
  },
22
- "engines": {
23
- "node": ">=16.0.0 <=16.19.1"
24
- },
25
26
  "dependencies": {
26
- "@emotion/cache": "^11.7.1",
27
- "@emotion/react": "^11.7.1",
28
- "@emotion/server": "^11.4.0",
29
- "@emotion/styled": "^11.8.1",
30
- "@galaxy-ds/icons": "^1.0.4",
31
- "@galaxy-ds/tokens": "^1.0.1",
32
- "@mui/icons-material": "^5.6.2",
33
- "@mui/material": "^5.2.4",
34
27
  "@rollup/plugin-commonjs": "^21.0.3",
35
28
  "@rollup/plugin-node-resolve": "^13.1.3",
36
29
  "@rollup/plugin-url": "^6.1.0",
37
- "@storybook/addon-a11y": "^6.4.22",
38
- "@testing-library/react": "^13.0.0",
39
- "@types/jest": "^27.4.1",
40
- "jest": "^27.5.1",
41
- "next": "^12.0.7",
42
- "plop": "^3.0.5",
43
30
  "react": "^17.0.2",
44
- "react-appointment-picker": "^3.2.1",
45
31
  "react-date-range": "^1.4.0",
46
32
  "react-dom": "^17.0.2",
47
33
  "react-dropzone": "^14.2.2",
@@ -49,17 +35,27 @@
49
35
  "rollup-plugin-copy": "^3.4.0",
50
36
  "rollup-plugin-peer-deps-external": "^2.2.4",
51
37
  "rollup-plugin-postcss": "^4.0.2",
52
- "rollup-plugin-typescript2": "^0.31.2",
53
- "ts-jest": "^27.1.4"
38
+ "rollup-plugin-typescript2": "^0.31.2"
54
39
  },
55
40
  "devDependencies": {
56
41
  "@babel/core": "^7.17.8",
42
+ "@emotion/cache": "^11.7.1",
43
+ "@emotion/react": "^11.7.1",
44
+ "@emotion/server": "^11.4.0",
45
+ "@emotion/styled": "^11.8.1",
46
+ "@galaxy-ds/icons": "^1.0.4",
47
+ "@galaxy-ds/tokens": "^1.0.1",
48
+ "@mui/icons-material": "^5.6.2",
49
+ "@mui/material": "^5.2.4",
50
+ "@storybook/addon-a11y": "^6.4.22",
57
51
  "@storybook/addon-actions": "^6.4.20",
58
52
  "@storybook/addon-essentials": "^6.4.20",
59
53
  "@storybook/addon-interactions": "^6.4.20",
60
54
  "@storybook/addon-links": "^6.4.20",
61
55
  "@storybook/react": "^6.4.20",
62
56
  "@storybook/testing-library": "^0.0.9",
57
+ "@testing-library/react": "^13.0.0",
58
+ "@types/jest": "^27.4.1",
63
59
  "@types/node": "^17.0.1",
64
60
  "@types/react": "^17.0.37",
65
61
  "@types/react-date-range": "^1.4.8",
@@ -67,6 +63,9 @@
67
63
  "eslint": "^8.5.0",
68
64
  "eslint-config-next": "^12.0.7",
69
65
  "eslint-plugin-storybook": "^0.5.7",
66
+ "jest": "^27.5.1",
67
+ "plop": "^3.0.5",
68
+ "ts-jest": "^27.1.4",
70
69
  "typescript": "^4.6.3"
71
70
  }
72
71
  }