@myunisoft/design-system 1.1.2 → 1.1.3

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 +7 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",
@@ -13,7 +13,9 @@
13
13
  "test": "jest --transformIgnorePatterns \"node_modules/(?!@exceljs)/\" ",
14
14
  "parcel-build": "node esbuild",
15
15
  "cypress": "npm run build-cypress && npx cypress open --component --browser chrome",
16
- "cy:run": "npx cypress run --component --browser chrome"
16
+ "cy:run": "npx cypress run --component --browser chrome",
17
+ "lint-staged": "biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=warn && biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched --diagnostic-level=error",
18
+ "prepare": "husky"
17
19
  },
18
20
  "repository": {
19
21
  "type": "git",
@@ -30,8 +32,7 @@
30
32
  "license": "MIT",
31
33
  "homepage": "https://myunisoft.github.io/design-system/",
32
34
  "dependencies": {
33
- "@babel/eslint-parser": "7.28.5",
34
- "@babel/runtime": "7.28.4",
35
+ "@babel/runtime": "7.20.6",
35
36
  "@emotion/react": "11.14.0",
36
37
  "@emotion/styled": "11.14.1",
37
38
  "@mui/material": "7.1.2",
@@ -76,6 +77,7 @@
76
77
  "@babel/preset-env": "7.28.5",
77
78
  "@babel/preset-react": "7.28.5",
78
79
  "@babel/preset-typescript": "7.28.5",
80
+ "@biomejs/biome": "2.3.5",
79
81
  "@parcel/transformer-inline-string": "2.8.2",
80
82
  "@parcel/transformer-sass": "2.8.2",
81
83
  "@parcel/transformer-svg-react": "2.8.2",
@@ -91,19 +93,12 @@
91
93
  "cypress": "14.5.0",
92
94
  "esbuild": "0.21.5",
93
95
  "esbuild-sass-plugin": "2.4.4",
94
- "eslint": "8.46.0",
95
- "eslint-config-prettier": "8.3.0",
96
- "eslint-config-react-app": "7.0.1",
97
- "eslint-plugin-cypress": "5.1.0",
98
- "eslint-plugin-import": "2.23.4",
99
- "eslint-plugin-jsx-a11y": "6.4.1",
100
- "eslint-plugin-prettier": "3.4.0",
101
96
  "html-webpack-plugin": "5.5.0",
97
+ "husky": "9.1.7",
102
98
  "jest": "29.3.1",
103
99
  "jest-canvas-mock": "2.4.0",
104
100
  "jest-environment-jsdom": "29.3.1",
105
101
  "parcel": "2.8.2",
106
- "prettier": "2.8.1",
107
102
  "react-test-renderer": "18.3.1",
108
103
  "sass": "1.57.1",
109
104
  "sass-loader": "13.2.0",