|
1 | 1 | { |
2 | 2 | "name": "react-multi-select-component", |
3 | | - "version": "4.2.3", |
| 3 | + "version": "4.2.4", |
4 | 4 | "description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all", |
5 | 5 | "author": "harshzalavadiya", |
6 | 6 | "license": "MIT", |
|
28 | 28 | "@storybook/addon-knobs": "^6.4.0", |
29 | 29 | "@storybook/addon-links": "^6.4.19", |
30 | 30 | "@storybook/react": "^6.4.19", |
31 | | - "@types/react": "^17.0.39", |
32 | | - "@types/react-dom": "^17.0.11", |
33 | | - "@typescript-eslint/eslint-plugin": "^5.11.0", |
34 | | - "@typescript-eslint/parser": "^5.11.0", |
35 | | - "eslint": "8.9.0", |
| 31 | + "@types/react": "^17.0.43", |
| 32 | + "@types/react-dom": "^17.0.14", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.16.0", |
| 34 | + "@typescript-eslint/parser": "^5.16.0", |
| 35 | + "eslint": "8.12.0", |
36 | 36 | "eslint-plugin-prettier": "^4.0.0", |
37 | | - "eslint-plugin-react": "^7.28.0", |
| 37 | + "eslint-plugin-react": "^7.29.4", |
38 | 38 | "eslint-plugin-simple-import-sort": "^7.0.0", |
39 | | - "eslint-plugin-storybook": "^0.5.6", |
40 | | - "postcss": "^8.4.6", |
41 | | - "prettier": "^2.5.1", |
| 39 | + "eslint-plugin-storybook": "^0.5.7", |
| 40 | + "postcss": "^8.4.12", |
| 41 | + "prettier": "^2.6.1", |
42 | 42 | "react": "^17.0.2", |
43 | 43 | "react-dom": "^17.0.2", |
44 | 44 | "size-limit": "^7.0.8", |
45 | | - "storybook-addon-turbo-build": "^1.0.1", |
46 | | - "tsup": "^5.11.13", |
47 | | - "typescript": "^4.5.5" |
| 45 | + "storybook-addon-turbo-build": "^1.1.0", |
| 46 | + "tsup": "^5.12.1", |
| 47 | + "typescript": "^4.6.3" |
48 | 48 | }, |
49 | 49 | "browserslist": [ |
50 | 50 | "defaults", |
|
0 commit comments