@nestjs-ssr/react 0.3.11 → 0.3.12

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-ssr/react",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
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",
@@ -113,7 +113,7 @@
113
113
  }
114
114
  ],
115
115
  "peerDependencies": {
116
- "@fastify/static": "^8.0.0 || ^7.0.0",
116
+ "@fastify/static": "^9.0.0 || ^8.0.0 || ^7.0.0",
117
117
  "@nestjs/common": "^11.0.0",
118
118
  "@nestjs/core": "^11.0.0",
119
119
  "@nestjs/platform-express": "^11.0.0",
@@ -145,24 +145,24 @@
145
145
  "escape-html": "^1.0.3"
146
146
  },
147
147
  "devDependencies": {
148
- "@microsoft/api-extractor": "^7.56.3",
148
+ "@microsoft/api-extractor": "^7.57.6",
149
149
  "@nestjs/common": "^11.1.14",
150
150
  "@nestjs/core": "^11.1.14",
151
151
  "@nestjs/platform-express": "^11.1.14",
152
- "@nestjs/testing": "^11.1.13",
152
+ "@nestjs/testing": "^11.1.14",
153
153
  "@playwright/test": "^1.58.2",
154
154
  "@testing-library/jest-dom": "^6.9.1",
155
155
  "@testing-library/react": "^16.3.2",
156
156
  "@types/escape-html": "^1.0.4",
157
157
  "@types/express": "^5.0.6",
158
- "@types/node": "^25.2.3",
158
+ "@types/node": "^25.3.3",
159
159
  "@types/react": "^19.2.14",
160
160
  "@types/react-dom": "^19.2.3",
161
- "@types/supertest": "^6.0.3",
161
+ "@types/supertest": "^7.2.0",
162
162
  "@vitejs/plugin-react": "^5.1.4",
163
163
  "@vitest/coverage-v8": "^4.0.18",
164
164
  "@vitest/ui": "^4.0.18",
165
- "happy-dom": "^20.6.1",
165
+ "happy-dom": "^20.7.0",
166
166
  "react": "^19.2.4",
167
167
  "react-dom": "^19.2.4",
168
168
  "rxjs": "^7.8.2",