@nestjs-ssr/react 0.3.10 → 0.3.11

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-ssr/react",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
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.56.3",
149
- "@nestjs/common": "^11.1.13",
150
- "@nestjs/core": "^11.1.13",
151
- "@nestjs/platform-express": "^11.1.13",
149
+ "@nestjs/common": "^11.1.14",
150
+ "@nestjs/core": "^11.1.14",
151
+ "@nestjs/platform-express": "^11.1.14",
152
152
  "@nestjs/testing": "^11.1.13",
153
153
  "@playwright/test": "^1.58.2",
154
154
  "@testing-library/jest-dom": "^6.9.1",