@apitree.cz/vitest-config 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ export { react as default } from '@apitree.cz/vitest-config';
|
|
|
35
35
|
### Nest.js
|
|
36
36
|
|
|
37
37
|
⚠️ _Nest.js projects are CJS by default. This configuration needs to be placed in `vitest.config.mjs` to interpret it as
|
|
38
|
-
ESM._
|
|
38
|
+
ESM. If your project, however, is ESM, you can place the configuration in `vitest.config.ts` as usual._
|
|
39
39
|
|
|
40
40
|
```typescript
|
|
41
41
|
export { nestjs as default } from '@apitree.cz/vitest-config';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apitree.cz/vitest-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Vitest configuration for ApiTree projects.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@swc/core": "^1.
|
|
39
|
+
"@swc/core": "^1.7.3",
|
|
40
40
|
"@vitejs/plugin-react": "^4.3.1",
|
|
41
|
-
"unplugin-swc": "^1.
|
|
42
|
-
"vite": "^5.3.
|
|
41
|
+
"unplugin-swc": "^1.5.1",
|
|
42
|
+
"vite": "^5.3.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vitest/coverage-v8": "^
|
|
46
|
-
"vitest": "^
|
|
45
|
+
"@vitest/coverage-v8": "^2.0.4",
|
|
46
|
+
"vitest": "^2.0.4"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@vitest/coverage-v8": "^
|
|
50
|
-
"vitest": "^
|
|
49
|
+
"@vitest/coverage-v8": "^2.0.4",
|
|
50
|
+
"vitest": "^2.0.4"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"prebuild": "rimraf dist tsconfig.build.tsbuildinfo",
|