@teambit/base-ui.css-components.elevation
Advanced tools
Comparing version 0.2.10 to 0.4.0
{ | ||
"name": "@teambit/base-ui.css-components.elevation", | ||
"version": "0.2.10", | ||
"homepage": "https://bit.dev/teambit/base-ui/css-components/elevation", | ||
"version": "0.4.0", | ||
"main": "dist/index.js", | ||
"componentId": { | ||
"scope": "teambit.base-ui", | ||
"name": "css-components/elevation", | ||
"version": "0.2.10" | ||
"version": "0.4.0" | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "16.9.43", | ||
"@types/jest": "~26.0.9", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/mocha": "8.0.0" | ||
"@types/mocha": "8.0.0", | ||
"@types/react-router-dom": "^5.1.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0" | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
@@ -27,3 +28,4 @@ "license": "SEE LICENSE IN LICENSE", | ||
"dependencies": { | ||
"react": "-" | ||
"react": "-", | ||
"@babel/runtime": "^7.8.4" | ||
}, | ||
@@ -33,13 +35,12 @@ "devDependencies": { | ||
"@types/jest": "~26.0.9", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/mocha": "8.0.0", | ||
"react": "-" | ||
"@types/react-router-dom": "^5.1.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0" | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
} | ||
} | ||
}, | ||
"types": "index.ts", | ||
"private": false | ||
} | ||
} |
@@ -7,4 +7,3 @@ { | ||
"ES6", | ||
"DOM.Iterable", | ||
"ScriptHost" | ||
"DOM.Iterable" | ||
], | ||
@@ -14,18 +13,10 @@ "target": "es2015", | ||
"jsx": "react", | ||
"composite": true, | ||
"declaration": true, | ||
"sourceMap": true, | ||
"skipLibCheck": true, | ||
"moduleResolution": "node", | ||
"esModuleInterop": true, | ||
"composite": true, | ||
"outDir": "dist", | ||
"rootDir": ".", | ||
"esModuleInterop": true, | ||
"experimentalDecorators": true, | ||
"emitDecoratorMetadata": true, | ||
"strictPropertyInitialization": false, | ||
"strict": true, | ||
"moduleResolution": "node", | ||
"noImplicitAny": false, | ||
"removeComments": true, | ||
"preserveConstEnums": true, | ||
"resolveJsonModule": true | ||
"rootDir": "." | ||
}, | ||
@@ -32,0 +23,0 @@ "exclude": [ |
@@ -13,1 +13,11 @@ declare module '*.module.css' { | ||
} | ||
declare module '*.module.less' { | ||
const classes: { readonly [key: string]: string }; | ||
export default classes; | ||
} | ||
declare module '*.less' { | ||
const classes: { readonly [key: string]: string }; | ||
export default classes; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
100
1
3944
3
13
73
2
+ Added@babel/runtime@^7.8.4
+ Added@babel/runtime@7.26.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedscheduler@0.19.1(transitive)