@nestjs-ssr/react 0.3.8 → 0.3.10

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.8",
3
+ "version": "0.3.10",
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",
@@ -139,9 +139,9 @@
139
139
  }
140
140
  },
141
141
  "dependencies": {
142
- "citty": "^0.2.0",
142
+ "citty": "^0.2.1",
143
143
  "consola": "^3.4.2",
144
- "devalue": "^5.6.2",
144
+ "devalue": "^5.6.3",
145
145
  "escape-html": "^1.0.3"
146
146
  },
147
147
  "devDependencies": {
@@ -155,14 +155,14 @@
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.2",
159
- "@types/react": "^19.2.13",
158
+ "@types/node": "^25.2.3",
159
+ "@types/react": "^19.2.14",
160
160
  "@types/react-dom": "^19.2.3",
161
161
  "@types/supertest": "^6.0.3",
162
- "@vitejs/plugin-react": "^5.1.3",
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.5.0",
165
+ "happy-dom": "^20.6.1",
166
166
  "react": "^19.2.4",
167
167
  "react-dom": "^19.2.4",
168
168
  "rxjs": "^7.8.2",