create-cedar-app 2.1.1 → 2.1.2-next.98

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": "2.1.1",
3
+ "version": "2.1.2-next.98+b533fd309",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -27,7 +27,7 @@
27
27
  "@babel/core": "^7.26.10",
28
28
  "@babel/plugin-transform-typescript": "^7.26.8",
29
29
  "@cedarjs/framework-tools": "2.1.1",
30
- "@cedarjs/tui": "2.1.1",
30
+ "@cedarjs/tui": "2.1.2-next.98+b533fd309",
31
31
  "@opentelemetry/api": "1.8.0",
32
32
  "@opentelemetry/exporter-trace-otlp-http": "0.49.1",
33
33
  "@opentelemetry/resources": "1.22.0",
@@ -35,16 +35,16 @@
35
35
  "@opentelemetry/semantic-conventions": "1.22.0",
36
36
  "@types/babel__core": "7.20.5",
37
37
  "@types/klaw-sync": "6.0.5",
38
- "ansis": "4.1.0",
38
+ "ansis": "4.2.0",
39
39
  "check-node-version": "4.2.1",
40
- "ci-info": "4.0.0",
41
- "envinfo": "7.14.0",
40
+ "ci-info": "4.3.1",
41
+ "envinfo": "7.21.0",
42
42
  "execa": "5.1.1",
43
- "fs-extra": "11.2.0",
43
+ "fs-extra": "11.3.3",
44
44
  "gradient-string": "3.0.0",
45
45
  "klaw-sync": "7.0.0",
46
- "semver": "7.6.3",
47
- "systeminformation": "5.27.14",
46
+ "semver": "7.7.3",
47
+ "systeminformation": "5.27.17",
48
48
  "termi-link": "1.1.0",
49
49
  "tsx": "4.21.0",
50
50
  "untildify": "4.0.0",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "6c336f58cd8bfdf18a13f076c7ca2483aa5c3ca0"
58
+ "gitHead": "b533fd30950a22e8fa131e63272007964ce7d43a"
59
59
  }
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "private": true,
3
3
  "type": "module",
4
- "workspaces": {
5
- "packages": [
6
- "api",
7
- "web"
8
- ]
9
- },
4
+ "workspaces": [
5
+ "api",
6
+ "web"
7
+ ],
10
8
  "devDependencies": {
11
9
  "@cedarjs/core": "2.1.1",
12
10
  "@cedarjs/project-config": "2.1.1",
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "private": true,
3
3
  "type": "module",
4
- "workspaces": {
5
- "packages": [
6
- "api",
7
- "web"
8
- ]
9
- },
4
+ "workspaces": [
5
+ "api",
6
+ "web"
7
+ ],
10
8
  "devDependencies": {
11
9
  "@cedarjs/core": "2.1.1",
12
10
  "@cedarjs/project-config": "2.1.1",
@@ -3,7 +3,7 @@
3
3
  "version": "0.0.0",
4
4
  "private": true,
5
5
  "dependencies": {
6
- "@cedarjs/api": "2.1.1",
7
- "@cedarjs/graphql-server": "2.1.1"
6
+ "@cedarjs/api": "2.1.2-next.98",
7
+ "@cedarjs/graphql-server": "2.1.2-next.98"
8
8
  }
9
9
  }
@@ -1,15 +1,13 @@
1
1
  {
2
2
  "private": true,
3
- "workspaces": {
4
- "packages": [
5
- "api",
6
- "web"
7
- ]
8
- },
3
+ "workspaces": [
4
+ "api",
5
+ "web"
6
+ ],
9
7
  "devDependencies": {
10
- "@cedarjs/core": "2.1.1",
11
- "@cedarjs/project-config": "2.1.1",
12
- "@cedarjs/testing": "2.1.1"
8
+ "@cedarjs/core": "2.1.2-next.98",
9
+ "@cedarjs/project-config": "2.1.2-next.98",
10
+ "@cedarjs/testing": "2.1.2-next.98"
13
11
  },
14
12
  "engines": {
15
13
  "node": "=24.x"
@@ -11,14 +11,14 @@
11
11
  ]
12
12
  },
13
13
  "dependencies": {
14
- "@cedarjs/forms": "2.1.1",
15
- "@cedarjs/router": "2.1.1",
16
- "@cedarjs/web": "2.1.1",
14
+ "@cedarjs/forms": "2.1.2-next.98",
15
+ "@cedarjs/router": "2.1.2-next.98",
16
+ "@cedarjs/web": "2.1.2-next.98",
17
17
  "react": "18.3.1",
18
18
  "react-dom": "18.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@cedarjs/vite": "2.1.1",
21
+ "@cedarjs/vite": "2.1.2-next.98",
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": "2.1.1",
7
- "@cedarjs/graphql-server": "2.1.1"
6
+ "@cedarjs/api": "2.1.2-next.98",
7
+ "@cedarjs/graphql-server": "2.1.2-next.98"
8
8
  }
9
9
  }
@@ -1,15 +1,13 @@
1
1
  {
2
2
  "private": true,
3
- "workspaces": {
4
- "packages": [
5
- "api",
6
- "web"
7
- ]
8
- },
3
+ "workspaces": [
4
+ "api",
5
+ "web"
6
+ ],
9
7
  "devDependencies": {
10
- "@cedarjs/core": "2.1.1",
11
- "@cedarjs/project-config": "2.1.1",
12
- "@cedarjs/testing": "2.1.1"
8
+ "@cedarjs/core": "2.1.2-next.98",
9
+ "@cedarjs/project-config": "2.1.2-next.98",
10
+ "@cedarjs/testing": "2.1.2-next.98"
13
11
  },
14
12
  "engines": {
15
13
  "node": "=24.x"
@@ -11,14 +11,14 @@
11
11
  ]
12
12
  },
13
13
  "dependencies": {
14
- "@cedarjs/forms": "2.1.1",
15
- "@cedarjs/router": "2.1.1",
16
- "@cedarjs/web": "2.1.1",
14
+ "@cedarjs/forms": "2.1.2-next.98",
15
+ "@cedarjs/router": "2.1.2-next.98",
16
+ "@cedarjs/web": "2.1.2-next.98",
17
17
  "react": "18.3.1",
18
18
  "react-dom": "18.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@cedarjs/vite": "2.1.1",
21
+ "@cedarjs/vite": "2.1.2-next.98",
22
22
  "@types/react": "^18.2.55",
23
23
  "@types/react-dom": "^18.2.19"
24
24
  }