Mirror: The spec-compliant minimum of client-side GraphQL.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Add missing dotenv package

+8
+1
package.json
··· 75 75 "@rollup/plugin-terser": "^0.4.0", 76 76 "@typescript-eslint/eslint-plugin": "^5.55.0", 77 77 "@typescript-eslint/parser": "^5.55.0", 78 + "dotenv": "^16.0.3", 78 79 "eslint": "^8.36.0", 79 80 "eslint-config-prettier": "^8.7.0", 80 81 "eslint-plugin-prettier": "^4.2.1",
+7
pnpm-lock.yaml
··· 13 13 '@rollup/plugin-terser': ^0.4.0 14 14 '@typescript-eslint/eslint-plugin': ^5.55.0 15 15 '@typescript-eslint/parser': ^5.55.0 16 + dotenv: ^16.0.3 16 17 eslint: ^8.36.0 17 18 eslint-config-prettier: ^8.7.0 18 19 eslint-plugin-prettier: ^4.2.1 ··· 39 40 '@rollup/plugin-terser': 0.4.0_rollup@3.19.1 40 41 '@typescript-eslint/eslint-plugin': 5.55.0_qsnvknysi52qtaxqdyqyohkcku 41 42 '@typescript-eslint/parser': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu 43 + dotenv: 16.0.3 42 44 eslint: 8.36.0 43 45 eslint-config-prettier: 8.7.0_eslint@8.36.0 44 46 eslint-plugin-prettier: 4.2.1_eqzx3hpkgx5nnvxls3azrcc7dm ··· 1517 1519 engines: {node: '>=6.0.0'} 1518 1520 dependencies: 1519 1521 esutils: 2.0.3 1522 + dev: true 1523 + 1524 + /dotenv/16.0.3: 1525 + resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==} 1526 + engines: {node: '>=12'} 1520 1527 dev: true 1521 1528 1522 1529 /eastasianwidth/0.2.0: