Skip to content

Commit

Permalink
Merge pull request #13 from mbland/bump-frontend-devdependencies
Browse files Browse the repository at this point in the history
Bump eslint-plugin-{js,vitest}, webdriverio
  • Loading branch information
mbland committed Nov 26, 2023
2 parents 2d3a86b + 0531d30 commit 1451b8e
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 140 deletions.
6 changes: 3 additions & 3 deletions strcalc/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
},
"devDependencies": {
"@rollup/pluginutils": "^5.0.5",
"@stylistic/eslint-plugin-js": "^1.4.0",
"@stylistic/eslint-plugin-js": "^1.4.1",
"@vitest/browser": "1.0.0-beta.4",
"@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-plugin-vitest": "^0.3.9",
"eslint-plugin-vitest": "^0.3.10",
"handlebars": "^4.7.8",
"jsdom": "^22.1.0",
"vite": "^4.5.0",
"vitest": "1.0.0-beta.4",
"webdriverio": "^8.23.1"
"webdriverio": "^8.24.1"
}
}
Loading

0 comments on commit 1451b8e

Please sign in to comment.