Skip to content

Commit 221668b

Browse files
chore: 🤖 dependency updates (#654)
1 parent f0a5ce0 commit 221668b

File tree

2 files changed

+646
-554
lines changed

2 files changed

+646
-554
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-select-component",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"description": "Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all",
55
"author": "harshzalavadiya",
66
"license": "MIT",
@@ -22,29 +22,29 @@
2222
},
2323
"dependencies": {},
2424
"devDependencies": {
25-
"@size-limit/preset-small-lib": "^7.0.8",
26-
"@storybook/addon-actions": "^6.5.9",
27-
"@storybook/addon-essentials": "^6.5.9",
25+
"@size-limit/preset-small-lib": "^8.1.0",
26+
"@storybook/addon-actions": "^6.5.12",
27+
"@storybook/addon-essentials": "^6.5.12",
2828
"@storybook/addon-knobs": "^6.4.0",
29-
"@storybook/addon-links": "^6.5.9",
30-
"@storybook/react": "^6.5.9",
31-
"@types/react": "^18.0.15",
29+
"@storybook/addon-links": "^6.5.12",
30+
"@storybook/react": "^6.5.12",
31+
"@types/react": "^18.0.21",
3232
"@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",
33+
"@typescript-eslint/eslint-plugin": "^5.39.0",
34+
"@typescript-eslint/parser": "^5.39.0",
35+
"eslint": "8.24.0",
3636
"eslint-plugin-prettier": "^4.2.1",
37-
"eslint-plugin-react": "^7.30.1",
38-
"eslint-plugin-simple-import-sort": "^7.0.0",
39-
"eslint-plugin-storybook": "^0.6.1",
40-
"postcss": "^8.4.14",
37+
"eslint-plugin-react": "^7.31.8",
38+
"eslint-plugin-simple-import-sort": "^8.0.0",
39+
"eslint-plugin-storybook": "^0.6.4",
40+
"postcss": "^8.4.17",
4141
"prettier": "^2.7.1",
4242
"react": "^18.2.0",
4343
"react-dom": "^18.2.0",
44-
"size-limit": "^7.0.8",
44+
"size-limit": "^8.1.0",
4545
"storybook-addon-turbo-build": "^1.1.0",
46-
"tsup": "^6.1.3",
47-
"typescript": "^4.7.4"
46+
"tsup": "^6.2.3",
47+
"typescript": "^4.8.4"
4848
},
4949
"browserslist": [
5050
"defaults",

0 commit comments

Comments
 (0)