@mkgalaxy/utilities
Advanced tools
+8
-7
| { | ||
| "name": "@mkgalaxy/utilities", | ||
| "version": "0.2.7", | ||
| "version": "0.2.8", | ||
| "main": "dist/index.js", | ||
@@ -28,7 +28,8 @@ "publishConfig": { | ||
| "peerDependencies": { | ||
| "react": "^18.2.0 || ^19.0.0", | ||
| "react-dom": "^18.2.0 || ^19.0.0", | ||
| "react": "^18.0.0 || ^19.1.0", | ||
| "react-dom": "^18.0.0 || ^19.1.0", | ||
| "sass": "^1.69.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@craco/craco": "^7.1.0", | ||
| "@testing-library/dom": "^9.3.3", | ||
@@ -50,6 +51,6 @@ "@testing-library/jest-dom": "^6.1.4", | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject", | ||
| "start": "craco start", | ||
| "build": "craco build", | ||
| "test": "craco test", | ||
| "eject": "craco eject", | ||
| "build:lib": "tsc --project tsconfig.lib.json && node scripts/copy-scss.js", | ||
@@ -56,0 +57,0 @@ "release:patch": "npm run build:lib && npm version patch && npm publish", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
84289
015
7.14%