Skip to content

Commit

Permalink
Merge pull request #569 from bartoval/update_dev_deps
Browse files Browse the repository at this point in the history
chore: 🔨 Update dev dependencies and fix vite vulnerability
  • Loading branch information
bartoval authored Feb 4, 2025
2 parents d490c2f + 78d8c62 commit f18ceea
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 147 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"victory": "37.3.6"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.19.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/eslint-plugin": "^1.1.25",
"circular-dependency-plugin": "^5.2.2",
"commitizen": "^4.3.1",
Expand All @@ -87,9 +87,9 @@
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.23.0",
"vite": "^6.0.11",
"vitest": "^3.0.4",
"vitest": "^3.0.5",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
Expand Down
Loading

0 comments on commit f18ceea

Please sign in to comment.