@cedarjs/cli 5.0.0-canary.2509 → 5.0.0-canary.2511
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.
|
@@ -81,7 +81,7 @@ const handler = async ({ force, install }) => {
|
|
|
81
81
|
install
|
|
82
82
|
});
|
|
83
83
|
const rwPaths = getPaths();
|
|
84
|
-
const projectPackages = ["prettier-plugin-tailwindcss@^0.
|
|
84
|
+
const projectPackages = ["prettier-plugin-tailwindcss@^0.8.0"];
|
|
85
85
|
const webWorkspacePackages = [
|
|
86
86
|
"postcss",
|
|
87
87
|
"postcss-loader",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2511",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/parser": "7.29.3",
|
|
35
35
|
"@babel/preset-typescript": "7.28.5",
|
|
36
|
-
"@cedarjs/api-server": "5.0.0-canary.
|
|
37
|
-
"@cedarjs/cli-helpers": "5.0.0-canary.
|
|
38
|
-
"@cedarjs/fastify-web": "5.0.0-canary.
|
|
39
|
-
"@cedarjs/internal": "5.0.0-canary.
|
|
40
|
-
"@cedarjs/prerender": "5.0.0-canary.
|
|
41
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
42
|
-
"@cedarjs/structure": "5.0.0-canary.
|
|
43
|
-
"@cedarjs/telemetry": "5.0.0-canary.
|
|
44
|
-
"@cedarjs/utils": "5.0.0-canary.
|
|
45
|
-
"@cedarjs/vite": "5.0.0-canary.
|
|
46
|
-
"@cedarjs/web-server": "5.0.0-canary.
|
|
36
|
+
"@cedarjs/api-server": "5.0.0-canary.2511",
|
|
37
|
+
"@cedarjs/cli-helpers": "5.0.0-canary.2511",
|
|
38
|
+
"@cedarjs/fastify-web": "5.0.0-canary.2511",
|
|
39
|
+
"@cedarjs/internal": "5.0.0-canary.2511",
|
|
40
|
+
"@cedarjs/prerender": "5.0.0-canary.2511",
|
|
41
|
+
"@cedarjs/project-config": "5.0.0-canary.2511",
|
|
42
|
+
"@cedarjs/structure": "5.0.0-canary.2511",
|
|
43
|
+
"@cedarjs/telemetry": "5.0.0-canary.2511",
|
|
44
|
+
"@cedarjs/utils": "5.0.0-canary.2511",
|
|
45
|
+
"@cedarjs/vite": "5.0.0-canary.2511",
|
|
46
|
+
"@cedarjs/web-server": "5.0.0-canary.2511",
|
|
47
47
|
"@listr2/prompt-adapter-enquirer": "4.2.1",
|
|
48
48
|
"@opentelemetry/api": "1.9.1",
|
|
49
49
|
"@opentelemetry/core": "1.30.1",
|