Skip to content

Commit bee4f78

Browse files
danielbariongabrieljablonski
authored andcommitted
chore: upgrade dev dependencies pt.2
1 parent 5eea310 commit bee4f78

File tree

2 files changed

+372
-270
lines changed

2 files changed

+372
-270
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"homepage": "https://github.com/ReactTooltip/react-tooltip#readme",
5151
"devDependencies": {
52-
"@rollup/plugin-commonjs": "25.0.7",
52+
"@rollup/plugin-commonjs": "26.0.1",
5353
"@rollup/plugin-node-resolve": "15.2.3",
5454
"@rollup/plugin-replace": "5.0.7",
5555
"@rollup/plugin-typescript": "11.1.6",
@@ -63,8 +63,8 @@
6363
"@types/react": "18.3.1",
6464
"@types/react-dom": "18.3.0",
6565
"@types/react-test-renderer": "18.3.0",
66-
"@typescript-eslint/eslint-plugin": "7.8.0",
67-
"@typescript-eslint/parser": "7.8.0",
66+
"@typescript-eslint/eslint-plugin": "7.16.1",
67+
"@typescript-eslint/parser": "7.16.1",
6868
"bundlesize": "0.18.2",
6969
"css-loader": "6.10.0",
7070
"esbuild": "0.21.1",
@@ -73,7 +73,7 @@
7373
"eslint-config-airbnb": "19.0.4",
7474
"eslint-config-prettier": "9.1.0",
7575
"eslint-plugin-import": "2.29.1",
76-
"eslint-plugin-jsx-a11y": "6.8.0",
76+
"eslint-plugin-jsx-a11y": "6.9.0",
7777
"eslint-plugin-prettier": "5.1.3",
7878
"eslint-plugin-react": "7.34.4",
7979
"eslint-plugin-react-hooks": "4.6.2",
@@ -84,12 +84,12 @@
8484
"lint-staged": "15.2.7",
8585
"minimist": "^1.2.8",
8686
"postcss": "8.4.39",
87-
"prettier": "3.2.5",
87+
"prettier": "3.3.3",
8888
"process": "^0.11.10",
8989
"react": "16.14.0",
9090
"react-dom": "16.14.0",
9191
"rimraf": "5.0.5",
92-
"rollup": "4.17.2",
92+
"rollup": "4.18.1",
9393
"rollup-plugin-analyzer": "^4.0.0",
9494
"rollup-plugin-browsersync": "^1.3.3",
9595
"rollup-plugin-copy": "3.5.0",
@@ -102,10 +102,10 @@
102102
"rollup-plugin-terser": "^7.0.2",
103103
"rollup-plugin-visualizer": "5.12.0",
104104
"style-loader": "3.3.4",
105-
"stylelint": "16.5.0",
105+
"stylelint": "16.7.0",
106106
"stylelint-config-prettier": "9.0.5",
107107
"stylelint-config-standard": "36.0.1",
108-
"ts-jest": "29.1.2",
108+
"ts-jest": "29.2.2",
109109
"ts-node": "10.9.2",
110110
"typescript": "5.4.5"
111111
},

0 commit comments

Comments
 (0)