@nestjs-ssr/react 0.3.16 → 0.3.17

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-ssr/react",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "React SSR for NestJS that respects Clean Architecture. Proper DI, SOLID principles, clear separation of concerns.",
5
5
  "keywords": [
6
6
  "nestjs",
@@ -160,9 +160,9 @@
160
160
  "@types/react-dom": "^19.2.3",
161
161
  "@types/supertest": "^7.2.0",
162
162
  "@vitejs/plugin-react": "^6.0.1",
163
- "@vitest/coverage-v8": "^4.1.0",
164
- "@vitest/ui": "^4.1.0",
165
- "happy-dom": "^20.8.4",
163
+ "@vitest/coverage-v8": "^4.1.2",
164
+ "@vitest/ui": "^4.1.2",
165
+ "happy-dom": "^20.8.9",
166
166
  "react": "^19.2.4",
167
167
  "react-dom": "^19.2.4",
168
168
  "rxjs": "^7.8.2",
@@ -170,7 +170,7 @@
170
170
  "tsup": "^8.5.1",
171
171
  "typescript": "^5.9.3",
172
172
  "vite": "^8.0.1",
173
- "vitest": "^4.1.0"
173
+ "vitest": "^4.1.2"
174
174
  },
175
175
  "publishConfig": {
176
176
  "access": "public"