@nestjs-ssr/react 0.2.2 → 0.2.3

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-ssr/react",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
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",
@@ -126,35 +126,35 @@
126
126
  "dependencies": {
127
127
  "citty": "^0.1.6",
128
128
  "consola": "^3.4.2",
129
- "devalue": "^5.1.1",
129
+ "devalue": "^5.6.1",
130
130
  "escape-html": "^1.0.3"
131
131
  },
132
132
  "devDependencies": {
133
133
  "@microsoft/api-extractor": "^7.55.2",
134
- "@playwright/test": "^1.49.0",
135
- "@nestjs/common": "^11.0.0",
136
- "@nestjs/core": "^11.0.0",
137
- "@nestjs/platform-express": "^11.0.0",
134
+ "@nestjs/common": "^11.1.9",
135
+ "@nestjs/core": "^11.1.9",
136
+ "@nestjs/platform-express": "^11.1.9",
138
137
  "@nestjs/testing": "^11.1.9",
138
+ "@playwright/test": "^1.57.0",
139
139
  "@testing-library/jest-dom": "^6.9.1",
140
140
  "@testing-library/react": "^16.3.0",
141
141
  "@types/escape-html": "^1.0.4",
142
- "@types/express": "^5.0.5",
143
- "@types/node": "^22.0.0",
144
- "@types/react": "^19.0.0",
145
- "@types/react-dom": "^19.0.0",
142
+ "@types/express": "^5.0.6",
143
+ "@types/node": "^25.0.1",
144
+ "@types/react": "^19.2.7",
145
+ "@types/react-dom": "^19.2.3",
146
146
  "@types/supertest": "^6.0.3",
147
- "@vitejs/plugin-react": "^4.7.0",
147
+ "@vitejs/plugin-react": "^5.1.2",
148
148
  "@vitest/coverage-v8": "^4.0.15",
149
149
  "@vitest/ui": "^4.0.15",
150
150
  "happy-dom": "^20.0.11",
151
- "react": "^19.0.0",
152
- "react-dom": "^19.0.0",
151
+ "react": "^19.2.3",
152
+ "react-dom": "^19.2.3",
153
153
  "rxjs": "^7.8.2",
154
154
  "supertest": "^7.1.4",
155
- "tsup": "^8.0.0",
156
- "typescript": "^5.7.2",
157
- "vite": "^7.0.5",
155
+ "tsup": "^8.5.1",
156
+ "typescript": "^5.9.3",
157
+ "vite": "^7.2.7",
158
158
  "vitest": "^4.0.15"
159
159
  },
160
160
  "publishConfig": {