@cedarjs/cli 3.0.0-canary.13610 → 3.0.0-canary.13612
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.
|
@@ -186,12 +186,6 @@ const diagnosticCheck = () => {
|
|
|
186
186
|
path.join(getPaths().web.base, "node_modules/react-dom")
|
|
187
187
|
)
|
|
188
188
|
},
|
|
189
|
-
{
|
|
190
|
-
message: "Duplicate core-js version found in web/node_modules",
|
|
191
|
-
failure: fs.existsSync(
|
|
192
|
-
path.join(getPaths().web.base, "node_modules/core-js")
|
|
193
|
-
)
|
|
194
|
-
},
|
|
195
189
|
{
|
|
196
190
|
message: "Duplicate @cedarjs/web version found in web/node_modules",
|
|
197
191
|
failure: fs.existsSync(
|
|
@@ -76,7 +76,7 @@ const handler = async ({ force, install }) => {
|
|
|
76
76
|
install
|
|
77
77
|
});
|
|
78
78
|
const rwPaths = getPaths();
|
|
79
|
-
const projectPackages = ["prettier-plugin-tailwindcss@^0.
|
|
79
|
+
const projectPackages = ["prettier-plugin-tailwindcss@^0.7.0"];
|
|
80
80
|
const webWorkspacePackages = [
|
|
81
81
|
"postcss",
|
|
82
82
|
"postcss-loader",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.13612+d0187ae49",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,17 +33,16 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/parser": "7.29.0",
|
|
35
35
|
"@babel/preset-typescript": "7.28.5",
|
|
36
|
-
"@
|
|
37
|
-
"@cedarjs/
|
|
38
|
-
"@cedarjs/
|
|
39
|
-
"@cedarjs/
|
|
40
|
-
"@cedarjs/
|
|
41
|
-
"@cedarjs/
|
|
42
|
-
"@cedarjs/
|
|
43
|
-
"@cedarjs/
|
|
44
|
-
"@cedarjs/
|
|
45
|
-
"@cedarjs/
|
|
46
|
-
"@cedarjs/web-server": "3.0.0-canary.13610",
|
|
36
|
+
"@cedarjs/api-server": "3.0.0-canary.13612",
|
|
37
|
+
"@cedarjs/cli-helpers": "3.0.0-canary.13612",
|
|
38
|
+
"@cedarjs/fastify-web": "3.0.0-canary.13612",
|
|
39
|
+
"@cedarjs/internal": "3.0.0-canary.13612",
|
|
40
|
+
"@cedarjs/prerender": "3.0.0-canary.13612",
|
|
41
|
+
"@cedarjs/project-config": "3.0.0-canary.13612",
|
|
42
|
+
"@cedarjs/structure": "3.0.0-canary.13612",
|
|
43
|
+
"@cedarjs/telemetry": "3.0.0-canary.13612",
|
|
44
|
+
"@cedarjs/utils": "3.0.0-canary.13612",
|
|
45
|
+
"@cedarjs/web-server": "3.0.0-canary.13612",
|
|
47
46
|
"@listr2/prompt-adapter-enquirer": "4.2.1",
|
|
48
47
|
"@opentelemetry/api": "1.9.0",
|
|
49
48
|
"@opentelemetry/core": "1.30.1",
|
|
@@ -60,7 +59,6 @@
|
|
|
60
59
|
"ci-info": "4.4.0",
|
|
61
60
|
"concurrently": "9.2.1",
|
|
62
61
|
"configstore": "7.1.0",
|
|
63
|
-
"core-js": "3.48.0",
|
|
64
62
|
"cross-env": "7.0.3",
|
|
65
63
|
"decamelize": "6.0.1",
|
|
66
64
|
"dotenv-defaults": "5.0.2",
|
|
@@ -107,5 +105,5 @@
|
|
|
107
105
|
"publishConfig": {
|
|
108
106
|
"access": "public"
|
|
109
107
|
},
|
|
110
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "d0187ae49d6230bf844cb017d87bce7c49b9140c"
|
|
111
109
|
}
|