Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Nov 28, 2024
1 parent 5af52f9 commit d1d071a
Show file tree
Hide file tree
Showing 11 changed files with 211 additions and 211 deletions.
2 changes: 1 addition & 1 deletion packages/@wroud/di-react/src/useService.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
injectable,
lazy,
ServiceContainerBuilder,
} from "@wroud/di";
} from "@wroud/di/development.js";
import { ServiceProvider } from "./ServiceProvider.js";
import { Suspense } from "react";

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-react/src/useServices.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
injectable,
lazy,
ServiceContainerBuilder,
} from "@wroud/di";
} from "@wroud/di/development.js";
import { ServiceProvider } from "./ServiceProvider.js";
import { Suspense } from "react";

Expand Down
1 change: 1 addition & 0 deletions packages/@wroud/tests-runner/bin/benchmark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ process.env["NODE_ENV"] = "production";
const { filter, options } = parseCLI(["vitest", ...process.argv.slice(2)]);
const vitest = await startVitest("benchmark", filter, {
config: path.resolve(import.meta.dirname, "../vitest.config.ts"),
setupFiles: [import.meta.resolve("../vitest.setup.ts")],
...options,
mode: "production",
});
Expand Down
1 change: 1 addition & 0 deletions packages/@wroud/tests-runner/bin/tests-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ v8.setFlagsFromString("--expose-gc");
const { filter, options } = parseCLI(["vitest", ...process.argv.slice(2)]);
const vitest = await startVitest("test", filter, {
config: path.resolve(import.meta.dirname, "../vitest.config.ts"),
setupFiles: [import.meta.resolve("../vitest.setup.ts")],
...options,
});

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/tests-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitest/coverage-v8": "^2",
"@wroud/tsconfig": "workspace:*",
"jest-extended": "^4",
"vite": "^5",
"vite": "^6",
"vitest": "^2"
}
}
2 changes: 0 additions & 2 deletions packages/@wroud/tests-runner/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default defineConfig({
test: {
// isolate: false,

setupFiles: [import.meta.resolve("./vitest.setup.ts")],

include: ["**/lib/**/*.test.js"],

benchmark: {
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/vite-plugin-asset-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rimraf": "^6",
"tslib": "^2",
"typescript": "^5",
"vite": "^5",
"vite": "^6",
"vitest": "^2"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@wroud/vite-plugin-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rimraf": "^6",
"rollup": "^4",
"typescript": "^5",
"vite": ">=6.0.0-beta"
"vite": "^6"
},
"dependencies": {
"change-case": "^5",
Expand All @@ -58,7 +58,7 @@
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"vite": ">=6.0.0-beta"
"vite": ">=6.0.0"
},
"overrides": {
"@types/react": "npm:types-react@rc",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/vite-plugin-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rimraf": "^6",
"tslib": "^2",
"typescript": "^5",
"vite": "^5",
"vite": "^6",
"vitest": "^2"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18",
"unocss": "^0",
"unplugin-vue-components": "^0",
"vite": "^5",
"vite": "^6",
"vitepress": "^1",
"vitepress-plugin-tabs": "^0",
"vue": "^3"
Expand Down
Loading

0 comments on commit d1d071a

Please sign in to comment.