@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.5.12"];
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.13610+e4c07ee8e",
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
- "@babel/runtime-corejs3": "7.29.0",
37
- "@cedarjs/api-server": "3.0.0-canary.13610",
38
- "@cedarjs/cli-helpers": "3.0.0-canary.13610",
39
- "@cedarjs/fastify-web": "3.0.0-canary.13610",
40
- "@cedarjs/internal": "3.0.0-canary.13610",
41
- "@cedarjs/prerender": "3.0.0-canary.13610",
42
- "@cedarjs/project-config": "3.0.0-canary.13610",
43
- "@cedarjs/structure": "3.0.0-canary.13610",
44
- "@cedarjs/telemetry": "3.0.0-canary.13610",
45
- "@cedarjs/utils": "3.0.0-canary.13610",
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": "e4c07ee8e478f9a417c260eb8bf5366a869a4d49"
108
+ "gitHead": "d0187ae49d6230bf844cb017d87bce7c49b9140c"
111
109
  }