Skip to content

Commit

Permalink
chore(deps-dev): bump vite and vitest (#249)
Browse files Browse the repository at this point in the history
We bump vite and vitest to their latest versions. Note that I had to
change the TS `moduleResolution` to `bundler`, but that should not
generate any issues as we are using that config only for checking the
types.

Closes: #245
Closes: #248
  • Loading branch information
sk- authored May 16, 2024
1 parent 8599dd1 commit 6d6c5d8
Show file tree
Hide file tree
Showing 3 changed files with 3,259 additions and 2,513 deletions.
20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
"description": "JS library to automatically report events to Topsort's Analytics",
"main": "dist/ts.js",
"type": "module",
"packageManager": "[email protected]",
"keywords": ["ads", "sponsored listings", "auctions", "analytics", "topsort"],
"packageManager": "[email protected]",
"keywords": [
"ads",
"sponsored listings",
"auctions",
"analytics",
"topsort"
],
"exports": {
".": {
"import": "./dist/ts.mjs",
Expand Down Expand Up @@ -42,11 +48,11 @@
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vitest": "^0.3.26",
"express": "^4.19.2",
"jsdom": "^22.1.0",
"msw": "^1.2.5",
Expand All @@ -56,8 +62,8 @@
"react-router-dom": "^6.22.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.3",
"vite-plugin-dts": "^3.5.3",
"vitest": "^0.33.0"
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 6d6c5d8

Please sign in to comment.