Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsy.dev/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# status: archived # Then fetch include

version: &docsyVersion 0.14.4-dev
tdBuildId: 021-over-main-b219dab5
tdBuildId: 022-over-main-6884d94e
versionLatest: &versionLatest v0.14.3
version_menu: *docsyVersion
version_menu_pagelinks: true
Expand Down
8 changes: 4 additions & 4 deletions docsy.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"update:packages": "npx npm-check-updates -u"
},
"devDependencies": {
"autoprefixer": "^10.4.24",
"autoprefixer": "^10.4.27",
"cross-env": "^10.1.0",
"hugo-extended": "0.155.3",
"netlify-cli": "^23.15.1",
"npm-check-updates": "^19.3.2",
"hugo-extended": "0.157.0",
"netlify-cli": "^24.0.1",
"npm-check-updates": "^19.6.3",
"postcss-cli": "^11.0.1",
"rtlcss": "^4.3.0"
},
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsy",
"version": "0.14.4-dev+021-over-main-b219dab5",
"version": "0.14.4-dev+022-over-main-6884d94e",
"repository": "github:google/docsy",
"homepage": "https://www.docsy.dev",
"license": "Apache-2.0",
Expand All @@ -13,7 +13,7 @@
"_check:links": "npm run _cd:docsy.dev -- npm run _check:links",
"_check:markdown": "npx markdownlint-cli2",
"_commit:public": "npm run _cd:docsy.dev -- npm run _commit:public",
"_cp:bs-rfs": "npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/",
"_cp:bs-rfs": "bash -c 'cp node_modules/bootstrap/scss/vendor/*.scss assets/_vendor/bootstrap/scss/'",
"_cp:bs-scrollspy": "perl scripts/scrollspy-patch/extract-method.pl",
"_diff:check": "git diff --name-only --exit-code",
"_gen-chroma-styles": "bash -c scripts/gen-chroma-styles.sh",
Expand Down Expand Up @@ -52,7 +52,7 @@
"serve": "npm run _cd:docsy.dev -- npm run serve --",
"set:version:example": "cd ../docsy-example && node ../docsy/scripts/set-package-version/index.mjs",
"set:version": "npm run -s _spv -- -c config/production/params.yaml && npm run -s _spv && npm run -s fix:version",
"test:tooling": "node --test",
"test:tooling": "node --test 'scripts/**/*.test.mjs'",
"test:website": "npm run cd:docsy.dev test",
"test": "npm run fix-and-test",
"update:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest",
Expand All @@ -65,8 +65,7 @@
},
"devDependencies": {
"@cspell/dict-fr-fr": "^2.3.2",
"cpy-cli": "^6.0.0",
"markdownlint-cli2": "^0.20.0",
"markdownlint-cli2": "^0.21.0",
"markdownlint-rule-link-pattern": "github:chalin/markdownlint-rule-link-pattern#v0.2.0",
"prettier": "^3.8.1"
},
Expand Down
Loading