Skip to content

Commit

Permalink
Bump to vitest 1.1.3, vite 5.0.11, jsdom 23.1.0
Browse files Browse the repository at this point in the history
All version bumps:
- @vitest/browser: v1.1.3
- @vitest/coverage-istanbul: v1.1.3
- @vitest/coverage-v8: v1.1.3
- @vitest/ui: v1.1.3
- jsdom: v23.1.0
- vite: v5.0.11
- vitest: v1.1.3
  • Loading branch information
mbland committed Jan 5, 2024
1 parent 7e48298 commit 7b3646a
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 130 deletions.
14 changes: 7 additions & 7 deletions strcalc/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@stylistic/eslint-plugin-js": "^1.5.3",
"@vitest/browser": "^1.1.2",
"@vitest/coverage-istanbul": "^1.1.2",
"@vitest/coverage-v8": "^1.1.2",
"@vitest/ui": "^1.1.2",
"@vitest/browser": "^1.1.3",
"@vitest/coverage-istanbul": "^1.1.3",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-vitest": "^0.3.20",
"handlebars": "^4.7.8",
"jsdoc-cli-wrapper": "^1.0.4",
"jsdom": "^23.0.1",
"vite": "^5.0.10",
"vitest": "^1.1.2",
"jsdom": "^23.1.0",
"vite": "^5.0.11",
"vitest": "^1.1.3",
"webdriverio": "^8.27.0"
}
}
Loading

0 comments on commit 7b3646a

Please sign in to comment.