Skip to content

Commit 3dc9499

Browse files
committed
chore: upgrade packages on minor and patch versions
1 parent 31a26d0 commit 3dc9499

File tree

2 files changed

+1066
-1920
lines changed

2 files changed

+1066
-1920
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
"@types/css-modules": "1.0.5",
6161
"@types/jest": "29.5.12",
6262
"@types/node": "^18.15.3",
63-
"@types/react": "18.2.17",
64-
"@types/react-dom": "18.2.22",
65-
"@types/react-test-renderer": "18.0.7",
66-
"@typescript-eslint/eslint-plugin": "7.3.1",
67-
"@typescript-eslint/parser": "7.3.1",
63+
"@types/react": "18.3.1",
64+
"@types/react-dom": "18.3.0",
65+
"@types/react-test-renderer": "18.3.0",
66+
"@typescript-eslint/eslint-plugin": "7.8.0",
67+
"@typescript-eslint/parser": "7.8.0",
6868
"bundlesize": "0.18.2",
6969
"css-loader": "6.10.0",
70-
"esbuild": "0.20.2",
70+
"esbuild": "0.21.1",
7171
"esbuild-css-modules-plugin": "^2.7.1",
7272
"eslint": "8.57.0",
7373
"eslint-config-airbnb": "19.0.4",
@@ -76,20 +76,20 @@
7676
"eslint-plugin-jsx-a11y": "6.8.0",
7777
"eslint-plugin-prettier": "5.1.3",
7878
"eslint-plugin-react": "7.34.1",
79-
"eslint-plugin-react-hooks": "^4.2.0",
79+
"eslint-plugin-react-hooks": "4.6.2",
8080
"husky": "9.0.11",
8181
"jest": "29.7.0",
8282
"jest-environment-jsdom": "29.7.0",
8383
"jest-transform-css": "6.0.1",
8484
"lint-staged": "15.2.2",
8585
"minimist": "^1.2.8",
86-
"postcss": "8.4.37",
86+
"postcss": "8.4.38",
8787
"prettier": "3.2.5",
8888
"process": "^0.11.10",
8989
"react": "16.14.0",
9090
"react-dom": "16.14.0",
9191
"rimraf": "5.0.5",
92-
"rollup": "4.13.0",
92+
"rollup": "4.17.2",
9393
"rollup-plugin-analyzer": "^4.0.0",
9494
"rollup-plugin-browsersync": "^1.3.3",
9595
"rollup-plugin-copy": "3.5.0",
@@ -102,12 +102,12 @@
102102
"rollup-plugin-terser": "^7.0.2",
103103
"rollup-plugin-visualizer": "5.12.0",
104104
"style-loader": "3.3.4",
105-
"stylelint": "16.2.1",
105+
"stylelint": "16.5.0",
106106
"stylelint-config-prettier": "9.0.5",
107107
"stylelint-config-standard": "36.0.0",
108108
"ts-jest": "29.1.2",
109109
"ts-node": "10.9.2",
110-
"typescript": "5.4.2"
110+
"typescript": "5.4.5"
111111
},
112112
"peerDependencies": {
113113
"react": ">=16.14.0",
@@ -126,7 +126,7 @@
126126
]
127127
},
128128
"dependencies": {
129-
"@floating-ui/dom": "^1.6.1",
130-
"clsx": "2.1.0"
129+
"@floating-ui/dom": "1.6.5",
130+
"clsx": "2.1.1"
131131
}
132132
}

0 commit comments

Comments
 (0)