documentation-website
Advanced tools
Comparing version 1.0.337 to 1.0.338
{ | ||
"name": "documentation-website", | ||
"version": "1.0.337", | ||
"version": "1.0.338", | ||
"description": "Declarative multilanguage documentation website generator", | ||
@@ -54,6 +54,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@aws-sdk/client-s3": "^3.677.0", | ||
"@aws-sdk/client-s3": "^3.689.0", | ||
"@babel/eslint-parser": "^7.25.9", | ||
"@babel/runtime": "^7.25.9", | ||
"@stylistic/eslint-plugin-ts": "^2.9.0", | ||
"@babel/runtime": "^7.26.0", | ||
"@stylistic/eslint-plugin-ts": "^2.10.1", | ||
"@types/archiver": "^6.0.3", | ||
@@ -65,19 +65,19 @@ "@types/ejs": "^3.1.5", | ||
"@types/marked": "^6.0.0", | ||
"@types/node": "^22.7.9", | ||
"@types/node": "^22.9.0", | ||
"@types/unzipper": "^0.10.10", | ||
"@typescript-eslint/eslint-plugin": "^8.11.0", | ||
"@typescript-eslint/parser": "^8.11.0", | ||
"@typescript-eslint/eslint-plugin": "^8.14.0", | ||
"@typescript-eslint/parser": "^8.14.0", | ||
"archiver": "^7.0.1", | ||
"clientnode": "^3.0.1217", | ||
"clientnode": "^3.0.1226", | ||
"css-loader": "^7.1.2", | ||
"cssnano": "^7.0.6", | ||
"default-gateway": "^7.2.2", | ||
"errorreporter": "^1.0.313", | ||
"eslint": "^9.13.0", | ||
"errorreporter": "^1.0.314", | ||
"eslint": "^9.14.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-jsdoc": "^50.4.3", | ||
"eslint-plugin-jsdoc": "^50.5.0", | ||
"favicons": "^7.2.0", | ||
"favicons-webpack-plugin": "^6.0.1", | ||
"highlight.js": "^11.10.0", | ||
"internationalisation": "^1.0.327", | ||
"internationalisation": "^1.0.328", | ||
"jest": "^29.7.0", | ||
@@ -87,5 +87,5 @@ "jquery": "^3.7.1", | ||
"legal-notes": "^1.0.21", | ||
"marked": "^14.1.3", | ||
"mini-css-extract-plugin": "^2.9.1", | ||
"postcss": "^8.4.47", | ||
"marked": "^15.0.0", | ||
"mini-css-extract-plugin": "^2.9.2", | ||
"postcss": "^8.4.49", | ||
"postcss-fontpath": "^1.0.0", | ||
@@ -95,4 +95,4 @@ "postcss-import": "^16.1.0", | ||
"postcss-mixins": "^11.0.3", | ||
"postcss-nested": "^6.2.0", | ||
"postcss-preset-env": "^10.0.7", | ||
"postcss-nested": "^7.0.2", | ||
"postcss-preset-env": "^10.1.0", | ||
"postcss-sprites": "^4.2.1", | ||
@@ -104,8 +104,8 @@ "postcss-url": "^10.1.3", | ||
"stylelint-config-standard": "^36.0.1", | ||
"typescript-eslint": "^8.11.0", | ||
"typescript-eslint": "^8.14.0", | ||
"ua-parser-js": "^1.0.39", | ||
"unzipper": "^0.12.3", | ||
"weboptimizer": "^2.0.1531", | ||
"weboptimizer": "^2.0.1537", | ||
"webpack-dev-server": "^5.1.0", | ||
"website-utilities": "^1.0.355" | ||
"website-utilities": "^1.0.356" | ||
}, | ||
@@ -112,0 +112,0 @@ "engines": { |
@@ -472,3 +472,3 @@ // #!/usr/bin/env babel-node | ||
run('yarn document') | ||
} catch (_error) { | ||
} catch { | ||
hasAPIDocumentationCommand = false | ||
@@ -475,0 +475,0 @@ } |
Sorry, the diff of this file is too big to display
1458663
6477