Skip to content

Commit

Permalink
Merge pull request #40 from mbland/bump-vite-vitest-with-workaround
Browse files Browse the repository at this point in the history
Bump to Vite 5.0.8, Vitest 1.0.4 with base hack
  • Loading branch information
mbland committed Dec 13, 2023
2 parents 9df3f94 + c4edcd9 commit 2e9b512
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 2e9b512

Please sign in to comment.