@brainfish-ai/components 0.20.5 → 0.20.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainfish-ai/components",
3
- "version": "0.20.5",
3
+ "version": "0.20.6",
4
4
  "description": "Brainfish Components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/esm/index.js",
@@ -63,8 +63,8 @@
63
63
  "watch": "nodemon --watch src --ext ts,tsx,css --exec \"yarn build\"",
64
64
  "lint": "yarn check-types && yarn eslint",
65
65
  "lint:fix": "yarn eslint:fix",
66
- "eslint": "eslint . --ext .js,.jsx,.tsx,.ts",
67
- "eslint:fix": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
66
+ "eslint": "eslint .",
67
+ "eslint:fix": "eslint . --fix",
68
68
  "check-types": "tsc --noEmit true",
69
69
  "ci": "yarn lint && yarn test --watch=false",
70
70
  "test": "vitest --config ./vitest.config.ts",
@@ -104,28 +104,16 @@
104
104
  "@types/react": "^18.2.34",
105
105
  "@types/react-dom": "^18.2.14",
106
106
  "@types/react-syntax-highlighter": "^15.5.13",
107
- "@typescript-eslint/eslint-plugin": "latest",
108
- "@typescript-eslint/parser": "latest",
109
107
  "autoprefixer": "^10.4.16",
110
108
  "class-variance-authority": "0.7.0",
111
109
  "clsx": "^2.0.0",
112
110
  "date-fns": "^4.1.0",
113
- "eslint": "^8.52.0",
114
- "eslint-config-prettier": "^9.0.0",
115
- "eslint-plugin-import": "^2.29.0",
116
- "eslint-plugin-jsx-a11y": "^6.8.0",
117
- "eslint-plugin-prettier": "^5.0.1",
118
- "eslint-plugin-react": "^7.33.2",
119
- "eslint-plugin-react-hooks": "^4.6.0",
120
- "eslint-plugin-react-refresh": "^0.4.4",
121
- "eslint-plugin-storybook": "^10.0.7",
122
111
  "gh-pages": "^6.0.0",
123
112
  "jsdom": "^22.1.0",
124
113
  "nodemon": "^3.1.10",
125
114
  "path-to-regexp": "^8.2.0",
126
115
  "postcss": "^8.4.31",
127
116
  "postcss-scss": "^4.0.9",
128
- "prettier": "3.0.3",
129
117
  "react": "^18.2.0",
130
118
  "react-dom": "^18.2.0",
131
119
  "regenerator-runtime": "^0.14.0",