react-responsive
Advanced tools
Comparing version 9.0.0-beta.1 to 9.0.0-beta.2
{ | ||
"name": "react-responsive", | ||
"description": "Media queries in react for responsive design", | ||
"version": "9.0.0-beta.1", | ||
"version": "9.0.0-beta.2", | ||
"homepage": "http://github.com/contra/react-responsive", | ||
@@ -13,2 +13,4 @@ "repository": { | ||
"main": "./dist/react-responsive.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -47,6 +49,6 @@ "dist", | ||
"@types/matchmediaquery": "^0.3.0", | ||
"@types/mocha": "^8.2.1", | ||
"@types/mocha": "^9.0.0", | ||
"@types/react": "^17.0.2", | ||
"@types/react-dom": "^17.0.1", | ||
"@types/sinon": "^9.0.10", | ||
"@types/sinon": "^10.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.15.2", | ||
@@ -60,13 +62,12 @@ "@typescript-eslint/parser": "^4.15.2", | ||
"match-media-mock": "^0.1.1", | ||
"mocha": "^8.0.0", | ||
"mocha": "^9.0.0", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"should": "^13.2.1", | ||
"sinon": "^9.0.0", | ||
"ts-loader": "^3.5.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "0.20.30", | ||
"sinon": "^11.0.0", | ||
"ts-loader": "^3.0.0", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "0.21.4", | ||
"typescript": "^4.1.5", | ||
"webpack": "^3.0.0", | ||
"webpack-dev-server": "^2.11.5" | ||
"webpack": "^3.0.0" | ||
}, | ||
@@ -73,0 +74,0 @@ "scripts": { |
@@ -93,3 +93,3 @@ # react-responsive [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] | ||
For a list of all possible shorthands and value types see https://github.com/contra/react-responsive/blob/master/src/mediaQuery.js#L9. | ||
For a list of all possible shorthands and value types see https://github.com/contra/react-responsive/blob/master/src/mediaQuery.ts#L9. | ||
@@ -96,0 +96,0 @@ Any numbers given as shorthand will be expanded to px (`1234` will become `'1234px'`). |
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
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
28
1391
134835
22