react-select-async-paginate
Advanced tools
Comparing version 0.3.9 to 0.3.10
import * as React from 'react'; | ||
import { InputActionMeta, OptionsType } from 'react-select/lib/types'; | ||
import { Props as SelectProps } from 'react-select/lib/Select'; | ||
import { InputActionMeta, OptionsType } from 'react-select/src/types'; | ||
import { Props as SelectProps } from 'react-select/base'; | ||
@@ -5,0 +5,0 @@ export type AsyncResult<OptionType, Additional = any> = { |
{ | ||
"name": "react-select-async-paginate", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Wrapper above react-select that supports pagination on menu scroll", | ||
@@ -28,9 +28,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.0", | ||
"@babel/runtime": "^7.6.3", | ||
"prop-types": "^15.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/react-select": "^3.0.4", | ||
"react-select": "^3.0.4" | ||
"@types/react-select": "^3.0.5", | ||
"react-select": "^3.0.8" | ||
} | ||
} |
65231
Updated@babel/runtime@^7.6.3