Skip to content

Commit c819757

Browse files
committed
chore: upgrade rollup, husky, eslint and rimraf dev packages
1 parent bc0fbbe commit c819757

File tree

2 files changed

+180
-144
lines changed

2 files changed

+180
-144
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"eslint-config-prettier": "9.1.0",
7575
"eslint-plugin-import": "2.29.1",
7676
"eslint-plugin-jsx-a11y": "6.9.0",
77-
"eslint-plugin-prettier": "5.1.3",
78-
"eslint-plugin-react": "7.34.4",
77+
"eslint-plugin-prettier": "5.2.1",
78+
"eslint-plugin-react": "7.35.0",
7979
"eslint-plugin-react-hooks": "4.6.2",
80-
"husky": "9.0.11",
80+
"husky": "9.1.1",
8181
"jest": "29.7.0",
8282
"jest-environment-jsdom": "29.7.0",
8383
"jest-transform-css": "6.0.1",
@@ -88,8 +88,8 @@
8888
"process": "^0.11.10",
8989
"react": "16.14.0",
9090
"react-dom": "16.14.0",
91-
"rimraf": "5.0.5",
92-
"rollup": "4.18.1",
91+
"rimraf": "6.0.1",
92+
"rollup": "4.19.0",
9393
"rollup-plugin-analyzer": "^4.0.0",
9494
"rollup-plugin-browsersync": "^1.3.3",
9595
"rollup-plugin-copy": "3.5.0",
@@ -126,7 +126,7 @@
126126
]
127127
},
128128
"dependencies": {
129-
"@floating-ui/dom": "1.6.7",
129+
"@floating-ui/dom": "1.6.8",
130130
"clsx": "2.1.1"
131131
}
132132
}

0 commit comments

Comments
 (0)