@openedx/paragon 23.20.5 → 23.21.0

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/README.md +0 -2
  2. package/package.json +1 -12
package/README.md CHANGED
@@ -200,8 +200,6 @@ Paragon provides a comprehensive set of npm scripts to help with development, te
200
200
 
201
201
  - **`npm run prepublishOnly`** - Automatically runs before npm publish to ensure the library is built before distribution.
202
202
 
203
- - **`npm run prepare`** - Sets up Git hooks (via Husky) for pre-commit linting and other checks.
204
-
205
203
  ## Contributing
206
204
 
207
205
  The branch to target with your PR depends on the type of change you are contributing to Paragon.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "23.20.5",
3
+ "version": "23.21.0",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -54,7 +54,6 @@
54
54
  "build-types": "tsc --emitDeclarationOnly",
55
55
  "playroom:start": "npm run playroom:start --workspace=www",
56
56
  "playroom:build": "npm run playroom:build --workspace=www",
57
- "prepare": "husky || true",
58
57
  "build-tokens": "./bin/paragon-scripts.js build-tokens --build-dir ./styles/css",
59
58
  "build-tokens:watch": "npx nodemon --ignore styles/css -x \"npm run build-tokens\"",
60
59
  "serve-theme-css": "./bin/paragon-scripts.js serve-theme-css --build-dir ./dist --theme-name='Custom Theme Name'",
@@ -151,12 +150,10 @@
151
150
  "eslint-plugin-import": "2.32.0",
152
151
  "eslint-plugin-jsonc": "^2.18.1",
153
152
  "eslint-plugin-jsx-a11y": "6.10.2",
154
- "husky": "^9.0.11",
155
153
  "identity-obj-proxy": "^3.0.0",
156
154
  "jest": "^29.7.0",
157
155
  "jest-cli": "^29.7.0",
158
156
  "jest-environment-jsdom": "^29.7.0",
159
- "lint-staged": "^15.2.0",
160
157
  "markdown-loader-jest": "^0.1.1",
161
158
  "react": "^18",
162
159
  "react-test-renderer": "^18",
@@ -206,14 +203,6 @@
206
203
  "browserslist": [
207
204
  "extends @edx/browserslist-config"
208
205
  ],
209
- "lint-staged": {
210
- "*.{js,jsx,ts,tsx,json}": [
211
- "npx eslint"
212
- ],
213
- "*.scss": [
214
- "npx stylelint"
215
- ]
216
- },
217
206
  "workspaces": [
218
207
  "example",
219
208
  "component-generator",