|
9 | 9 | "_build": "hugo --cleanDestinationDir -e dev -DFE",
|
10 | 10 | "_check-links": "make check-links",
|
11 | 11 | "_get:no": "echo SKIPPING get operation",
|
12 |
| - "_get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}", |
13 | 12 | "_get:submodule:non-lang": "npm run _get:submodule -- content-modules/opentelemetry-specification themes/docsy",
|
| 13 | + "_get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}", |
14 | 14 | "_prebuild": "run-s get:submodule cp:spec",
|
15 | 15 | "_prepare:docsy": "cd themes/docsy && npm install",
|
16 | 16 | "_serve:hugo": "hugo serve -DFE --minify",
|
|
19 | 19 | "build:preview": "set -x && npm run _build -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
|
20 | 20 | "build:production": "hugo --cleanDestinationDir --minify",
|
21 | 21 | "build": "npm run _build",
|
| 22 | + "cd:public": "cd public &&", |
22 | 23 | "check-links:all": "HTMLTEST_ARGS= npm run _check-links",
|
23 | 24 | "check-links": "npm run _check-links",
|
24 | 25 | "clean": "make clean",
|
|
40 | 41 | "serve:hugo": "npm run _serve:hugo",
|
41 | 42 | "serve": "npm run _serve",
|
42 | 43 | "test": "npm run check-links",
|
43 |
| - "update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}", |
44 |
| - "update:submodule:lang": "run-s update:submodule _get:submodule:non-lang" |
| 44 | + "update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest", |
| 45 | + "update:pkg:hugo+": "npm install --save-dev autoprefixer@latest postcss@latest postcss-cli@latest", |
| 46 | + "update:pkg:netlify": "npm install --save-dev netlify-cli@latest", |
| 47 | + "update:pkg:other": "npm install --save-dev npm-run-all@latest", |
| 48 | + "update:submodule:lang": "run-s update:submodule _get:submodule:non-lang", |
| 49 | + "update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}" |
45 | 50 | },
|
46 | 51 | "private": true,
|
47 | 52 | "devDependencies": {
|
48 |
| - "autoprefixer": "^10.4.2", |
49 |
| - "hugo-extended": "0.93.2", |
50 |
| - "netlify-cli": "^9.12.3", |
| 53 | + "autoprefixer": "^10.4.4", |
| 54 | + "hugo-extended": "0.96.0", |
| 55 | + "netlify-cli": "^9.13.5", |
51 | 56 | "npm-run-all": "^4.1.5",
|
52 |
| - "postcss": "^8.4.7", |
| 57 | + "postcss": "^8.4.12", |
53 | 58 | "postcss-cli": "^9.1.0"
|
54 | 59 | },
|
55 | 60 | "dependencies": {
|
|
0 commit comments