|
1 | 1 | {
|
2 | 2 | "name": "react-multi-select-component",
|
3 |
| - "version": "4.1.12", |
| 3 | + "version": "4.1.13", |
4 | 4 | "description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
|
5 | 5 | "author": "harshzalavadiya",
|
6 | 6 | "license": "MIT",
|
|
34 | 34 | },
|
35 | 35 | "dependencies": {},
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/cli": "^7.15.4", |
| 37 | + "@babel/cli": "^7.15.7", |
38 | 38 | "@babel/core": "^7.15.5",
|
39 | 39 | "@babel/preset-react": "^7.14.5",
|
40 | 40 | "@babel/preset-typescript": "^7.15.0",
|
41 |
| - "@size-limit/preset-small-lib": "^5.0.3", |
| 41 | + "@size-limit/preset-small-lib": "^5.0.4", |
42 | 42 | "@storybook/addon-actions": "^6.3.8",
|
43 | 43 | "@storybook/addon-essentials": "^6.3.8",
|
44 | 44 | "@storybook/addon-knobs": "^6.3.1",
|
45 | 45 | "@storybook/addon-links": "^6.3.8",
|
46 | 46 | "@storybook/react": "^6.3.8",
|
47 |
| - "@types/react": "^17.0.20", |
| 47 | + "@types/react": "^17.0.24", |
48 | 48 | "@types/react-dom": "^17.0.9",
|
49 |
| - "@typescript-eslint/eslint-plugin": "^4.31.1", |
50 |
| - "@typescript-eslint/parser": "^4.31.1", |
| 49 | + "@typescript-eslint/eslint-plugin": "^4.31.2", |
| 50 | + "@typescript-eslint/parser": "^4.31.2", |
51 | 51 | "babel-loader": "^8.2.2",
|
52 | 52 | "babel-plugin-transform-css-import-to-string": "^0.0.2",
|
53 | 53 | "concurrently": "^6.2.1",
|
54 | 54 | "cross-env": "^7.0.3",
|
55 | 55 | "eslint": "^7.32.0",
|
56 | 56 | "eslint-config-prettier": "^8.3.0",
|
57 | 57 | "eslint-plugin-prettier": "^4.0.0",
|
58 |
| - "eslint-plugin-react": "^7.25.1", |
| 58 | + "eslint-plugin-react": "^7.26.0", |
59 | 59 | "eslint-plugin-simple-import-sort": "^7.0.0",
|
60 | 60 | "husky": "^7.0.2",
|
61 |
| - "prettier": "^2.4.0", |
| 61 | + "prettier": "^2.4.1", |
62 | 62 | "react": "^17.0.1",
|
63 | 63 | "react-dom": "^17.0.2",
|
64 | 64 | "typescript": "^4.4.3"
|
|
0 commit comments