create-cedar-app 0.5.0 → 0.5.1-next.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cedar-app",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-next.38+78d2119a5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -26,15 +26,15 @@
26
26
  "devDependencies": {
27
27
  "@babel/core": "^7.26.10",
28
28
  "@babel/plugin-transform-typescript": "^7.26.8",
29
- "@cedarjs/framework-tools": "0.5.0",
30
- "@cedarjs/tui": "0.5.0",
29
+ "@cedarjs/framework-tools": "0.5.1-next.38",
30
+ "@cedarjs/tui": "0.5.1-next.38+78d2119a5",
31
31
  "@opentelemetry/api": "1.8.0",
32
32
  "@opentelemetry/exporter-trace-otlp-http": "0.49.1",
33
33
  "@opentelemetry/resources": "1.22.0",
34
34
  "@opentelemetry/sdk-trace-node": "1.22.0",
35
35
  "@opentelemetry/semantic-conventions": "1.22.0",
36
36
  "@types/babel__core": "7.20.5",
37
- "chalk": "4.1.2",
37
+ "ansis": "4.1.0",
38
38
  "check-node-version": "4.2.1",
39
39
  "ci-info": "4.0.0",
40
40
  "envinfo": "7.14.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "e2672503170d796147f614987a2c891f2c58fa2d"
56
+ "gitHead": "78d2119a507ed80faa9adb94b78d92662f134c4b"
57
57
  }
@@ -3,7 +3,7 @@
3
3
  "version": "0.0.0",
4
4
  "private": true,
5
5
  "dependencies": {
6
- "@cedarjs/api": "0.5.0",
7
- "@cedarjs/graphql-server": "0.5.0"
6
+ "@cedarjs/api": "0.5.1-next.38",
7
+ "@cedarjs/graphql-server": "0.5.1-next.38"
8
8
  }
9
9
  }
@@ -7,9 +7,9 @@
7
7
  ]
8
8
  },
9
9
  "devDependencies": {
10
- "@cedarjs/core": "0.5.0",
11
- "@cedarjs/project-config": "0.5.0",
12
- "@cedarjs/testing": "0.5.0"
10
+ "@cedarjs/core": "0.5.1-next.38",
11
+ "@cedarjs/project-config": "0.5.1-next.38",
12
+ "@cedarjs/testing": "0.5.1-next.38"
13
13
  },
14
14
  "eslintConfig": {
15
15
  "extends": "@cedarjs/eslint-config",
@@ -21,7 +21,7 @@
21
21
  "prisma": {
22
22
  "seed": "yarn rw exec seed"
23
23
  },
24
- "packageManager": "yarn@4.6.0",
24
+ "packageManager": "yarn@4.9.2",
25
25
  "resolutions": {
26
26
  "@storybook/react-dom-shim@npm:7.6.20": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz"
27
27
  }
@@ -11,14 +11,14 @@
11
11
  ]
12
12
  },
13
13
  "dependencies": {
14
- "@cedarjs/forms": "0.5.0",
15
- "@cedarjs/router": "0.5.0",
16
- "@cedarjs/web": "0.5.0",
14
+ "@cedarjs/forms": "0.5.1-next.38",
15
+ "@cedarjs/router": "0.5.1-next.38",
16
+ "@cedarjs/web": "0.5.1-next.38",
17
17
  "react": "18.3.1",
18
18
  "react-dom": "18.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@cedarjs/vite": "0.5.0",
21
+ "@cedarjs/vite": "0.5.1-next.38",
22
22
  "@types/react": "^18.2.55",
23
23
  "@types/react-dom": "^18.2.19"
24
24
  }
@@ -3,7 +3,7 @@
3
3
  "version": "0.0.0",
4
4
  "private": true,
5
5
  "dependencies": {
6
- "@cedarjs/api": "0.5.0",
7
- "@cedarjs/graphql-server": "0.5.0"
6
+ "@cedarjs/api": "0.5.1-next.38",
7
+ "@cedarjs/graphql-server": "0.5.1-next.38"
8
8
  }
9
9
  }
@@ -7,9 +7,9 @@
7
7
  ]
8
8
  },
9
9
  "devDependencies": {
10
- "@cedarjs/core": "0.5.0",
11
- "@cedarjs/project-config": "0.5.0",
12
- "@cedarjs/testing": "0.5.0"
10
+ "@cedarjs/core": "0.5.1-next.38",
11
+ "@cedarjs/project-config": "0.5.1-next.38",
12
+ "@cedarjs/testing": "0.5.1-next.38"
13
13
  },
14
14
  "eslintConfig": {
15
15
  "extends": "@cedarjs/eslint-config",
@@ -21,7 +21,7 @@
21
21
  "prisma": {
22
22
  "seed": "yarn rw exec seed"
23
23
  },
24
- "packageManager": "yarn@4.6.0",
24
+ "packageManager": "yarn@4.9.2",
25
25
  "resolutions": {
26
26
  "@storybook/react-dom-shim@npm:7.6.20": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz"
27
27
  }
@@ -11,14 +11,14 @@
11
11
  ]
12
12
  },
13
13
  "dependencies": {
14
- "@cedarjs/forms": "0.5.0",
15
- "@cedarjs/router": "0.5.0",
16
- "@cedarjs/web": "0.5.0",
14
+ "@cedarjs/forms": "0.5.1-next.38",
15
+ "@cedarjs/router": "0.5.1-next.38",
16
+ "@cedarjs/web": "0.5.1-next.38",
17
17
  "react": "18.3.1",
18
18
  "react-dom": "18.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@cedarjs/vite": "0.5.0",
21
+ "@cedarjs/vite": "0.5.1-next.38",
22
22
  "@types/react": "^18.2.55",
23
23
  "@types/react-dom": "^18.2.19"
24
24
  }