@myunisoft/design-system 0.48.0 → 0.48.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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +60 -60
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.js",
@@ -11,8 +11,8 @@
11
11
  "prepublishOnly": "npm run build",
12
12
  "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
13
13
  "parcel-build": "node esbuild",
14
- "cypress": "npm run build-cypress && npx cypress open --component",
15
- "cy:run": "npx cypress run --component"
14
+ "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
15
+ "cy:run": "npx cypress run --component --browser chrome"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -29,91 +29,91 @@
29
29
  "license": "MIT",
30
30
  "homepage": "https://myunisoft.github.io/design-system/",
31
31
  "dependencies": {
32
- "@babel/eslint-parser": "^7.25.1",
33
- "@babel/runtime": "^7.20.6",
32
+ "@babel/eslint-parser": "7.25.1",
33
+ "@babel/runtime": "7.20.6",
34
34
  "@emotion/react": "11.10.5",
35
35
  "@emotion/styled": "11.10.5",
36
36
  "@mui/base": "5.0.0-alpha.92",
37
37
  "@mui/lab": "5.0.0-alpha.92",
38
38
  "@mui/material": "5.17.1",
39
39
  "@mui/styles": "5.17.1",
40
- "@mui/utils": "^5.8.6",
41
- "@testing-library/dom": "^10.1.0",
42
- "classnames": "^2.3.2",
43
- "exceljs": "^4.3.0",
44
- "i18next": "^22.4.6",
40
+ "@mui/utils": "5.8.6",
41
+ "@testing-library/dom": "10.1.0",
42
+ "classnames": "2.3.2",
43
+ "exceljs": "4.3.0",
44
+ "i18next": "22.4.6",
45
45
  "jspdf": "3.0.1",
46
- "jspdf-autotable": "^3.5.28",
47
- "localforage": "^1.10.0",
46
+ "jspdf-autotable": "3.5.28",
47
+ "localforage": "1.10.0",
48
48
  "lodash": "4.17.21",
49
49
  "moment": "2.30.1",
50
50
  "numeral": "2.0.6",
51
- "pretty-bytes": "^6.0.0",
51
+ "pretty-bytes": "6.0.0",
52
52
  "prop-types": "15.8.1",
53
53
  "react": "19.1.0",
54
54
  "react-color": "2.19.3",
55
55
  "react-dom": "19.1.0",
56
56
  "react-draft-wysiwyg": "1.15.0",
57
57
  "react-draggable": "4.4.6",
58
- "react-dropzone": "^14.2.3",
59
- "react-input-autosize": "^3.0.0",
58
+ "react-dropzone": "14.2.3",
59
+ "react-input-autosize": "3.0.0",
60
60
  "react-spinners": "0.13.8",
61
- "reselect": "^4.1.7",
62
- "robot3": "^0.3.2",
63
- "sortablejs": "^1.15.0",
64
- "svgo": "^3.0.2"
61
+ "reselect": "4.1.7",
62
+ "robot3": "0.3.2",
63
+ "sortablejs": "1.15.0",
64
+ "svgo": "3.0.2"
65
65
  },
