@nestjs-ssr/react 0.3.19 → 0.3.20
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs-ssr/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
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",
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
148
|
"@microsoft/api-extractor": "^7.57.7",
|
|
149
|
-
"@nestjs/common": "^11.1.
|
|
150
|
-
"@nestjs/core": "^11.1.
|
|
151
|
-
"@nestjs/platform-express": "^11.1.
|
|
149
|
+
"@nestjs/common": "^11.1.19",
|
|
150
|
+
"@nestjs/core": "^11.1.19",
|
|
151
|
+
"@nestjs/platform-express": "^11.1.19",
|
|
152
152
|
"@nestjs/testing": "^11.1.17",
|
|
153
153
|
"@playwright/test": "^1.58.2",
|
|
154
154
|
"@swc/core": "^1.15.21",
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
"@vitest/coverage-v8": "^4.1.2",
|
|
165
165
|
"@vitest/ui": "^4.1.2",
|
|
166
166
|
"happy-dom": "^20.8.9",
|
|
167
|
-
"react": "^19.2.
|
|
168
|
-
"react-dom": "^19.2.
|
|
167
|
+
"react": "^19.2.5",
|
|
168
|
+
"react-dom": "^19.2.5",
|
|
169
169
|
"rxjs": "^7.8.2",
|
|
170
170
|
"supertest": "^7.2.2",
|
|
171
171
|
"tsup": "^8.5.1",
|
|
172
172
|
"typescript": "^5.9.3",
|
|
173
|
-
"vite": "^8.0.
|
|
173
|
+
"vite": "^8.0.9",
|
|
174
174
|
"vitest": "^4.1.2"
|
|
175
175
|
},
|
|
176
176
|
"publishConfig": {
|