|
9 | 9 | "bugs": {
|
10 | 10 | "url": "https://github.com/zendeskgarden/scripts/issues"
|
11 | 11 | },
|
| 12 | + "type": "module", |
12 | 13 | "main": "dist/index.js",
|
13 | 14 | "bin": {
|
14 | 15 | "garden": "bin/index.js"
|
|
20 | 21 | "scripts": {
|
21 | 22 | "build": "yarn tsc",
|
22 | 23 | "format": "prettier-package-json --write && yarn format:all --write",
|
23 |
| - "format:all": "prettier --loglevel warn '**/*.{js,ts,json,md}' '!CHANGELOG.md' '!dist/**' '!.github/ISSUE_TEMPLATE.md'", |
| 24 | + "format:all": "prettier --log-level warn '**/*.{js,ts,json,md}' '!CHANGELOG.md' '!dist/**' '!.github/ISSUE_TEMPLATE.md'", |
24 | 25 | "lint": "yarn lint:js && yarn lint:md",
|
25 | 26 | "lint:js": "eslint bin/ src/ --ext js,ts --max-warnings 0",
|
26 | 27 | "lint:md": "markdownlint README.md src/**/*.md",
|
|
33 | 34 | "dependencies": {
|
34 | 35 | "@octokit/request-error": "5.0.0",
|
35 | 36 | "@octokit/rest": "20.0.1",
|
36 |
| - "chalk": "4.1.2", |
| 37 | + "chalk": "5.3.0", |
37 | 38 | "commander": "11.0.0",
|
38 |
| - "comment-parser": "1.3.1", |
| 39 | + "comment-parser": "1.4.0", |
39 | 40 | "dotenv": "16.3.1",
|
40 |
| - "execa": "5.1.1", |
| 41 | + "execa": "7.2.0", |
41 | 42 | "figlet": "1.6.0",
|
42 | 43 | "fs-extra": "11.1.1",
|
43 | 44 | "gh-pages": "5.0.0",
|
44 |
| - "globby": "11.1.0", |
45 |
| - "handlebars": "4.7.7", |
| 45 | + "globby": "13.2.2", |
| 46 | + "handlebars": "4.7.8", |
46 | 47 | "handlebars-helpers": "0.10.0",
|
47 |
| - "is-interactive": "1.0.0", |
| 48 | + "is-interactive": "2.0.0", |
| 49 | + "is-plain-object": "5.0.0", |
48 | 50 | "klaw": "4.1.0",
|
49 | 51 | "lerna-changelog": "2.2.0",
|
50 | 52 | "lodash": "4.17.21",
|
51 |
| - "netlify": "9.0.0", |
52 |
| - "netlify-cli": "9.16.7", |
53 |
| - "node-fetch": "2.6.12", |
54 |
| - "ora": "5.4.1", |
| 53 | + "netlify": "13.1.0", |
| 54 | + "netlify-cli": "15.10.0", |
| 55 | + "ora": "7.0.1", |
55 | 56 | "pluralize": "8.0.0",
|
56 | 57 | "react-docgen-typescript": "2.2.2",
|
57 | 58 | "typescript": "5.1.6"
|
|
64 | 65 | "@types/gh-pages": "3.2.1",
|
65 | 66 | "@types/handlebars-helpers": "0.5.3",
|
66 | 67 | "@types/klaw": "3.0.3",
|
67 |
| - "@types/lodash": "4.14.195", |
68 |
| - "@types/node": "18.16.19", |
69 |
| - "@types/node-fetch": "2.6.4", |
| 68 | + "@types/lodash": "4.14.196", |
| 69 | + "@types/node": "20.4.7", |
70 | 70 | "@types/pluralize": "0.0.30",
|
71 |
| - "@typescript-eslint/eslint-plugin": "6.1.0", |
72 |
| - "@typescript-eslint/parser": "6.1.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "6.2.1", |
| 72 | + "@typescript-eslint/parser": "6.2.1", |
73 | 73 | "@zendeskgarden/eslint-config": "34.0.0",
|
74 |
| - "eslint": "8.45.0", |
75 |
| - "eslint-config-prettier": "8.8.0", |
| 74 | + "eslint": "8.46.0", |
| 75 | + "eslint-config-prettier": "8.10.0", |
76 | 76 | "eslint-plugin-node": "11.1.0",
|
77 | 77 | "eslint-plugin-notice": "0.9.10",
|
78 | 78 | "husky": "8.0.3",
|
79 | 79 | "markdownlint-cli": "0.35.0",
|
80 |
| - "prettier": "3.0.0", |
| 80 | + "prettier": "3.0.1", |
81 | 81 | "prettier-package-json": "2.8.0",
|
82 | 82 | "standard-version": "9.5.0"
|
83 | 83 | },
|
|
87 | 87 | "tools",
|
88 | 88 | "zendesk"
|
89 | 89 | ],
|
| 90 | + "engines": { |
| 91 | + "node": ">=18.0.0" |
| 92 | + }, |
90 | 93 | "publishConfig": {
|
91 | 94 | "access": "public"
|
92 | 95 | }
|
|
0 commit comments