|
1 | 1 | { |
2 | 2 | "name": "react-multi-select-component", |
3 | | - "version": "4.1.15", |
| 3 | + "version": "4.1.16", |
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.16.0", |
38 | | - "@babel/core": "^7.16.5", |
39 | | - "@babel/preset-env": "^7.16.5", |
40 | | - "@babel/preset-react": "^7.16.5", |
41 | | - "@babel/preset-typescript": "^7.16.5", |
| 37 | + "@babel/cli": "^7.16.8", |
| 38 | + "@babel/core": "^7.16.10", |
| 39 | + "@babel/preset-env": "^7.16.11", |
| 40 | + "@babel/preset-react": "^7.16.7", |
| 41 | + "@babel/preset-typescript": "^7.16.7", |
42 | 42 | "@size-limit/preset-small-lib": "^7.0.5", |
43 | | - "@storybook/addon-actions": "^6.4.9", |
44 | | - "@storybook/addon-essentials": "^6.4.9", |
| 43 | + "@storybook/addon-actions": "^6.4.14", |
| 44 | + "@storybook/addon-essentials": "^6.4.14", |
45 | 45 | "@storybook/addon-knobs": "^6.3.1", |
46 | | - "@storybook/addon-links": "^6.4.9", |
47 | | - "@storybook/react": "^6.4.9", |
| 46 | + "@storybook/addon-links": "^6.4.14", |
| 47 | + "@storybook/react": "^6.4.14", |
48 | 48 | "@types/react": "^17.0.38", |
49 | 49 | "@types/react-dom": "^17.0.11", |
50 | | - "@typescript-eslint/eslint-plugin": "^5.8.1", |
51 | | - "@typescript-eslint/parser": "^5.8.1", |
| 50 | + "@typescript-eslint/eslint-plugin": "^5.10.0", |
| 51 | + "@typescript-eslint/parser": "^5.10.0", |
52 | 52 | "babel-loader": "^8.2.3", |
53 | 53 | "babel-plugin-transform-css-import-to-string": "^0.0.2", |
54 | | - "concurrently": "^6.5.1", |
| 54 | + "concurrently": "^7.0.0", |
55 | 55 | "cross-env": "^7.0.3", |
56 | | - "eslint": "^8.5.0", |
| 56 | + "eslint": "^8.7.0", |
57 | 57 | "eslint-config-prettier": "^8.3.0", |
58 | 58 | "eslint-plugin-prettier": "^4.0.0", |
59 | 59 | "eslint-plugin-react": "^7.28.0", |
|
63 | 63 | "react": "^17.0.2", |
64 | 64 | "react-dom": "^17.0.2", |
65 | 65 | "storybook-addon-turbo-build": "^1.0.1", |
66 | | - "typescript": "^4.5.4" |
| 66 | + "typescript": "^4.5.5" |
67 | 67 | }, |
68 | 68 | "browserslist": [ |
69 | 69 | "defaults", |
|
0 commit comments