Skip to content

Commit

Permalink
Bump to vite 5.0.5, vitest/* 1.0.1
Browse files Browse the repository at this point in the history
Specifically:

- vite: v5.0.5
- vitest: v1.0.1
- @vitest/browser: v1.0.1
- @vitest/coverage-istanbul: v1.0.1
- @vitest/coverage-v8: v1.0.1
- @vitest/ui: v1.0.1

Browser tests still fail per commit
8c3b52c.

vitest-dev/vitest#4654 didn't fix the issue.

I'm committing this to create a branch that will allow me to try it in a
fresh project, on Ubuntu Linux, and on Windows 11. I'll also see if I
can take a stab at fixing it.
  • Loading branch information
mbland committed Dec 4, 2023
1 parent 8b46bb7 commit 898da86
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 178 deletions.
12 changes: 6 additions & 6 deletions strcalc/src/main/frontend/package.json
Expand Up @@ -34,17 +34,17 @@
"devDependencies": {
"@rollup/pluginutils": "^5.1.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",
"@vitest/browser": "^1.0.1",
"@vitest/coverage-istanbul": "^1.0.1",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/ui": "^1.0.1",
"eslint": "^8.55.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-vitest": "^0.3.10",
"handlebars": "^4.7.8",
"jsdom": "^23.0.1",
"vite": "^4.5.1",
"vitest": "1.0.0-beta.4",
"vite": "^5.0.5",
"vitest": "^1.0.1",
"webdriverio": "^8.24.6"
}
}

0 comments on commit 898da86

Please sign in to comment.