@cedarjs/vite 6.0.0-canary.2787 → 6.0.0-canary.2789
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 +22 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.2789",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -53,17 +53,16 @@
|
|
|
53
53
|
"@babel/parser": "7.29.7",
|
|
54
54
|
"@babel/traverse": "7.29.7",
|
|
55
55
|
"@babel/types": "7.29.7",
|
|
56
|
-
"@cedarjs/api": "6.0.0-canary.
|
|
57
|
-
"@cedarjs/api-server": "6.0.0-canary.
|
|
58
|
-
"@cedarjs/babel-config": "6.0.0-canary.
|
|
59
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
60
|
-
"@cedarjs/
|
|
61
|
-
"@cedarjs/
|
|
62
|
-
"@cedarjs/
|
|
63
|
-
"@cedarjs/
|
|
64
|
-
"@cedarjs/
|
|
65
|
-
"@cedarjs/testing": "6.0.0-canary.
|
|
66
|
-
"@fastify/url-data": "6.0.3",
|
|
56
|
+
"@cedarjs/api": "6.0.0-canary.2789",
|
|
57
|
+
"@cedarjs/api-server": "6.0.0-canary.2789",
|
|
58
|
+
"@cedarjs/babel-config": "6.0.0-canary.2789",
|
|
59
|
+
"@cedarjs/context": "6.0.0-canary.2789",
|
|
60
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2789",
|
|
61
|
+
"@cedarjs/internal": "6.0.0-canary.2789",
|
|
62
|
+
"@cedarjs/project-config": "6.0.0-canary.2789",
|
|
63
|
+
"@cedarjs/server-store": "6.0.0-canary.2789",
|
|
64
|
+
"@cedarjs/structure": "6.0.0-canary.2789",
|
|
65
|
+
"@cedarjs/testing": "6.0.0-canary.2789",
|
|
67
66
|
"@swc/core": "1.15.46",
|
|
68
67
|
"@universal-deploy/store": "^0.2.1",
|
|
69
68
|
"@universal-deploy/vite": "^0.1.9",
|
|
@@ -74,13 +73,9 @@
|
|
|
74
73
|
"acorn-loose": "8.5.2",
|
|
75
74
|
"ansis": "4.3.1",
|
|
76
75
|
"busboy": "^1.6.0",
|
|
77
|
-
"cookie": "1.1.1",
|
|
78
76
|
"dotenv-defaults": "5.0.2",
|
|
79
|
-
"execa": "5.1.1",
|
|
80
77
|
"express": "4.22.2",
|
|
81
78
|
"fast-glob": "3.3.3",
|
|
82
|
-
"fastify": "5.10.0",
|
|
83
|
-
"fastify-raw-body": "5.0.0",
|
|
84
79
|
"find-my-way": "8.2.2",
|
|
85
80
|
"http-proxy-middleware": "3.0.7",
|
|
86
81
|
"isbot": "5.2.1",
|
|
@@ -88,8 +83,8 @@
|
|
|
88
83
|
"oxc-parser": "0.137.0",
|
|
89
84
|
"react": "19.2.3",
|
|
90
85
|
"react-server-dom-webpack": "19.2.7",
|
|
91
|
-
"
|
|
92
|
-
"
|
|
86
|
+
"unimport": "5.7.0",
|
|
87
|
+
"unplugin-auto-import": "19.3.0",
|
|
93
88
|
"vite": "7.3.6",
|
|
94
89
|
"vite-plugin-cjs-interop": "2.4.4",
|
|
95
90
|
"vite-plugin-graphql-tag": "0.1.1",
|
|
@@ -98,13 +93,14 @@
|
|
|
98
93
|
"yargs-parser": "21.1.1"
|
|
99
94
|
},
|
|
100
95
|
"devDependencies": {
|
|
101
|
-
"@
|
|
102
|
-
"@cedarjs/
|
|
103
|
-
"@cedarjs/
|
|
104
|
-
"@cedarjs/
|
|
105
|
-
"@
|
|
96
|
+
"@cedarjs/auth": "6.0.0-canary.2789",
|
|
97
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2789",
|
|
98
|
+
"@cedarjs/router": "6.0.0-canary.2789",
|
|
99
|
+
"@cedarjs/web": "6.0.0-canary.2789",
|
|
100
|
+
"@dr.pogodin/react-helmet": "2.0.4",
|
|
106
101
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
107
102
|
"@jridgewell/trace-mapping": "0.3.31",
|
|
103
|
+
"@oxc-project/types": "^0.137.0",
|
|
108
104
|
"@types/aws-lambda": "8.10.162",
|
|
109
105
|
"@types/busboy": "^1",
|
|
110
106
|
"@types/express": "4",
|
|
@@ -112,7 +108,6 @@
|
|
|
112
108
|
"@types/ws": "^8",
|
|
113
109
|
"@types/yargs-parser": "21.0.3",
|
|
114
110
|
"concurrently": "9.2.4",
|
|
115
|
-
"glob": "11.1.0",
|
|
116
111
|
"memfs": "4.64.0",
|
|
117
112
|
"publint": "0.3.22",
|
|
118
113
|
"rollup": "4.60.4",
|
|
@@ -121,9 +116,9 @@
|
|
|
121
116
|
"vitest": "4.1.10"
|
|
122
117
|
},
|
|
123
118
|
"peerDependencies": {
|
|
124
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
125
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
126
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
119
|
+
"@cedarjs/auth": "6.0.0-canary.2789",
|
|
120
|
+
"@cedarjs/router": "6.0.0-canary.2789",
|
|
121
|
+
"@cedarjs/web": "6.0.0-canary.2789"
|
|
127
122
|
},
|
|
128
123
|
"engines": {
|
|
129
124
|
"node": ">=24"
|