66
66
  "resolutions": {
67
67
  "cheerio": "<1.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@4tw/cypress-drag-drop": "^2.2.5",
71
- "@babel/core": "^7.20.5",
72
- "@babel/plugin-proposal-class-properties": "^7.18.6",
73
- "@babel/plugin-transform-runtime": "^7.19.6",
74
- "@babel/preset-env": "^7.20.2",
75
- "@babel/preset-react": "^7.18.6",
76
- "@babel/preset-typescript": "^7.26.0",
77
- "@cypress/react": "^7.0.2",
78
- "@cypress/react18": "^2.0.1",
79
- "@parcel/transformer-inline-string": "^2.8.2",
80
- "@parcel/transformer-sass": "^2.8.2",
81
- "@parcel/transformer-svg-react": "^2.8.2",
70
+ "@4tw/cypress-drag-drop": "2.3.0",
71
+ "@babel/core": "7.20.5",
72
+ "@babel/plugin-proposal-class-properties": "7.18.6",
73
+ "@babel/plugin-transform-runtime": "7.19.6",
74
+ "@babel/preset-env": "7.20.2",
75
+ "@babel/preset-react": "7.18.6",
76
+ "@babel/preset-typescript": "7.26.0",
77
+ "@cypress/react": "9.0.1",
78
+ "@cypress/react18": "2.0.1",
79
+ "@parcel/transformer-inline-string": "2.8.2",
80
+ "@parcel/transformer-sass": "2.8.2",
81
+ "@parcel/transformer-svg-react": "2.8.2",
82
82
  "@testing-library/react": "16.3.0",
83
83
  "@types/react": "19.1.0",
84
84
  "@types/react-dom": "19.1.0",
85
- "babel-jest": "^29.3.1",
86
- "babel-loader": "^9.1.0",
85
+ "babel-jest": "29.3.1",
86
+ "babel-loader": "9.1.0",
87
87
  "cheerio": "<1.0.0",
88
- "css-loader": "^6.7.3",
89
- "cypress": "^12.1.0",
90
- "esbuild": "^0.21.5",
91
- "esbuild-sass-plugin": "^2.4.4",
88
+ "css-loader": "6.7.3",
89
+ "cypress": "14.5.0",
90
+ "esbuild": "0.21.5",
91
+ "esbuild-sass-plugin": "2.4.4",
92
92
  "eslint": "8.46.0",
93
- "eslint-config-prettier": "^8.3.0",
94
- "eslint-config-react-app": "^7.0.1",
95
- "eslint-plugin-cypress": "^2.12.1",
96
- "eslint-plugin-import": "^2.23.4",
97
- "eslint-plugin-jsx-a11y": "^6.4.1",
98
- "eslint-plugin-prettier": "^3.4.0",
99
- "html-webpack-plugin": "^5.5.0",
100
- "jest": "^29.3.1",
101
- "jest-canvas-mock": "^2.4.0",
102
- "jest-environment-jsdom": "^29.3.1",
103
- "parcel": "^2.8.2",
104
- "prettier": "^2.8.1",
105
- "react-test-renderer": "^18.3.1",
106
- "sass": "^1.57.1",
107
- "sass-loader": "^13.2.0",
108
- "style-loader": "^3.3.1",
109
- "svg-inline-loader": "^0.8.2",
110
- "typescript": "^5.5.4",
111
- "webpack": "^5.75.0"
93
+ "eslint-config-prettier": "8.3.0",
94
+ "eslint-config-react-app": "7.0.1",
95
+ "eslint-plugin-cypress": "5.1.0",
96
+ "eslint-plugin-import": "2.23.4",
97
+ "eslint-plugin-jsx-a11y": "6.4.1",
98
+ "eslint-plugin-prettier": "3.4.0",
99
+ "html-webpack-plugin": "5.5.0",
100
+ "jest": "29.3.1",
101
+ "jest-canvas-mock": "2.4.0",
102
+ "jest-environment-jsdom": "29.3.1",
103
+ "parcel": "2.8.2",
104
+ "prettier": "2.8.1",
105
+ "react-test-renderer": "18.3.1",
106
+ "sass": "1.57.1",
107
+ "sass-loader": "13.2.0",
108
+ "style-loader": "3.3.1",
109
+ "svg-inline-loader": "0.8.2",
110
+ "typescript": "5.5.4",
111
+ "webpack": "5.75.0"
112
112
  },
113
113
  "peerDependencies": {
114
- "@mui/material": "^5.17.1",
115
- "@mui/styles": "^5.17.1",
116
- "react": "^19.1.0",
117
- "react-dom": "^19.1.0"
114
+ "@mui/material": "5.17.1",
115
+ "@mui/styles": "5.17.1",
116
+ "react": "19.1.0",
117
+ "react-dom": "19.1.0"
118
118
  }
119
119
  }