Skip to content

Commit

Permalink
Bump to Vite 5.0.8, Vitest 1.0.4 with base hack
Browse files Browse the repository at this point in the history
Allows the project to stay current with Vite and Vitest using the
process.env.VITEST hack to override config.base suggested in:

- vitest-dev/vitest#4686

Will remove the hack after the following Vitest fix gets merged:

- vitest-dev/vitest#4692
  • Loading branch information
mbland committed Dec 13, 2023
1 parent 9df3f94 commit c4edcd9
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 262 deletions.
20 changes: 10 additions & 10 deletions strcalc/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
},
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@stylistic/eslint-plugin-js": "^1.5.0",
"@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",
"@stylistic/eslint-plugin-js": "^1.5.1",
"@vitest/browser": "^1.0.4",
"@vitest/coverage-istanbul": "^1.0.4",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"eslint": "^8.55.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-vitest": "^0.3.17",
"handlebars": "^4.7.8",
"jsdom": "^23.0.1",
"vite": "^4.5.1",
"vitest": "1.0.0-beta.4",
"webdriverio": "^8.26.0"
"vite": "^5.0.8",
"vitest": "^1.0.4",
"webdriverio": "^8.26.1"
}
}
Loading

0 comments on commit c4edcd9

Please sign in to comment.