@cedarjs/vite 5.0.0-canary.2360 → 5.0.0-canary.2363
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2363",
|
|
4
4
|
"description": "Vite configuration package for CedarJS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -99,18 +99,18 @@
|
|
|
99
99
|
"@babel/generator": "7.29.1",
|
|
100
100
|
"@babel/parser": "7.29.3",
|
|
101
101
|
"@babel/traverse": "7.29.0",
|
|
102
|
-
"@cedarjs/api": "5.0.0-canary.
|
|
103
|
-
"@cedarjs/api-server": "5.0.0-canary.
|
|
104
|
-
"@cedarjs/auth": "5.0.0-canary.
|
|
105
|
-
"@cedarjs/babel-config": "5.0.0-canary.
|
|
106
|
-
"@cedarjs/context": "5.0.0-canary.
|
|
107
|
-
"@cedarjs/cookie-jar": "5.0.0-canary.
|
|
108
|
-
"@cedarjs/graphql-server": "5.0.0-canary.
|
|
109
|
-
"@cedarjs/internal": "5.0.0-canary.
|
|
110
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
111
|
-
"@cedarjs/server-store": "5.0.0-canary.
|
|
112
|
-
"@cedarjs/testing": "5.0.0-canary.
|
|
113
|
-
"@cedarjs/web": "5.0.0-canary.
|
|
102
|
+
"@cedarjs/api": "5.0.0-canary.2363",
|
|
103
|
+
"@cedarjs/api-server": "5.0.0-canary.2363",
|
|
104
|
+
"@cedarjs/auth": "5.0.0-canary.2363",
|
|
105
|
+
"@cedarjs/babel-config": "5.0.0-canary.2363",
|
|
106
|
+
"@cedarjs/context": "5.0.0-canary.2363",
|
|
107
|
+
"@cedarjs/cookie-jar": "5.0.0-canary.2363",
|
|
108
|
+
"@cedarjs/graphql-server": "5.0.0-canary.2363",
|
|
109
|
+
"@cedarjs/internal": "5.0.0-canary.2363",
|
|
110
|
+
"@cedarjs/project-config": "5.0.0-canary.2363",
|
|
111
|
+
"@cedarjs/server-store": "5.0.0-canary.2363",
|
|
112
|
+
"@cedarjs/testing": "5.0.0-canary.2363",
|
|
113
|
+
"@cedarjs/web": "5.0.0-canary.2363",
|
|
114
114
|
"@fastify/url-data": "6.0.3",
|
|
115
115
|
"@swc/core": "1.15.33",
|
|
116
116
|
"@universal-deploy/store": "^0.2.1",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"cookie": "1.1.1",
|
|
127
127
|
"dotenv-defaults": "5.0.2",
|
|
128
128
|
"execa": "5.1.1",
|
|
129
|
-
"express": "4.22.
|
|
129
|
+
"express": "4.22.2",
|
|
130
130
|
"fastify": "5.8.5",
|
|
131
131
|
"fastify-raw-body": "5.0.0",
|
|
132
132
|
"find-my-way": "8.2.2",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"concurrently": "9.2.1",
|
|
155
155
|
"glob": "11.1.0",
|
|
156
156
|
"memfs": "4.57.2",
|
|
157
|
-
"publint": "0.3.
|
|
157
|
+
"publint": "0.3.21",
|
|
158
158
|
"rollup": "4.60.2",
|
|
159
159
|
"tsx": "4.21.0",
|
|
160
160
|
"typescript": "5.9.3",
|