next-yak 4.1.1 → 5.0.0

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 +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,6 +23,7 @@
23
23
 
24
24
  | next-yak | Next.js | react | swc_core |
25
25
  |------------------|-----------------|------------------|------------------|
26
+ | 5.x | >= 15.2.1 | 19.x | 16.0.0 |
26
27
  | 4.x | >= 15.0.4 | 19.x | 5.0.1 |
27
28
  | 3.x | 15.x | 18.x / 19.x | 3.0.2 |
28
29
  | 2.x | 14.x | 18.x / 19.x | 0.279.0 |
@@ -30,8 +31,8 @@
30
31
  ## Installation
31
32
 
32
33
  ```bash
33
- # For Next.js >= 15.0.4
34
- npm install next-yak@4
34
+ # For Next.js >= 15.2.1
35
+ npm install next-yak
35
36
 
36
37
  # For Next.js 14.x
37
38
  npm install next-yak@2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-yak",
3
- "version": "4.1.1",
3
+ "version": "5.0.0",
4
4
  "type": "module",
5
5
  "types": "./dist/",
6
6
  "sideEffects": false,
@@ -65,7 +65,7 @@
65
65
  "dependencies": {
66
66
  "@babel/core": "7.26.0",
67
67
  "@babel/plugin-syntax-typescript": "7.25.9",
68
- "yak-swc": "4.1.0"
68
+ "yak-swc": "5.0.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/babel__core": "7.20.5",
@@ -79,7 +79,7 @@
79
79
  "@types/react-dom": "19.0.2",
80
80
  "fast-glob": "3.3.2",
81
81
  "jsdom": "25.0.1",
82
- "next": "15.1.3",
82
+ "next": "15.2.1",
83
83
  "react": "19.0.0",
84
84
  "typescript": "5.7.2",
85
85
  "vite": "6.0.6",