@taujs/server 0.1.6 → 0.1.8

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  `pnpm add @taujs/server`
8
8
 
9
- ## CSR; SSR; Streaming SSR; Hydration; Fastify + React 18
9
+ ## CSR; SSR; Streaming SSR; Hydration; Fastify + React 19
10
10
 
11
11
  Supports rendering modes:
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taujs/server",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "taujs | τjs",
5
5
  "author": "Aoede <taujs@aoede.uk.net> (https://www.aoede.uk.net)",
6
6
  "license": "MIT",
@@ -47,15 +47,15 @@
47
47
  "@babel/preset-typescript": "^7.24.7",
48
48
  "@changesets/cli": "^2.27.7",
49
49
  "@testing-library/dom": "^10.4.0",
50
- "@testing-library/react": "^16.0.1",
50
+ "@testing-library/react": "^16.1.0",
51
51
  "@types/node": "^20.14.9",
52
- "@types/react": "^18.3.3",
53
- "@types/react-dom": "^18.3.0",
52
+ "@types/react": "^19.0.2",
53
+ "@types/react-dom": "^19.0.2",
54
54
  "@vitest/coverage-v8": "^2.1.0",
55
55
  "fastify": "^5.2.0",
56
56
  "jsdom": "^25.0.0",
57
57
  "prettier": "^3.3.3",
58
- "react-dom": "^18.3.1",
58
+ "react-dom": "^19.0.0",
59
59
  "tsup": "^8.2.4",
60
60
  "typescript": "^5.5.4",
61
61
  "vite": "^5.4.2",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "peerDependencies": {
65
65
  "fastify": "^5.2.0",
66
- "react": "^18.3.1",
67
- "react-dom": "^18.3.1",
66
+ "react": "^19.0.0",
67
+ "react-dom": "^19.0.0",
68
68
  "typescript": "^5.5.4",
69
69
  "vite": "^5.4.2"
70
70
  },