@myunisoft/design-system 0.41.0 → 0.41.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 +15 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.js",
@@ -29,6 +29,7 @@
29
29
  "license": "MIT",
30
30
  "homepage": "https://myunisoft.github.io/design-system/",
31
31
  "dependencies": {
32
+ "@babel/eslint-parser": "^7.25.1",
32
33
  "@babel/runtime": "^7.20.6",
33
34
  "@emotion/react": "11.10.5",
34
35
  "@emotion/styled": "11.10.5",
@@ -64,6 +65,9 @@
64
65
  "svgo": "^3.0.2",
65
66
  "xlsx": "^0.18.5"
66
67
  },
68
+ "resolutions": {
69
+ "cheerio": "<1.0.0"
70
+ },
67
71
  "devDependencies": {
68
72
  "@babel/core": "^7.20.5",
69
73
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -71,6 +75,7 @@
71
75
  "@babel/preset-env": "^7.20.2",
72
76
  "@babel/preset-react": "^7.18.6",
73
77
  "@cypress/react": "^7.0.2",
78
+ "@cypress/react18": "^2.0.1",
74
79
  "@parcel/transformer-inline-string": "^2.8.2",
75
80
  "@parcel/transformer-sass": "^2.8.2",
76
81
  "@parcel/transformer-svg-react": "^2.8.2",
@@ -78,16 +83,18 @@
78
83
  "@testing-library/react-hooks": "^8.0.1",
79
84
  "babel-jest": "^29.3.1",
80
85
  "babel-loader": "^9.1.0",
86
+ "cheerio": "<1.0.0",
81
87
  "css-loader": "^6.7.3",
82
88
  "cypress": "^12.1.0",
83
89
  "esbuild": "^0.21.5",
84
90
  "esbuild-sass-plugin": "^2.4.4",
85
- "eslint": "^8.30.0",
86
- "eslint-config-airbnb": "^19.0.4",
87
- "eslint-plugin-import": "^2.26.0",
88
- "eslint-plugin-jsx-a11y": "^6.6.1",
89
- "eslint-plugin-react": "^7.31.11",
90
- "eslint-plugin-react-hooks": "^4.6.0",
91
+ "eslint": "8.46.0",
92
+ "eslint-config-prettier": "^8.3.0",
93
+ "eslint-config-react-app": "^7.0.1",
94
+ "eslint-plugin-cypress": "^2.12.1",
95
+ "eslint-plugin-import": "^2.23.4",
96
+ "eslint-plugin-jsx-a11y": "^6.4.1",
97
+ "eslint-plugin-prettier": "^3.4.0",
91
98
  "html-webpack-plugin": "^5.5.0",
92
99
  "jest": "^29.3.1",
93
100
  "jest-canvas-mock": "^2.4.0",
@@ -99,6 +106,7 @@
99
106
  "sass-loader": "^13.2.0",
100
107
  "style-loader": "^3.3.1",
101
108
  "svg-inline-loader": "^0.8.2",
109
+ "typescript": "^5.5.4",
102
110
  "webpack": "^5.75.0"
103
111
  }
104
112
  }