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

Commit 4b425c6

Browse files
committed
Bump devDeps.
1 parent bdf52d3 commit 4b425c6

File tree

2 files changed

+106
-87
lines changed

2 files changed

+106
-87
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -73,57 +73,57 @@
7373
"react-virtuoso": "^4.3.1"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "^7.21.0",
77-
"@babel/eslint-parser": "^7.19.1",
78-
"@babel/helper-module-imports": "^7.18.6",
76+
"@babel/core": "^7.21.4",
77+
"@babel/eslint-parser": "^7.21.3",
78+
"@babel/helper-module-imports": "^7.21.4",
7979
"@babel/plugin-transform-react-jsx": "^7.21.0",
80-
"@babel/preset-env": "^7.20.2",
81-
"@babel/types": "^7.21.2",
80+
"@babel/preset-env": "^7.21.4",
81+
"@babel/types": "^7.21.4",
8282
"@rollup/plugin-babel": "^6.0.3",
83-
"@rollup/plugin-node-resolve": "^15.0.1",
84-
"@rollup/plugin-typescript": "^11.0.0",
83+
"@rollup/plugin-node-resolve": "^15.0.2",
84+
"@rollup/plugin-typescript": "^11.1.0",
8585
"@storybook/addon-postcss": "^2.0.0",
8686
"@storybook/addons": "^6.5.16",
8787
"@storybook/react": "^6.5.16",
8888
"@storybook/theming": "^6.5.16",
8989
"@types/babel-plugin-macros": "^3.1.0",
9090
"@types/lodash.isequal": "^4.5.6",
91-
"@types/react": "^16.14.35",
92-
"@types/react-dom": "^17.0.19",
93-
"@typescript-eslint/eslint-plugin": "^5.54.0",
94-
"@typescript-eslint/parser": "^5.54.0",
91+
"@types/react": "^17.0.58",
92+
"@types/react-dom": "^17.0.20",
93+
"@typescript-eslint/eslint-plugin": "^5.59.1",
94+
"@typescript-eslint/parser": "^5.59.1",
9595
"acorn-jsx": "^5.3.2",
96-
"autoprefixer": "^10.4.13",
96+
"autoprefixer": "^10.4.14",
9797
"babel-plugin-macros": "^3.1.0",
98-
"esbuild": "^0.17.10",
99-
"eslint": "^8.35.0",
98+
"esbuild": "^0.17.18",
99+
"eslint": "^8.39.0",
100100
"eslint-config-airbnb": "^19.0.4",
101101
"eslint-config-airbnb-typescript": "^17.0.0",
102-
"eslint-config-prettier": "^8.6.0",
103-
"eslint-import-resolver-typescript": "^3.5.3",
102+
"eslint-config-prettier": "^8.8.0",
103+
"eslint-import-resolver-typescript": "^3.5.5",
104104
"eslint-plugin-import": "^2.27.5",
105105
"eslint-plugin-jsx-a11y": "^6.7.1",
106106
"eslint-plugin-prettier": "^4.2.1",
107107
"eslint-plugin-promise": "^6.1.1",
108108
"eslint-plugin-react": "^7.32.2",
109109
"eslint-plugin-react-hooks": "^4.6.0",
110-
"eslint-plugin-sonarjs": "^0.18.0",
110+
"eslint-plugin-sonarjs": "^0.19.0",
111111
"eslint-plugin-storybook": "^0.6.11",
112-
"eslint-plugin-unicorn": "^45.0.2",
112+
"eslint-plugin-unicorn": "^46.0.0",
113113
"json": "^11.0.0",
114-
"postcss": "^8.4.21",
115-
"prettier": "^2.8.4",
114+
"postcss": "^8.4.23",
115+
"prettier": "^2.8.8",
116116
"prop-types": "^15.8.1",
117117
"react": "^17.0.2",
118118
"react-dnd-touch-backend": "^14.1.1",
119119
"react-dom": "^17.0.2",
120-
"rimraf": "^4.2.0",
121-
"rollup": "^3.18.0",
120+
"rimraf": "^5.0.0",
121+
"rollup": "^3.21.0",
122122
"rollup-plugin-esbuild": "^5.0.0",
123123
"rollup-plugin-postcss": "^4.0.2",
124124
"shx": "^0.3.4",
125125
"tslib": "^2.5.0",
126-
"typescript": "^4.9.5"
126+
"typescript": "^5.0.4"
127127
},
128128
"peerDependencies": {
129129
"react": "^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)