mui-styles
Advanced tools
+45
-48
| { | ||
| "name": "mui-styles", | ||
| "version": "2.0.7", | ||
| "version": "2.0.8", | ||
| "private": false, | ||
| "author": "Blencm", | ||
| "author": "Bleker Cordova <bleker@gliyen.com>", | ||
| "description": "React MUI Styles", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
| "scripts": { | ||
| "prod": "rimraf ./lib && cross-env NODE_ENV=production && tsup src/index.ts src/cli.ts --dts --outDir=lib", | ||
| "dev": "cross-env NODE_ENV=test", | ||
| "build": "rimraf ./lib && cross-env NODE_ENV=production && tsup src/index.ts src/cli.ts --dts --outDir=lib", | ||
| "test": "cross-env NODE_ENV=test && jest", | ||
@@ -34,49 +34,45 @@ "test:watch": "jest --watch" | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.26.4", | ||
| "@babel/core": "^7.26.0", | ||
| "@babel/node": "^7.26.0", | ||
| "@babel/plugin-syntax-jsx": "^7.25.9", | ||
| "@babel/plugin-transform-object-assign": "^7.25.9", | ||
| "@babel/plugin-transform-react-constant-elements": "^7.25.9", | ||
| "@babel/plugin-transform-runtime": "^7.25.9", | ||
| "@babel/preset-env": "^7.26.0", | ||
| "@babel/preset-react": "^7.26.3", | ||
| "@babel/preset-typescript": "^7.26.0", | ||
| "@babel/cli": "^7.28.3", | ||
| "@babel/core": "^7.28.4", | ||
| "@babel/node": "^7.28.0", | ||
| "@babel/plugin-syntax-jsx": "^7.27.1", | ||
| "@babel/plugin-transform-object-assign": "^7.27.1", | ||
| "@babel/plugin-transform-react-constant-elements": "^7.27.1", | ||
| "@babel/plugin-transform-runtime": "^7.28.3", | ||
| "@babel/preset-env": "^7.28.3", | ||
| "@babel/preset-react": "^7.27.1", | ||
| "@babel/preset-typescript": "^7.27.1", | ||
| "@emotion/hash": "^0.9.2", | ||
| "@emotion/react": "^11.14.0", | ||
| "@emotion/styled": "^11.14.0", | ||
| "@jest/globals": "^29.7.0", | ||
| "@mui/material": "^6.3.0", | ||
| "@mui/types": "^7.2.20", | ||
| "@mui/utils": "^6.3.0", | ||
| "@testing-library/jest-dom": "^6.6.3", | ||
| "@testing-library/react": "^16.1.0", | ||
| "@types/chai": "^5.0.1", | ||
| "@types/enzyme": "^3.10.18", | ||
| "@types/jest": "^29.5.14", | ||
| "@emotion/styled": "^11.14.1", | ||
| "@jest/globals": "^30.1.2", | ||
| "@mui/material": "^7.3.2", | ||
| "@mui/types": "^7.4.6", | ||
| "@mui/utils": "^7.3.2", | ||
| "@testing-library/jest-dom": "^6.8.0", | ||
| "@testing-library/react": "^16.3.0", | ||
| "@testing-library/user-event": "^14.6.1", | ||
| "@types/chai": "^5.2.2", | ||
| "@types/hoist-non-react-statics": "^3.3.7", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^22.10.2", | ||
| "@types/prop-types": "^15.7.14", | ||
| "@types/react": "^19.0.2", | ||
| "@types/react-dom": "^19.0.2", | ||
| "@types/react-test-renderer": "^19.0.0", | ||
| "@types/hoist-non-react-statics": "^3.3.6", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "babel-jest": "^29.7.0", | ||
| "babel-loader": "^9.2.1", | ||
| "babel-plugin-istanbul": "^7.0.0", | ||
| "@types/node": "^24.5.2", | ||
| "@types/prop-types": "^15.7.15", | ||
| "@types/react": "^19.1.13", | ||
| "@types/react-dom": "^19.1.9", | ||
| "babel-jest": "^30.1.2", | ||
| "babel-loader": "^10.0.0", | ||
| "babel-plugin-istanbul": "^7.0.1", | ||
| "babel-plugin-macros": "^3.1.0", | ||
| "babel-plugin-module-resolver": "^5.0.2", | ||
| "babel-plugin-optimize-clsx": "^2.6.2", | ||
| "babel-plugin-react-remove-properties": "^0.3.0", | ||
| "babel-plugin-tester": "^11.0.4", | ||
| "babel-plugin-react-remove-properties": "^0.3.1", | ||
| "babel-plugin-tester": "^12.0.0", | ||
| "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
| "clsx": "^2.1.1", | ||
| "cross-env": "^7.0.3", | ||
| "enzyme": "^3.11.0", | ||
| "cross-env": "^10.0.0", | ||
| "hoist-non-react-statics": "^3.3.2", | ||
| "inferno-server": "^8.2.3", | ||
| "jest": "^29.7.0", | ||
| "jest-environment-jsdom": "^29.7.0", | ||
| "inferno-server": "^9.0.4", | ||
| "jest": "^30.1.3", | ||
| "jest-environment-jsdom": "^30.1.2", | ||
| "jss": "^10.10.0", | ||
@@ -90,13 +86,14 @@ "jss-plugin-camel-case": "^10.10.0", | ||
| "jss-plugin-vendor-prefixer": "^10.10.0", | ||
| "mocha": "^11.0.1", | ||
| "mocha": "^11.7.2", | ||
| "prop-types": "^15.8.1", | ||
| "react-test-renderer": "^19.0.0", | ||
| "react": "^19.1.1", | ||
| "react-dom": "^19.1.1", | ||
| "rimraf": "^6.0.1", | ||
| "ts-jest": "^29.2.5", | ||
| "tsup": "^8.3.5", | ||
| "typescript": "^5.7.2" | ||
| "ts-jest": "^29.4.4", | ||
| "tsup": "^8.5.0", | ||
| "typescript": "^5.9.2" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.0.0", | ||
| "react-dom": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.0.0" | ||
| "react": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.1.1 || ^20.0.0", | ||
| "react-dom": "^16.0.0 || ^17.0.0 || ^18.3.1 || ^19.1.1 || ^20.0.0" | ||
| }, | ||
@@ -103,0 +100,0 @@ "publishConfig": { |
+3
-3
| { | ||
| "compilerOptions": { | ||
| "module": "ESNext", | ||
| "module": "preserve", | ||
@@ -11,8 +11,8 @@ "strict": true, | ||
| "lib": ["DOM", "DOM.Iterable", "ESNext"], | ||
| "types": ["jest", "node", "@testing-library/jest-dom"], | ||
| "allowJs": true, | ||
| "allowSyntheticDefaultImports": true, | ||
| "noFallthroughCasesInSwitch": true, | ||
| "declaration": true, | ||
| "moduleResolution": "Node", | ||
| "moduleResolution": "bundler", | ||
| "resolveJsonModule": true, | ||
@@ -19,0 +19,0 @@ "isolatedModules": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
484932
1.3%59
-4.84%11871
1.18%1
-50%