@cedarjs/vite 2.2.0-rc.34 → 2.2.0

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.
@@ -1,2 +1,2 @@
1
- export declare function cedarVitestPreset(): (import("vite").Plugin<any> | import("vite").Plugin<any>[])[];
1
+ export declare function cedarVitestPreset(): any[];
2
2
  //# sourceMappingURL=vite-plugin-cedar-vitest-api-preset.d.ts.map
@@ -910,24 +910,19 @@ var require_react_dom_production_min = __commonJS({
910
910
  if (null !== e ? 0 !== e.type : d || !(2 < b.length) || "o" !== b[0] && "O" !== b[0] || "n" !== b[1] && "N" !== b[1]) qa(b, c, e, d) && (c = null), d || null === e ? oa(b) && (null === c ? a.removeAttribute(b) : a.setAttribute(b, "" + c)) : e.mustUseProperty ? a[e.propertyName] = null === c ? 3 === e.type ? false : "" : c : (b = e.attributeName, d = e.attributeNamespace, null === c ? a.removeAttribute(b) : (e = e.type, c = 3 === e || 4 === e && true === c ? "" : "" + c, d ? a.setAttributeNS(d, b, c) : a.setAttribute(b, c)));
911
911
  }
912
912
  var ua = aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
913
- var va = Symbol.for("react.element");
914
- var wa = Symbol.for("react.portal");
915
- var ya = Symbol.for("react.fragment");
916
- var za = Symbol.for("react.strict_mode");
917
- var Aa = Symbol.for("react.profiler");
918
- var Ba = Symbol.for("react.provider");
919
- var Ca = Symbol.for("react.context");
920
- var Da = Symbol.for("react.forward_ref");
921
- var Ea = Symbol.for("react.suspense");
922
- var Fa = Symbol.for("react.suspense_list");
923
- var Ga = Symbol.for("react.memo");
924
- var Ha = Symbol.for("react.lazy");
925
- Symbol.for("react.scope");
926
- Symbol.for("react.debug_trace_mode");
927
- var Ia = Symbol.for("react.offscreen");
928
- Symbol.for("react.legacy_hidden");
929
- Symbol.for("react.cache");
930
- Symbol.for("react.tracing_marker");
913
+ var va = /* @__PURE__ */ Symbol.for("react.element");
914
+ var wa = /* @__PURE__ */ Symbol.for("react.portal");
915
+ var ya = /* @__PURE__ */ Symbol.for("react.fragment");
916
+ var za = /* @__PURE__ */ Symbol.for("react.strict_mode");
917
+ var Aa = /* @__PURE__ */ Symbol.for("react.profiler");
918
+ var Ba = /* @__PURE__ */ Symbol.for("react.provider");
919
+ var Ca = /* @__PURE__ */ Symbol.for("react.context");
920
+ var Da = /* @__PURE__ */ Symbol.for("react.forward_ref");
921
+ var Ea = /* @__PURE__ */ Symbol.for("react.suspense");
922
+ var Fa = /* @__PURE__ */ Symbol.for("react.suspense_list");
923
+ var Ga = /* @__PURE__ */ Symbol.for("react.memo");
924
+ var Ha = /* @__PURE__ */ Symbol.for("react.lazy");
925
+ var Ia = /* @__PURE__ */ Symbol.for("react.offscreen");
931
926
  var Ja = Symbol.iterator;
932
927
  function Ka(a) {
933
928
  if (null === a || "object" !== typeof a) return null;
@@ -8195,24 +8190,24 @@ var require_react_dom_development = __commonJS({
8195
8190
  }
8196
8191
  }
8197
8192
  }
8198
- var REACT_ELEMENT_TYPE = Symbol.for("react.element");
8199
- var REACT_PORTAL_TYPE = Symbol.for("react.portal");
8200
- var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
8201
- var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
8202
- var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
8203
- var REACT_PROVIDER_TYPE = Symbol.for("react.provider");
8204
- var REACT_CONTEXT_TYPE = Symbol.for("react.context");
8205
- var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
8206
- var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
8207
- var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
8208
- var REACT_MEMO_TYPE = Symbol.for("react.memo");
8209
- var REACT_LAZY_TYPE = Symbol.for("react.lazy");
8210
- var REACT_SCOPE_TYPE = Symbol.for("react.scope");
8211
- var REACT_DEBUG_TRACING_MODE_TYPE = Symbol.for("react.debug_trace_mode");
8212
- var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
8213
- var REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden");
8214
- var REACT_CACHE_TYPE = Symbol.for("react.cache");
8215
- var REACT_TRACING_MARKER_TYPE = Symbol.for("react.tracing_marker");
8193
+ var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.element");
8194
+ var REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal");
8195
+ var REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
8196
+ var REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode");
8197
+ var REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler");
8198
+ var REACT_PROVIDER_TYPE = /* @__PURE__ */ Symbol.for("react.provider");
8199
+ var REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context");
8200
+ var REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref");
8201
+ var REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense");
8202
+ var REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list");
8203
+ var REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo");
8204
+ var REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy");
8205
+ var REACT_SCOPE_TYPE = /* @__PURE__ */ Symbol.for("react.scope");
8206
+ var REACT_DEBUG_TRACING_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.debug_trace_mode");
8207
+ var REACT_OFFSCREEN_TYPE = /* @__PURE__ */ Symbol.for("react.offscreen");
8208
+ var REACT_LEGACY_HIDDEN_TYPE = /* @__PURE__ */ Symbol.for("react.legacy_hidden");
8209
+ var REACT_CACHE_TYPE = /* @__PURE__ */ Symbol.for("react.cache");
8210
+ var REACT_TRACING_MARKER_TYPE = /* @__PURE__ */ Symbol.for("react.tracing_marker");
8216
8211
  var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
8217
8212
  var FAUX_ITERATOR_SYMBOL = "@@iterator";
8218
8213
  function getIteratorFn(maybeIterable) {
@@ -28596,17 +28591,16 @@ var require_react_server_dom_webpack_server_node_production = __commonJS({
28596
28591
  var async_hooks = __import_async_hooks;
28597
28592
  var ReactDOM = import_react_dom.default;
28598
28593
  var React = import_react.default;
28599
- var REACT_LEGACY_ELEMENT_TYPE = Symbol.for("react.element");
28600
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
28601
- var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
28602
- var REACT_CONTEXT_TYPE = Symbol.for("react.context");
28603
- var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
28604
- var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
28605
- var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
28606
- var REACT_MEMO_TYPE = Symbol.for("react.memo");
28607
- var REACT_LAZY_TYPE = Symbol.for("react.lazy");
28608
- var REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel");
28609
- Symbol.for("react.postpone");
28594
+ var REACT_LEGACY_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.element");
28595
+ var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element");
28596
+ var REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
28597
+ var REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context");
28598
+ var REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref");
28599
+ var REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense");
28600
+ var REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list");
28601
+ var REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo");
28602
+ var REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy");
28603
+ var REACT_MEMO_CACHE_SENTINEL = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel");
28610
28604
  var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
28611
28605
  function getIteratorFn(maybeIterable) {
28612
28606
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
@@ -28656,8 +28650,8 @@ var require_react_server_dom_webpack_server_node_production = __commonJS({
28656
28650
  function byteLengthOfChunk(chunk) {
28657
28651
  return "string" === typeof chunk ? Buffer.byteLength(chunk, "utf8") : chunk.byteLength;
28658
28652
  }
28659
- var CLIENT_REFERENCE_TAG$1 = Symbol.for("react.client.reference");
28660
- var SERVER_REFERENCE_TAG = Symbol.for("react.server.reference");
28653
+ var CLIENT_REFERENCE_TAG$1 = /* @__PURE__ */ Symbol.for("react.client.reference");
28654
+ var SERVER_REFERENCE_TAG = /* @__PURE__ */ Symbol.for("react.server.reference");
28661
28655
  function registerClientReferenceImpl(proxyImplementation, id, async) {
28662
28656
  return Object.defineProperties(proxyImplementation, {
28663
28657
  $$typeof: { value: CLIENT_REFERENCE_TAG$1 },
@@ -28982,7 +28976,7 @@ var require_react_server_dom_webpack_server_node_production = __commonJS({
28982
28976
  }
28983
28977
  }
28984
28978
  var requestStorage = new async_hooks.AsyncLocalStorage();
28985
- var TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference");
28979
+ var TEMPORARY_REFERENCE_TAG = /* @__PURE__ */ Symbol.for("react.temporary.reference");
28986
28980
  var proxyHandlers = {
28987
28981
  get: function(target, name) {
28988
28982
  switch (name) {
@@ -29224,7 +29218,7 @@ var require_react_server_dom_webpack_server_node_production = __commonJS({
29224
29218
  }
29225
29219
  return "";
29226
29220
  }
29227
- var CLIENT_REFERENCE_TAG = Symbol.for("react.client.reference");
29221
+ var CLIENT_REFERENCE_TAG = /* @__PURE__ */ Symbol.for("react.client.reference");
29228
29222
  function describeObjectForErrorMessage(objectOrArray, expandedName) {
29229
29223
  var objKind = objectName(objectOrArray);
29230
29224
  if ("Object" !== objKind && "Array" !== objKind) return objKind;
@@ -30280,7 +30274,7 @@ var require_react_server_dom_webpack_server_node_production = __commonJS({
30280
30274
  if (hasOwnProperty.call(moduleExports, metadata[2]))
30281
30275
  return moduleExports[metadata[2]];
30282
30276
  }
30283
- var RESPONSE_SYMBOL = Symbol();
30277
+ var RESPONSE_SYMBOL = /* @__PURE__ */ Symbol();
30284
30278
  function ReactPromise(status, value, reason) {
30285
30279
  this.status = status;
30286
30280
  this.value = value;
@@ -35218,9 +35212,9 @@ var require_react_server_dom_webpack_server_node_development = __commonJS({
35218
35212
  }
35219
35213
  var stream = __import_stream2, util = __import_util2;
35220
35214
  __import_crypto2;
35221
- var async_hooks = __import_async_hooks2, ReactDOM = import_react_dom.default, React = import_react.default, REACT_LEGACY_ELEMENT_TYPE = Symbol.for("react.element"), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel");
35222
- Symbol.for("react.postpone");
35223
- var MAYBE_ITERATOR_SYMBOL = Symbol.iterator, ASYNC_ITERATOR = Symbol.asyncIterator, scheduleMicrotask = queueMicrotask, currentView = null, writtenBytes = 0, destinationHasCapacity = true, textEncoder = new util.TextEncoder(), CLIENT_REFERENCE_TAG$1 = Symbol.for("react.client.reference"), SERVER_REFERENCE_TAG = Symbol.for("react.server.reference"), FunctionBind = Function.prototype.bind, ArraySlice = Array.prototype.slice, serverReferenceToString = {
35215
+ var async_hooks = __import_async_hooks2, ReactDOM = import_react_dom.default, React = import_react.default, REACT_LEGACY_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.element"), REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_MEMO_CACHE_SENTINEL = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel");
35216
+ /* @__PURE__ */ Symbol.for("react.postpone");
35217
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator, ASYNC_ITERATOR = Symbol.asyncIterator, scheduleMicrotask = queueMicrotask, currentView = null, writtenBytes = 0, destinationHasCapacity = true, textEncoder = new util.TextEncoder(), CLIENT_REFERENCE_TAG$1 = /* @__PURE__ */ Symbol.for("react.client.reference"), SERVER_REFERENCE_TAG = /* @__PURE__ */ Symbol.for("react.server.reference"), FunctionBind = Function.prototype.bind, ArraySlice = Array.prototype.slice, serverReferenceToString = {
35224
35218
  value: function() {
35225
35219
  return "function () { [omitted code] }";
35226
35220
  },
@@ -35350,7 +35344,7 @@ var require_react_server_dom_webpack_server_node_development = __commonJS({
35350
35344
  }
35351
35345
  }
35352
35346
  };
35353
- var currentOwner = null, getAsyncId = async_hooks.AsyncResource.prototype.asyncId, pendingOperations = /* @__PURE__ */ new Map(), lastRanAwait = null, emptyStack = [], framesToSkip = 0, collectedStackTrace = null, identifierRegExp = /^[a-zA-Z_$][0-9a-zA-Z_$]*$/, frameRegExp = /^ {3} at (?:(.+) \((?:(.+):(\d+):(\d+)|<anonymous>)\)|(?:async )?(.+):(\d+):(\d+)|<anonymous>)$/, stackTraceCache = /* @__PURE__ */ new WeakMap(), requestStorage = new async_hooks.AsyncLocalStorage(), componentStorage = new async_hooks.AsyncLocalStorage(), TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"), proxyHandlers = {
35347
+ var currentOwner = null, getAsyncId = async_hooks.AsyncResource.prototype.asyncId, pendingOperations = /* @__PURE__ */ new Map(), lastRanAwait = null, emptyStack = [], framesToSkip = 0, collectedStackTrace = null, identifierRegExp = /^[a-zA-Z_$][0-9a-zA-Z_$]*$/, frameRegExp = /^ {3} at (?:(.+) \((?:(.+):(\d+):(\d+)|<anonymous>)\)|(?:async )?(.+):(\d+):(\d+)|<anonymous>)$/, stackTraceCache = /* @__PURE__ */ new WeakMap(), requestStorage = new async_hooks.AsyncLocalStorage(), componentStorage = new async_hooks.AsyncLocalStorage(), TEMPORARY_REFERENCE_TAG = /* @__PURE__ */ Symbol.for("react.temporary.reference"), proxyHandlers = {
35354
35348
  get: function(target, name) {
35355
35349
  switch (name) {
35356
35350
  case "$$typeof":
@@ -35499,7 +35493,7 @@ var require_react_server_dom_webpack_server_node_development = __commonJS({
35499
35493
  react_stack_bottom_frame: function(iterator, progress, error) {
35500
35494
  iterator.next().then(progress, error);
35501
35495
  }
35502
- }, callIteratorInDEV = callIterator.react_stack_bottom_frame.bind(callIterator), isArrayImpl = Array.isArray, getPrototypeOf = Object.getPrototypeOf, jsxPropsParents = /* @__PURE__ */ new WeakMap(), jsxChildrenParents = /* @__PURE__ */ new WeakMap(), CLIENT_REFERENCE_TAG = Symbol.for("react.client.reference"), hasOwnProperty = Object.prototype.hasOwnProperty, doNotLimit = /* @__PURE__ */ new WeakSet();
35496
+ }, callIteratorInDEV = callIterator.react_stack_bottom_frame.bind(callIterator), isArrayImpl = Array.isArray, getPrototypeOf = Object.getPrototypeOf, jsxPropsParents = /* @__PURE__ */ new WeakMap(), jsxChildrenParents = /* @__PURE__ */ new WeakMap(), CLIENT_REFERENCE_TAG = /* @__PURE__ */ Symbol.for("react.client.reference"), hasOwnProperty = Object.prototype.hasOwnProperty, doNotLimit = /* @__PURE__ */ new WeakSet();
35503
35497
  (function() {
35504
35498
  async_hooks.createHook({
35505
35499
  init: function(asyncId, type, triggerAsyncId, resource) {
@@ -35627,7 +35621,7 @@ var require_react_server_dom_webpack_server_node_development = __commonJS({
35627
35621
  }).enable();
35628
35622
  })();
35629
35623
  "object" === typeof console && null !== console && (patchConsole(console, "assert"), patchConsole(console, "debug"), patchConsole(console, "dir"), patchConsole(console, "dirxml"), patchConsole(console, "error"), patchConsole(console, "group"), patchConsole(console, "groupCollapsed"), patchConsole(console, "groupEnd"), patchConsole(console, "info"), patchConsole(console, "log"), patchConsole(console, "table"), patchConsole(console, "trace"), patchConsole(console, "warn"));
35630
- var ObjectPrototype = Object.prototype, stringify = JSON.stringify, ABORTING = 12, CLOSED = 14, defaultPostponeHandler = noop, currentRequest = null, canEmitDebugInfo = false, serializedSize = 0, MAX_ROW_SIZE = 3200, modelRoot = false, CONSTRUCTOR_MARKER = Symbol(), debugModelRoot = null, debugNoOutline = null, emptyRoot = {}, decoderOptions = { stream: true }, chunkCache = /* @__PURE__ */ new Map(), RESPONSE_SYMBOL = Symbol();
35624
+ var ObjectPrototype = Object.prototype, stringify = JSON.stringify, ABORTING = 12, CLOSED = 14, defaultPostponeHandler = noop, currentRequest = null, canEmitDebugInfo = false, serializedSize = 0, MAX_ROW_SIZE = 3200, modelRoot = false, CONSTRUCTOR_MARKER = /* @__PURE__ */ Symbol(), debugModelRoot = null, debugNoOutline = null, emptyRoot = {}, decoderOptions = { stream: true }, chunkCache = /* @__PURE__ */ new Map(), RESPONSE_SYMBOL = /* @__PURE__ */ Symbol();
35631
35625
  ReactPromise.prototype = Object.create(Promise.prototype);
35632
35626
  ReactPromise.prototype.then = function(resolve, reject) {
35633
35627
  switch (this.status) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "2.2.0-rc.34",
3
+ "version": "2.2.0",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -64,36 +64,36 @@
64
64
  "@babel/generator": "7.28.5",
65
65
  "@babel/parser": "7.28.5",
66
66
  "@babel/traverse": "7.28.5",
67
- "@cedarjs/auth": "2.2.0-rc.34",
68
- "@cedarjs/babel-config": "2.2.0-rc.34",
69
- "@cedarjs/cookie-jar": "2.2.0-rc.34",
70
- "@cedarjs/internal": "2.2.0-rc.34",
71
- "@cedarjs/project-config": "2.2.0-rc.34",
72
- "@cedarjs/server-store": "2.2.0-rc.34",
73
- "@cedarjs/testing": "2.2.0-rc.34",
74
- "@cedarjs/web": "2.2.0-rc.34",
75
- "@swc/core": "1.15.6",
76
- "@vitejs/plugin-react": "4.3.4",
77
- "@whatwg-node/fetch": "0.9.21",
78
- "@whatwg-node/server": "0.9.65",
79
- "acorn-loose": "8.4.0",
67
+ "@cedarjs/auth": "2.2.0",
68
+ "@cedarjs/babel-config": "2.2.0",
69
+ "@cedarjs/cookie-jar": "2.2.0",
70
+ "@cedarjs/internal": "2.2.0",
71
+ "@cedarjs/project-config": "2.2.0",
72
+ "@cedarjs/server-store": "2.2.0",
73
+ "@cedarjs/testing": "2.2.0",
74
+ "@cedarjs/web": "2.2.0",
75
+ "@swc/core": "1.15.7",
76
+ "@vitejs/plugin-react": "4.7.0",
77
+ "@whatwg-node/fetch": "0.10.13",
78
+ "@whatwg-node/server": "0.10.17",
79
+ "acorn-loose": "8.5.2",
80
80
  "buffer": "6.0.3",
81
81
  "busboy": "^1.6.0",
82
82
  "cookie": "1.1.1",
83
- "core-js": "3.42.0",
83
+ "core-js": "3.47.0",
84
84
  "dotenv-defaults": "5.0.2",
85
85
  "execa": "5.1.1",
86
- "express": "4.21.2",
86
+ "express": "4.22.1",
87
87
  "find-my-way": "8.2.2",
88
- "fs-extra": "11.2.0",
88
+ "fs-extra": "11.3.3",
89
89
  "http-proxy-middleware": "3.0.5",
90
90
  "isbot": "5.1.32",
91
91
  "react": "18.3.1",
92
92
  "react-server-dom-webpack": "19.2.3",
93
- "rimraf": "6.0.1",
93
+ "rimraf": "6.1.2",
94
94
  "vite": "5.4.19",
95
- "vite-plugin-cjs-interop": "2.2.0",
96
- "vite-plugin-node-polyfills": "0.23.0",
95
+ "vite-plugin-cjs-interop": "2.3.0",
96
+ "vite-plugin-node-polyfills": "0.24.0",
97
97
  "ws": "8.18.3",
98
98
  "yargs-parser": "21.1.1"
99
99
  },
@@ -110,7 +110,7 @@
110
110
  "glob": "11.1.0",
111
111
  "memfs": "4.51.1",
112
112
  "publint": "0.3.16",
113
- "rollup": "4.24.0",
113
+ "rollup": "4.54.0",
114
114
  "tsx": "4.21.0",
115
115
  "typescript": "5.9.3",
116
116
  "vitest": "3.2.4"
@@ -118,5 +118,5 @@
118
118
  "publishConfig": {
119
119
  "access": "public"
120
120
  },
121
- "gitHead": "406fc59c483c865428ad7ba0b5166364973f2377"
121
+ "gitHead": "9a8306e575225c25573303a8c80c57b2ab09fbd5"
122
122
  }