@ultraviolet/nextjs 3.0.0 → 3.0.1

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
@@ -7,7 +7,7 @@ Ultraviolet JS is a utility package to make Ultraviolet UI work with NextJS. Thi
7
7
  ### Get Started
8
8
 
9
9
  ```sh
10
- pnpm add @ultraviolet/nextjs @ultraviolet/ui @ultraviolet/themes
10
+ pnpm add @ultraviolet/nextjs
11
11
  ```
12
12
 
13
13
  In you NextJS project you can implement the following:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/nextjs",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Ultraviolet NextJS utility package",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -44,16 +44,16 @@
44
44
  "peerDependencies": {
45
45
  "next": "15.x || 16.x",
46
46
  "react": "18.x || 19.x",
47
- "react-dom": "18.x || 19.x",
48
- "@ultraviolet/themes": "3.0.0",
49
- "@ultraviolet/ui": "3.0.0"
47
+ "react-dom": "18.x || 19.x"
50
48
  },
51
49
  "devDependencies": {
52
- "next": "16.0.3",
50
+ "next": "16.0.7",
53
51
  "react": "19.2.0",
54
- "react-dom": "19.2.0",
52
+ "react-dom": "19.2.0"
53
+ },
54
+ "dependencies": {
55
55
  "@ultraviolet/themes": "3.0.0",
56
- "@ultraviolet/ui": "3.0.0"
56
+ "@ultraviolet/ui": "3.1.0"
57
57
  },
58
58
  "scripts": {
59
59
  "type:generate": "tsc --declaration -p tsconfig.build.json",