@comet/admin-generator 9.0.0-beta.3 → 9.0.0-beta.5

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.
@@ -17319,7 +17319,7 @@ function findIntrospectionFieldType({ name, gqlType, gqlIntrospection }) {
17319
17319
  }
17320
17320
 
17321
17321
  //#endregion
17322
- //#region ../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js
17322
+ //#region ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js
17323
17323
  /**
17324
17324
  * @license React
17325
17325
  * react.production.js
@@ -17373,7 +17373,7 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
17373
17373
  }));
17374
17374
 
17375
17375
  //#endregion
17376
- //#region ../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js
17376
+ //#region ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.development.js
17377
17377
  /**
17378
17378
  * @license React
17379
17379
  * react.development.js
@@ -18127,13 +18127,13 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
18127
18127
  exports.useTransition = function() {
18128
18128
  return resolveDispatcher().useTransition();
18129
18129
  };
18130
- exports.version = "19.2.4";
18130
+ exports.version = "19.2.6";
18131
18131
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
18132
18132
  })();
18133
18133
  }));
18134
18134
 
18135
18135
  //#endregion
18136
- //#region ../../../node_modules/.pnpm/react@19.2.4/node_modules/react/index.js
18136
+ //#region ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/index.js
18137
18137
  var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18138
18138
  if (process.env.NODE_ENV === "production") module.exports = require_react_production();
18139
18139
  else module.exports = require_react_development();
package/dist/index.mjs CHANGED
@@ -17319,7 +17319,7 @@ function findIntrospectionFieldType({ name, gqlType, gqlIntrospection }) {
17319
17319
  }
17320
17320
 
17321
17321
  //#endregion
17322
- //#region ../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js
17322
+ //#region ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js
17323
17323
  /**
17324
17324
  * @license React
17325
17325
  * react.production.js
@@ -17373,7 +17373,7 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
17373
17373
  }));
17374
17374
 
17375
17375
  //#endregion
17376
- //#region ../../../node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js
17376
+ //#region ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.development.js
17377
17377
  /**
17378
17378
  * @license React
17379
17379
  * react.development.js
@@ -18127,13 +18127,13 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
18127
18127
  exports.useTransition = function() {
18128
18128
  return resolveDispatcher().useTransition();
18129
18129
  };
18130
- exports.version = "19.2.4";
18130
+ exports.version = "19.2.6";
18131
18131
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
18132
18132
  })();
18133
18133
  }));
18134
18134
 
18135
18135
  //#endregion
18136
- //#region ../../../node_modules/.pnpm/react@19.2.4/node_modules/react/index.js
18136
+ //#region ../../../node_modules/.pnpm/react@19.2.6/node_modules/react/index.js
18137
18137
  var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18138
18138
  if (process.env.NODE_ENV === "production") module.exports = require_react_production();
18139
18139
  else module.exports = require_react_development();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin-generator",
3
- "version": "9.0.0-beta.3",
3
+ "version": "9.0.0-beta.5",
4
4
  "description": "Comet Admin Generator CLI tool",
5
5
  "repository": {
6
6
  "directory": "packages/admin/admin-generator",
@@ -18,6 +18,7 @@
18
18
  "bin": {
19
19
  "comet-admin-generator": "bin/admin-generator.mjs"
20
20
  },
21
+ "sideEffects": false,
21
22
  "files": [
22
23
  "bin/**/*.mjs",
23
24
  "dist/*"
@@ -25,37 +26,37 @@
25
26
  "dependencies": {
26
27
  "@graphql-tools/graphql-file-loader": "^7.5.17",
27
28
  "@graphql-tools/load": "^7.8.14",
28
- "@mui/material": "^7.3.7",
29
- "@mui/x-data-grid": "^8.28.2",
29
+ "@mui/material": "^7.3.11",
30
+ "@mui/x-data-grid": "^8.28.7",
30
31
  "change-case": "^4.1.2",
31
32
  "commander": "^9.5.0",
32
33
  "glob": "^11.1.0",
33
- "graphql": "^16.13.2",
34
- "jiti": "^2.6.1",
34
+ "graphql": "^16.14.0",
35
+ "jiti": "^2.7.0",
35
36
  "object-path": "^0.11.8",
36
37
  "pluralize": "^8.0.0",
37
38
  "typescript": "5.9.3",
38
- "@comet/admin": "9.0.0-beta.3",
39
- "@comet/admin-icons": "9.0.0-beta.3",
40
- "@comet/cms-admin": "9.0.0-beta.3"
39
+ "@comet/admin": "9.0.0-beta.5",
40
+ "@comet/admin-icons": "9.0.0-beta.5",
41
+ "@comet/cms-admin": "9.0.0-beta.5"
41
42
  },
42
43
  "devDependencies": {
43
44
  "@apollo/client": "^3.14.1",
44
- "@types/node": "^24.12.2",
45
+ "@types/node": "^24.12.4",
45
46
  "@types/object-path": "^0.11.4",
46
47
  "@types/pluralize": "^0.0.33",
47
- "@types/react": "^19.2.10",
48
+ "@types/react": "^19.2.15",
48
49
  "@types/react-dom": "^19.2.3",
49
- "eslint": "^9.39.2",
50
+ "eslint": "^9.39.4",
50
51
  "final-form": "^4.20.10",
51
52
  "npm-run-all2": "^8.0.4",
52
53
  "prettier": "^3.6.2",
53
- "react": "^19.2.4",
54
- "react-dom": "^19.2.4",
54
+ "react": "^19.2.6",
55
+ "react-dom": "^19.2.6",
55
56
  "react-intl": "^7.1.11",
56
57
  "tsdown": "0.20.0-beta.4",
57
58
  "vitest": "^4.0.16",
58
- "@comet/eslint-config": "9.0.0-beta.3"
59
+ "@comet/eslint-config": "9.0.0-beta.5"
59
60
  },
60
61
  "peerDependencies": {
61
62
  "@apollo/client": "^3.7.0",