Skip to content

Commit

Permalink
Bump eslint-plugin-{js,vitest}, webdriverio
Browse files Browse the repository at this point in the history
Specifically:
- @stylistic/eslint-plugin-js v1.4.1
- eslint-plugin-vitest v0.3.10
- webdriverio v8.24.1
  • Loading branch information
mbland committed Nov 26, 2023
1 parent 2d3a86b commit 0531d30
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 0531d30

Please sign in to comment.