@valbuild/next 0.60.24 → 0.60.27
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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ Check out this README or the [examples](./examples) directory for examples.
|
|
|
149
149
|
- Install the packages (@valbuild/eslint-plugin is recommended but not required):
|
|
150
150
|
|
|
151
151
|
```sh
|
|
152
|
-
npm install @valbuild/next@latest @valbuild/eslint-plugin@latest
|
|
152
|
+
npm install @valbuild/core@latest @valbuild/next@latest @valbuild/eslint-plugin@latest
|
|
153
153
|
```
|
|
154
154
|
|
|
155
155
|
- Run the init script:
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"next",
|
|
9
9
|
"react"
|
|
10
10
|
],
|
|
11
|
-
"version": "0.60.
|
|
11
|
+
"version": "0.60.27",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"typecheck": "tsc --noEmit",
|
|
14
14
|
"test": "jest"
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"exports": true
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@valbuild/core": "~0.60.
|
|
49
|
-
"@valbuild/react": "~0.60.
|
|
50
|
-
"@valbuild/server": "~0.60.
|
|
51
|
-
"@valbuild/ui": "~0.60.
|
|
48
|
+
"@valbuild/core": "~0.60.27",
|
|
49
|
+
"@valbuild/react": "~0.60.27",
|
|
50
|
+
"@valbuild/server": "~0.60.27",
|
|
51
|
+
"@valbuild/ui": "~0.60.27",
|
|
52
52
|
"client-only": "^0.0.1",
|
|
53
53
|
"server-only": "^0.0.1"
|
|
54
54
|
},
|