Skip to content

Commit 5eea310

Browse files
danielbariongabrieljablonski
authored andcommitted
chore: upgrade dev dependencies
1 parent b352e0c commit 5eea310

File tree

2 files changed

+183
-147
lines changed

2 files changed

+183
-147
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@rollup/plugin-commonjs": "25.0.7",
5353
"@rollup/plugin-node-resolve": "15.2.3",
54-
"@rollup/plugin-replace": "5.0.5",
54+
"@rollup/plugin-replace": "5.0.7",
5555
"@rollup/plugin-typescript": "11.1.6",
5656
"@testing-library/jest-dom": "^5.16.5",
5757
"@testing-library/react": "12.1.5",
@@ -75,15 +75,15 @@
7575
"eslint-plugin-import": "2.29.1",
7676
"eslint-plugin-jsx-a11y": "6.8.0",
7777
"eslint-plugin-prettier": "5.1.3",
78-
"eslint-plugin-react": "7.34.1",
78+
"eslint-plugin-react": "7.34.4",
7979
"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",
84-
"lint-staged": "15.2.2",
84+
"lint-staged": "15.2.7",
8585
"minimist": "^1.2.8",
86-
"postcss": "8.4.38",
86+
"postcss": "8.4.39",
8787
"prettier": "3.2.5",
8888
"process": "^0.11.10",
8989
"react": "16.14.0",
@@ -93,7 +93,7 @@
9393
"rollup-plugin-analyzer": "^4.0.0",
9494
"rollup-plugin-browsersync": "^1.3.3",
9595
"rollup-plugin-copy": "3.5.0",
96-
"rollup-plugin-dts": "6.1.0",
96+
"rollup-plugin-dts": "6.1.1",
9797
"rollup-plugin-filesize": "10.0.0",
9898
"rollup-plugin-html-scaffold": "^0.2.0",
9999
"rollup-plugin-postcss": "^4.0.1",
@@ -104,7 +104,7 @@
104104
"style-loader": "3.3.4",
105105
"stylelint": "16.5.0",
106106
"stylelint-config-prettier": "9.0.5",
107-
"stylelint-config-standard": "36.0.0",
107+
"stylelint-config-standard": "36.0.1",
108108
"ts-jest": "29.1.2",
109109
"ts-node": "10.9.2",
110110
"typescript": "5.4.5"
@@ -126,7 +126,7 @@
126126
]
127127
},
128128
"dependencies": {
129-
"@floating-ui/dom": "1.6.5",
129+
"@floating-ui/dom": "1.6.7",
130130
"clsx": "2.1.1"
131131
}
132132
}

0 commit comments

Comments
 (0)