Skip to content

Commit fec4e54

Browse files
committed
Commit from Bolt to GitHub
1 parent eee7af6 commit fec4e54

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
@graphql-local:registry = https://npm.pkg.github.com
1+
@graphql-local:registry = https://npm.pkg.github.com
2+
ignore-workspace-root-check=true

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@apollo/subgraph": "^2.10.0",
1515
"@apollo/utils.keyvaluecache": "^3.1.0",
1616
"@as-integrations/next": "^3.2.0",
17-
"@graphql-api/cron.local": "workspace:*",
17+
"@graphql-local/cron": "workspace:*",
1818
"graphql-scalars": "^1.24.1",
1919
"graphql-tag": "^2.12.6",
2020
"next": "^15.2.1-canary.2",

examples/next/public/favicon.ico

9.03 KB
Binary file not shown.

examples/next/public/favicon.png

9.03 KB
Loading

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"codegen": "graphql-codegen",
1313
"example:build": "pnpm --filter @/example dev",
1414
"repomix": "repomix",
15-
"prepare": "repomix"
16-
"prepare": "npm run build",
15+
"prepare": "repomix && npm run build",
1716
"prepublishOnly": "npm test && npm run lint",
1817
"docs": "typedoc --out docs src"
1918
},
@@ -66,12 +65,12 @@
6665
},
6766
"homepage": "https://github.com/graphql-api/graphql-browser-cron#readme",
6867
"dependencies": {
69-
"cronstrue": "^2.47.0",
7068
"cron-parser": "^4.9.0",
71-
"idb": "^7.1.1",
69+
"cronstrue": "^2.47.0",
7270
"graphql": "^16.10.0",
7371
"graphql-scalars": "^1.24.1",
7472
"graphql-tag": "^2.12.6",
73+
"idb": "^7.1.1",
7574
"uuid": "^9.0.1"
7675
},
7776
"devDependencies": {
@@ -82,13 +81,13 @@
8281
"@graphql-tools/schema": "^10.0.3",
8382
"@rollup/plugin-commonjs": "^25.0.7",
8483
"@rollup/plugin-node-resolve": "^15.2.3",
84+
"@rollup/plugin-terser": "^0.4.4",
8585
"@rollup/plugin-typescript": "^11.1.6",
8686
"@types/uuid": "^9.0.8",
87-
"eslint": "^8.57.0",
87+
"eslint": "^9",
8888
"prettier": "^3.2.5",
8989
"rollup": "^4.12.1",
9090
"rollup-plugin-dts": "^6.1.0",
91-
"rollup-plugin-terser": "^7.0.2",
9291
"typedoc": "^0.25.9",
9392
"typescript": "^5.7.3",
9493
"vitest": "^1.2.2"

0 commit comments

Comments
 (0)