Skip to content

Commit

Permalink
Merge pull request #2912 from andrewbaldwin44/bugfix/dependabot
Browse files Browse the repository at this point in the history
Fix Dependabot Complaints
  • Loading branch information
cyberw authored Sep 25, 2024
2 parents cbdcdc6 + 32da881 commit 4ba5d04
Show file tree
Hide file tree
Showing 4 changed files with 1,097 additions and 1,315 deletions.
17 changes: 9 additions & 8 deletions locust/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,26 @@
"react-markdown": "^9.0.0",
"react-redux": "^9.1.2",
"rimraf": "^6.0.1",
"vite": "^5.3.5",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-dts": "^3.9.1",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.2.2",
"vite-plugin-singlefile": "^2.0.2",
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@testing-library/react": "^14.1.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jsdom": "^22.1.0",
"msw": "^2.0.8",
"jsdom": "^25.0.1",
"msw": "^2.4.9",
"prettier": "^3.0.3",
"rollup": "^4.22.4",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vitest-webgl-canvas-mock": "^1.1.0"
Expand Down
Loading

0 comments on commit 4ba5d04

Please sign in to comment.