|
1 | 1 | {
|
2 | 2 | "name": "react-multi-select-component",
|
3 |
| - "version": "4.2.9", |
| 3 | + "version": "4.3.0", |
4 | 4 | "description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
|
5 | 5 | "author": "harshzalavadiya",
|
6 | 6 | "license": "MIT",
|
|
23 | 23 | "dependencies": {},
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@size-limit/preset-small-lib": "^7.0.8",
|
26 |
| - "@storybook/addon-actions": "^6.5.6", |
27 |
| - "@storybook/addon-essentials": "^6.5.6", |
| 26 | + "@storybook/addon-actions": "^6.5.9", |
| 27 | + "@storybook/addon-essentials": "^6.5.9", |
28 | 28 | "@storybook/addon-knobs": "^6.4.0",
|
29 |
| - "@storybook/addon-links": "^6.5.6", |
30 |
| - "@storybook/react": "^6.5.6", |
31 |
| - "@types/react": "^18.0.10", |
32 |
| - "@types/react-dom": "^18.0.5", |
33 |
| - "@typescript-eslint/eslint-plugin": "^5.27.0", |
34 |
| - "@typescript-eslint/parser": "^5.27.0", |
35 |
| - "eslint": "8.16.0", |
36 |
| - "eslint-plugin-prettier": "^4.0.0", |
37 |
| - "eslint-plugin-react": "^7.30.0", |
| 29 | + "@storybook/addon-links": "^6.5.9", |
| 30 | + "@storybook/react": "^6.5.9", |
| 31 | + "@types/react": "^18.0.15", |
| 32 | + "@types/react-dom": "^18.0.6", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.30.7", |
| 34 | + "@typescript-eslint/parser": "^5.30.7", |
| 35 | + "eslint": "8.20.0", |
| 36 | + "eslint-plugin-prettier": "^4.2.1", |
| 37 | + "eslint-plugin-react": "^7.30.1", |
38 | 38 | "eslint-plugin-simple-import-sort": "^7.0.0",
|
39 |
| - "eslint-plugin-storybook": "^0.5.12", |
| 39 | + "eslint-plugin-storybook": "^0.6.1", |
40 | 40 | "postcss": "^8.4.14",
|
41 |
| - "prettier": "^2.6.2", |
42 |
| - "react": "^18.1.0", |
43 |
| - "react-dom": "^18.1.0", |
| 41 | + "prettier": "^2.7.1", |
| 42 | + "react": "^18.2.0", |
| 43 | + "react-dom": "^18.2.0", |
44 | 44 | "size-limit": "^7.0.8",
|
45 | 45 | "storybook-addon-turbo-build": "^1.1.0",
|
46 |
| - "tsup": "^6.0.1", |
47 |
| - "typescript": "^4.7.2" |
| 46 | + "tsup": "^6.1.3", |
| 47 | + "typescript": "^4.7.4" |
48 | 48 | },
|
49 | 49 | "browserslist": [
|
50 | 50 | "defaults",
|
|
0 commit comments