create-cedar-app 2.2.2-next.0 → 2.3.0-rc.34

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.2.2-next.0+50c9164d3",
3
+ "version": "2.3.0-rc.34",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -26,8 +26,8 @@
26
26
  "devDependencies": {
27
27
  "@babel/core": "^7.26.10",
28
28
  "@babel/plugin-transform-typescript": "^7.26.8",
29
- "@cedarjs/framework-tools": "2.2.1",
30
- "@cedarjs/tui": "2.2.2-next.0+50c9164d3",
29
+ "@cedarjs/framework-tools": "2.3.0-rc.34",
30
+ "@cedarjs/tui": "2.3.0-rc.34",
31
31
  "@opentelemetry/api": "1.8.0",
32
32
  "@opentelemetry/exporter-trace-otlp-http": "0.49.1",
33
33
  "@opentelemetry/resources": "1.22.0",
@@ -43,7 +43,7 @@
43
43
  "gradient-string": "3.0.0",
44
44
  "klaw-sync": "7.0.0",
45
45
  "semver": "7.7.3",
46
- "systeminformation": "5.28.1",
46
+ "systeminformation": "5.28.3",
47
47
  "termi-link": "1.1.0",
48
48
  "tsx": "4.21.0",
49
49
  "untildify": "4.0.0",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "50c9164d38f49178f060177be747dd7c484d1e36"
57
+ "gitHead": "80ff18411d357f3748c774b6256b0a5faa037310"
58
58
  }
@@ -3,7 +3,7 @@
3
3
  "noEmit": true,
4
4
  "esModuleInterop": true,
5
5
  "target": "ES2023",
6
- "module": "Node16",
6
+ "module": "Node20",
7
7
  "moduleResolution": "Node16",
8
8
  "skipLibCheck": false,
9
9
  "rootDirs": [
@@ -4,7 +4,7 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@cedarjs/api": "2.2.1",
8
- "@cedarjs/graphql-server": "2.2.1"
7
+ "@cedarjs/api": "2.3.0-rc.34",
8
+ "@cedarjs/graphql-server": "2.3.0-rc.34"
9
9
  }
10
10
  }
@@ -6,9 +6,9 @@
6
6
  "web"
7
7
  ],
8
8
  "devDependencies": {
9
- "@cedarjs/core": "2.2.1",
10
- "@cedarjs/project-config": "2.2.1",
11
- "@cedarjs/testing": "2.2.1",
9
+ "@cedarjs/core": "2.3.0-rc.34",
10
+ "@cedarjs/project-config": "2.3.0-rc.34",
11
+ "@cedarjs/testing": "2.3.0-rc.34",
12
12
  "vitest": "3.2.4"
13
13
  },
14
14
  "engines": {
@@ -17,6 +17,6 @@
17
17
  "packageManager": "yarn@4.12.0",
18
18
  "resolutions": {
19
19
  "react-is": "19.2.3",
20
- "vite": "5.4.19"
20
+ "vite": "5.4.21"
21
21
  }
22
22
  }
@@ -3,7 +3,7 @@
3
3
  "noEmit": true,
4
4
  "esModuleInterop": true,
5
5
  "target": "ES2023",
6
- "module": "Node16",
6
+ "module": "Node20",
7
7
  "moduleResolution": "Node16",
8
8
  "paths": {
9
9
  "$api/*": [
@@ -12,14 +12,14 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "2.2.1",
16
- "@cedarjs/router": "2.2.1",
17
- "@cedarjs/web": "2.2.1",
15
+ "@cedarjs/forms": "2.3.0-rc.34",
16
+ "@cedarjs/router": "2.3.0-rc.34",
17
+ "@cedarjs/web": "2.3.0-rc.34",
18
18
  "react": "18.3.1",
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@cedarjs/vite": "2.2.1",
22
+ "@cedarjs/vite": "2.3.0-rc.34",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19"
25
25
  }