Skip to content

Commit f18ceea

Browse files
authored
Merge pull request #569 from bartoval/update_dev_deps
chore: 🔨 Update dev dependencies and fix vite vulnerability
2 parents d490c2f + 78d8c62 commit f18ceea

2 files changed

Lines changed: 147 additions & 147 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@
5050
"victory": "37.3.6"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "^19.6.1",
54-
"@commitlint/config-conventional": "^19.6.0",
53+
"@commitlint/cli": "^19.7.1",
54+
"@commitlint/config-conventional": "^19.7.1",
5555
"@eslint/js": "^9.19.0",
5656
"@testing-library/dom": "^10.4.0",
5757
"@testing-library/jest-dom": "^6.6.3",
5858
"@testing-library/react": "^16.2.0",
5959
"@testing-library/user-event": "^14.6.1",
60-
"@types/node": "^22.13.0",
60+
"@types/node": "^22.13.1",
6161
"@types/react": "^19.0.8",
6262
"@types/react-dom": "^19.0.3",
6363
"@vitejs/plugin-react": "^4.3.4",
64-
"@vitest/coverage-v8": "^3.0.4",
64+
"@vitest/coverage-v8": "^3.0.5",
6565
"@vitest/eslint-plugin": "^1.1.25",
6666
"circular-dependency-plugin": "^5.2.2",
6767
"commitizen": "^4.3.1",
@@ -87,9 +87,9 @@
8787
"terser-webpack-plugin": "^5.3.11",
8888
"ts-loader": "^9.5.2",
8989
"typescript": "^5.7.3",
90-
"typescript-eslint": "^8.22.0",
90+
"typescript-eslint": "^8.23.0",
9191
"vite": "^6.0.11",
92-
"vitest": "^3.0.4",
92+
"vitest": "^3.0.5",
9393
"webpack": "^5.97.1",
9494
"webpack-cli": "^6.0.1"
9595
}

0 commit comments

Comments
 (0)