Skip to content

Commit

Permalink
vitest cleanup (#4659)
Browse files Browse the repository at this point in the history
* vitest cleanup

* update ts css modules
  • Loading branch information
benjaminpkane authored Aug 12, 2024
1 parent 66e7422 commit ba1db59
Show file tree
Hide file tree
Showing 11 changed files with 356 additions and 278 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@types/react-plotly.js": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.7",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"concurrently": "^7.2.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -46,7 +46,7 @@
"vite": "^5.2.12",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-relay": "^2.0.0",
"vitest": "^1.6.0"
"vitest": "^2.0.5"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion app/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-syntax-highlighter": "^15.5.6",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^5.0.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.12"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"relay-compiler": "^14.1.0",
"rollup-plugin-polyfill-node": "^0.6.2",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.0.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.12",
"vite-plugin-relay": "^1.0.7"
},
Expand Down
4 changes: 1 addition & 3 deletions app/packages/embeddings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
"use-resize-observer": "^9.0.2"
},
"devDependencies": {
"@vitest/ui": "^0.34.6",
"typescript": "^4.7.4",
"vite": "^5.2.12",
"vite-plugin-externals": "^0.5.0",
"vitest": "^1.6.0"
"vite-plugin-externals": "^0.5.0"
},
"fiftyone": {
"script": "dist/index.umd.js"
Expand Down
2 changes: 1 addition & 1 deletion app/packages/flashlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^5.0.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.12"
}
}
3 changes: 1 addition & 2 deletions app/packages/looker-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"rollup-plugin-external-globals": "^0.6.1",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-externals": "^0.5.0",
"vitest": "^1.6.0"
"vite-plugin-externals": "^0.5.0"
},
"peerDependencies": {
"@mui/icons-material": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/packages/looker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"buffer": "^6.0.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^5.0.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.12"
}
}
6 changes: 2 additions & 4 deletions app/packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"url": "https://github.com/voxel51/fiftyone"
},
"scripts": {
"check": "biome check --write ./src README.md tsconfig.json vite.config.ts",
"test": "vitest run"
"check": "biome check --write ./src README.md tsconfig.json vite.config.ts"
},
"main": "./src/index.ts",
"private": true,
Expand All @@ -22,8 +21,7 @@
"@biomejs/biome": "^1.7.1",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.8",
"vitest": "^1.5.1"
"vite": "^5.2.8"
},
"type": "module",
"dependencies": {
Expand Down
4 changes: 1 addition & 3 deletions app/packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@
},
"devDependencies": {
"@testing-library/react-hooks": "latest",
"@vitest/ui": "^0.34.6",
"babel-plugin-relay": "^14.1.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^5.2.12",
"vitest": "^1.6.0"
"vite": "^5.2.12"
},
"dependencies": {
"@fiftyone/looker": "*",
Expand Down
5 changes: 2 additions & 3 deletions app/packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
"devDependencies": {
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.2.12",
"vitest": "^1.6.0"
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.12"
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
Expand Down
Loading

0 comments on commit ba1db59

Please sign in to comment.