Skip to content

Commit

Permalink
Merge pull request #31 from mbland/frontend-dependency-bumps
Browse files Browse the repository at this point in the history
Bump eslint, jsdom, vite, and webdriverio
  • Loading branch information
mbland committed Dec 4, 2023
2 parents ee5973f + 8c3b52c commit 8b46bb7
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 189 deletions.
8 changes: 4 additions & 4 deletions strcalc/src/main/frontend/package.json
Expand Up @@ -38,13 +38,13 @@
"@vitest/coverage-istanbul": "1.0.0-beta.4",
"@vitest/coverage-v8": "1.0.0-beta.4",
"@vitest/ui": "1.0.0-beta.4",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-vitest": "^0.3.10",
"handlebars": "^4.7.8",
"jsdom": "^22.1.0",
"vite": "^4.5.0",
"jsdom": "^23.0.1",
"vite": "^4.5.1",
"vitest": "1.0.0-beta.4",
"webdriverio": "^8.24.5"
"webdriverio": "^8.24.6"
}
}

0 comments on commit 8b46bb7

Please sign in to comment.