@semcore/scroll-area
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -5,2 +5,8 @@ # Changelog | ||
## [2.1.4] - 2019-09-30 | ||
### Change | ||
- Нужные зависимости перенесены в `utils`, размер должен стать меньше | ||
## [2.1.3] - 2019-08-02 | ||
@@ -7,0 +13,0 @@ |
@@ -8,3 +8,3 @@ import React from 'react'; | ||
} | ||
declare const eventEmitter: any; | ||
declare const eventEmitter: EventEmitter; | ||
declare const ScrollContext: React.Context<IScrollContext>; | ||
@@ -11,0 +11,0 @@ declare const Provider: React.ProviderExoticComponent<React.ProviderProps<IScrollContext>>, Consumer: React.ExoticComponent<React.ConsumerProps<IScrollContext>>; |
@@ -17,2 +17,3 @@ import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; | ||
/* tslint:disable */ | ||
var eventEmitter = new EventEmitter(); | ||
@@ -19,0 +20,0 @@ var ScrollContext = React.createContext({ |
@@ -23,2 +23,3 @@ 'use strict'; | ||
/* tslint:disable */ | ||
var eventEmitter = new EventEmitter(); | ||
@@ -25,0 +26,0 @@ var ScrollContext = React__default.createContext({ |
{ | ||
"name": "@semcore/scroll-area", | ||
"description": "SEMRush ScrollArea Component", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "lib/index.js", | ||
@@ -12,21 +12,9 @@ "module": "lib/index.es.js", | ||
"build": "rollup --config=node:rollup-config-ts", | ||
"test": "jest --no-cache" | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@semcore/utils": "^2.4", | ||
"@semcore/utils": "^3.1", | ||
"@semcore/flex-box": "^3.1", | ||
"@semcore/root-ref": "^1.0", | ||
"classnames": "^2.2", | ||
"@types/react": "^16.8", | ||
"@babel/runtime": "^7.5" | ||
"@semcore/root-ref": "^1.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.6" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.6", | ||
"jest-preset-ui": "*", | ||
"rollup-config-react": "*", | ||
"jest": "*" | ||
}, | ||
"jest": { | ||
@@ -33,0 +21,0 @@ "preset": "jest-preset-ui" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
155873
3
0
2131
- Removed@babel/runtime@^7.5
- Removed@types/react@^16.8
- Removedclassnames@^2.2
- Removed@semcore/utils@2.6.0(transitive)
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedclassnames@2.5.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
Updated@semcore/utils@^3.1