Skip to content

Commit b37541a

Browse files
chore: 🤖 dependency updates
1 parent 5df9619 commit b37541a

File tree

2 files changed

+1091
-1265
lines changed

2 files changed

+1091
-1265
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-select-component",
3-
"version": "4.1.15",
3+
"version": "4.1.16",
44
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
55
"author": "harshzalavadiya",
66
"license": "MIT",
@@ -34,26 +34,26 @@
3434
},
3535
"dependencies": {},
3636
"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",
4242
"@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",
4545
"@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",
4848
"@types/react": "^17.0.38",
4949
"@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",
5252
"babel-loader": "^8.2.3",
5353
"babel-plugin-transform-css-import-to-string": "^0.0.2",
54-
"concurrently": "^6.5.1",
54+
"concurrently": "^7.0.0",
5555
"cross-env": "^7.0.3",
56-
"eslint": "^8.5.0",
56+
"eslint": "^8.7.0",
5757
"eslint-config-prettier": "^8.3.0",
5858
"eslint-plugin-prettier": "^4.0.0",
5959
"eslint-plugin-react": "^7.28.0",
@@ -63,7 +63,7 @@
6363
"react": "^17.0.2",
6464
"react-dom": "^17.0.2",
6565
"storybook-addon-turbo-build": "^1.0.1",
66-
"typescript": "^4.5.4"
66+
"typescript": "^4.5.5"
6767
},
6868
"browserslist": [
6969
"defaults",

0 commit comments

Comments
 (0)