Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit d86fc8d

Browse files
committed
Bump deps.
1 parent 7e7ddcb commit d86fc8d

File tree

2 files changed

+868
-874
lines changed

2 files changed

+868
-874
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -73,45 +73,45 @@
7373
"react-virtuoso": "^2.19.1"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "^7.19.3",
76+
"@babel/core": "^7.20.2",
7777
"@babel/eslint-parser": "^7.19.1",
7878
"@babel/helper-module-imports": "^7.18.6",
7979
"@babel/plugin-transform-react-jsx": "^7.19.0",
80-
"@babel/preset-env": "^7.19.3",
81-
"@babel/types": "^7.19.3",
80+
"@babel/preset-env": "^7.20.2",
81+
"@babel/types": "^7.20.2",
8282
"@rollup/plugin-babel": "^5.3.1",
8383
"@rollup/plugin-node-resolve": "^14.1.0",
8484
"@rollup/plugin-typescript": "^8.5.0",
8585
"@storybook/addon-postcss": "^2.0.0",
86-
"@storybook/addons": "^6.5.12",
87-
"@storybook/react": "^6.5.12",
88-
"@storybook/theming": "^6.5.12",
86+
"@storybook/addons": "^6.5.13",
87+
"@storybook/react": "^6.5.13",
88+
"@storybook/theming": "^6.5.13",
8989
"@types/babel-plugin-macros": "^2.8.5",
9090
"@types/lodash.isequal": "^4.5.6",
91-
"@types/react": "^17.0.50",
92-
"@types/react-dom": "^17.0.17",
93-
"@typescript-eslint/eslint-plugin": "^5.39.0",
94-
"@typescript-eslint/parser": "^5.39.0",
91+
"@types/react": "^17.0.52",
92+
"@types/react-dom": "^17.0.18",
93+
"@typescript-eslint/eslint-plugin": "^5.42.0",
94+
"@typescript-eslint/parser": "^5.42.0",
9595
"acorn-jsx": "^5.3.2",
96-
"autoprefixer": "^10.4.12",
96+
"autoprefixer": "^10.4.13",
9797
"babel-plugin-macros": "^3.1.0",
98-
"esbuild": "^0.15.10",
99-
"eslint": "^8.24.0",
98+
"esbuild": "^0.15.13",
99+
"eslint": "^8.27.0",
100100
"eslint-config-airbnb": "^19.0.4",
101101
"eslint-config-airbnb-typescript": "^17.0.0",
102102
"eslint-config-prettier": "^8.5.0",
103-
"eslint-import-resolver-typescript": "^3.5.1",
103+
"eslint-import-resolver-typescript": "^3.5.2",
104104
"eslint-plugin-import": "^2.26.0",
105105
"eslint-plugin-jsx-a11y": "^6.6.1",
106106
"eslint-plugin-prettier": "^4.2.1",
107-
"eslint-plugin-promise": "^6.0.1",
108-
"eslint-plugin-react": "^7.31.8",
107+
"eslint-plugin-promise": "^6.1.1",
108+
"eslint-plugin-react": "^7.31.10",
109109
"eslint-plugin-react-hooks": "^4.6.0",
110-
"eslint-plugin-sonarjs": "^0.15.0",
111-
"eslint-plugin-storybook": "^0.6.4",
112-
"eslint-plugin-unicorn": "^44.0.0",
110+
"eslint-plugin-sonarjs": "^0.16.0",
111+
"eslint-plugin-storybook": "^0.6.7",
112+
"eslint-plugin-unicorn": "^44.0.2",
113113
"json": "^11.0.0",
114-
"postcss": "^8.4.17",
114+
"postcss": "^8.4.18",
115115
"prettier": "^2.7.1",
116116
"prop-types": "^15.8.1",
117117
"react": "^17.0.2",
@@ -122,7 +122,7 @@
122122
"rollup-plugin-esbuild": "^4.10.1",
123123
"rollup-plugin-postcss": "^4.0.2",
124124
"shx": "^0.3.4",
125-
"tslib": "^2.4.0",
125+
"tslib": "^2.4.1",
126126
"typescript": "^4.8.4"
127127
},
128128
"peerDependencies": {

0 commit comments

Comments
 (0)