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