|
1 | 1 | {
|
2 | 2 | "name": "react-multi-select-component",
|
3 |
| - "version": "1.3.2", |
| 3 | + "version": "1.3.3", |
4 | 4 | "description": "Simple multiple selection dropdown component with checkboxes, search and select-al`",
|
5 | 5 | "author": "harshzalavadiya",
|
6 | 6 | "license": "MIT",
|
|
19 | 19 | "build-storybook": "build-storybook"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@emotion/core": "^10.0.22", |
23 |
| - "@emotion/styled": "^10.0.23", |
| 22 | + "@emotion/core": "^10.0.28", |
| 23 | + "@emotion/styled": "^10.0.27", |
24 | 24 | "@rooks/use-outside-click": "^3.4.1",
|
25 |
| - "emotion-theming": "^10.0.19" |
| 25 | + "emotion-theming": "^10.0.27" |
26 | 26 | },
|
27 | 27 | "peerDependencies": {
|
28 | 28 | "react": "^16.12.0",
|
|
34 | 34 | "@storybook/addon-links": "^5.2.6",
|
35 | 35 | "@storybook/addons": "^5.2.6",
|
36 | 36 | "@storybook/react": "^5.2.6",
|
37 |
| - "@types/react": "^16.9.13", |
38 |
| - "@types/react-dom": "^16.9.4", |
| 37 | + "@types/react": "^16.9.23", |
| 38 | + "@types/react-dom": "^16.9.5", |
39 | 39 | "awesome-typescript-loader": "^5.2.1",
|
40 | 40 | "babel-core": "^6.26.3",
|
41 | 41 | "babel-loader": "^7.1.5",
|
42 | 42 | "babel-runtime": "^6.26.0",
|
43 | 43 | "react": "^16.4.1",
|
44 | 44 | "react-dom": "^16.4.1",
|
45 |
| - "react-scripts-ts": "^3.1.0", |
| 45 | + "react-scripts-ts": "^4.0.8", |
46 | 46 | "rollup": "^1.27.5",
|
47 | 47 | "rollup-plugin-babel": "^4.3.3",
|
48 | 48 | "rollup-plugin-commonjs": "^10.1.0",
|
49 | 49 | "rollup-plugin-node-resolve": "^5.2.0",
|
50 |
| - "rollup-plugin-peer-deps-external": "^2.2.0", |
| 50 | + "rollup-plugin-peer-deps-external": "^2.2.2", |
51 | 51 | "rollup-plugin-postcss": "^2.0.3",
|
52 | 52 | "rollup-plugin-typescript2": "^0.25.2",
|
53 | 53 | "rollup-plugin-url": "^3.0.1",
|
|
0 commit comments