@yamato-daiwa/automation 0.5.0-alpha.5 → 0.5.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/EntryPoint.js +27 -25
- package/package.json +19 -19
package/EntryPoint.js
CHANGED
|
@@ -124,7 +124,8 @@ class EntryPoint {
|
|
|
124
124
|
customMessage: "The configuration file for \"Yamato Daiwa Automation\" utility not found at path " +
|
|
125
125
|
`"${rawConfigFileAbsolutePath}". ` +
|
|
126
126
|
"The \"Yamato Daiwa Automation\" utility is required the configuration file and will expect the " +
|
|
127
|
-
`file "${CONFIGURATION_FILE_DEFAULT_NAME_WITH_EXTENSION_1.default}" at the same directory as CLI has
|
|
127
|
+
`file "${CONFIGURATION_FILE_DEFAULT_NAME_WITH_EXTENSION_1.default}" at the same directory as CLI has ` +
|
|
128
|
+
"been invoked. " +
|
|
128
129
|
"You can set custom configuration file name via CLI if you want."
|
|
129
130
|
}),
|
|
130
131
|
title: es_extensions_nodejs_1.FileNotFoundError.localization.defaultTitle,
|
|
@@ -137,7 +138,8 @@ class EntryPoint {
|
|
|
137
138
|
customMessage: "The configuration file for \"Yamato Daiwa Automation\" utility not found at path " +
|
|
138
139
|
`"${rawConfigFileAbsolutePath}". ` +
|
|
139
140
|
"The \"Yamato Daiwa Automation\" utility is required the configuration file and will expect the " +
|
|
140
|
-
`file "${CONFIGURATION_FILE_DEFAULT_NAME_WITH_EXTENSION_1.default}" at the same directory as CLI has
|
|
141
|
+
`file "${CONFIGURATION_FILE_DEFAULT_NAME_WITH_EXTENSION_1.default}" at the same directory as CLI has ` +
|
|
142
|
+
"been invoked. " +
|
|
141
143
|
"You can set custom configuration file name via CLI if you want."
|
|
142
144
|
}),
|
|
143
145
|
title: es_extensions_1.FileReadingFailedError.localization.defaultTitle,
|
|
@@ -1867,10 +1869,6 @@ exports["default"] = BrowserLiveReloadingSettings__Default;
|
|
|
1867
1869
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
1868
1870
|
/* --- General utils ------------------------------------------------------------------------------------------------ */
|
|
1869
1871
|
const es_extensions_1 = __webpack_require__(/*! @yamato-daiwa/es-extensions */ "@yamato-daiwa/es-extensions");
|
|
1870
|
-
/* eslint-disable-next-line @typescript-eslint/no-redeclare --
|
|
1871
|
-
* The merging of type/interface and namespace is completely valid TypeScript,
|
|
1872
|
-
* but @typescript-eslint community does not wish to support it.
|
|
1873
|
-
* https://github.com/eslint/eslint/issues/15504 */
|
|
1874
1872
|
var BrowserLiveReloadingSettings__FromFile__RawValid;
|
|
1875
1873
|
(function (BrowserLiveReloadingSettings__FromFile__RawValid) {
|
|
1876
1874
|
function getLocalizedPropertiesSpecification(browserLiveReloadingSettingsLocalization) {
|
|
@@ -2870,7 +2868,7 @@ class AssetsProcessingRawSettingsNormalizer {
|
|
|
2870
2868
|
ambiguitiesResolution: {
|
|
2871
2869
|
mustConsiderLastSegmentStartingWithDotAsDirectory: true,
|
|
2872
2870
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: true,
|
|
2873
|
-
|
|
2871
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: false
|
|
2874
2872
|
},
|
|
2875
2873
|
alwaysForwardSlashSeparators: true
|
|
2876
2874
|
});
|
|
@@ -3015,7 +3013,7 @@ class SourceCodeProcessingRawSettingsNormalizer {
|
|
|
3015
3013
|
ambiguitiesResolution: {
|
|
3016
3014
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
3017
3015
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
3018
|
-
|
|
3016
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
3019
3017
|
}
|
|
3020
3018
|
});
|
|
3021
3019
|
sourceFilesTopDirectoryPathOrSingleFileAliasName = entryPointsGroupSettings__rawValid.
|
|
@@ -3032,7 +3030,7 @@ class SourceCodeProcessingRawSettingsNormalizer {
|
|
|
3032
3030
|
ambiguitiesResolution: {
|
|
3033
3031
|
mustConsiderLastSegmentStartingWithDotAsDirectory: true,
|
|
3034
3032
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: true,
|
|
3035
|
-
|
|
3033
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: false
|
|
3036
3034
|
}
|
|
3037
3035
|
});
|
|
3038
3036
|
currentEntryPointsGroupSourceFilesGlobSelectors.push(...this.getSourceFilesGlobSelectorsForMultipleEntryPointsGroup({
|
|
@@ -3261,7 +3259,7 @@ class AssetsProcessingSettingsRepresentative {
|
|
|
3261
3259
|
ambiguitiesResolution: {
|
|
3262
3260
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
3263
3261
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
3264
|
-
|
|
3262
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
3265
3263
|
},
|
|
3266
3264
|
alwaysForwardSlashSeparators: true
|
|
3267
3265
|
})
|
|
@@ -3362,7 +3360,7 @@ class GulpStreamBasedSourceCodeProcessingConfigRepresentative extends SourceCode
|
|
|
3362
3360
|
ambiguitiesResolution: {
|
|
3363
3361
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
3364
3362
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
3365
|
-
|
|
3363
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
3366
3364
|
},
|
|
3367
3365
|
alwaysForwardSlashSeparators: true
|
|
3368
3366
|
})
|
|
@@ -5019,7 +5017,7 @@ class PlainCopyingRawSettingsNormalizer {
|
|
|
5019
5017
|
ambiguitiesResolution: {
|
|
5020
5018
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
5021
5019
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
5022
|
-
|
|
5020
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: false
|
|
5023
5021
|
}
|
|
5024
5022
|
})
|
|
5025
5023
|
})
|
|
@@ -6619,7 +6617,7 @@ class ECMA_ScriptLogicProcessingRawSettingsNormalizer extends SourceCodeProcessi
|
|
|
6619
6617
|
targetPath: typeScriptConfigurationFileAbsolutePath,
|
|
6620
6618
|
alwaysForwardSlashSeparators: true,
|
|
6621
6619
|
ambiguitiesResolution: {
|
|
6622
|
-
|
|
6620
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true,
|
|
6623
6621
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
6624
6622
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false
|
|
6625
6623
|
}
|
|
@@ -7784,7 +7782,7 @@ class ECMA_ScriptLogicEntryPointsSourceFilesAbsolutePathsAndOutputFilesActualPat
|
|
|
7784
7782
|
ambiguitiesResolution: {
|
|
7785
7783
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
7786
7784
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
7787
|
-
|
|
7785
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
7788
7786
|
},
|
|
7789
7787
|
alwaysForwardSlashSeparators: true
|
|
7790
7788
|
})
|
|
@@ -7824,7 +7822,7 @@ class ECMA_ScriptLogicEntryPointsSourceFilesAbsolutePathsAndOutputFilesActualPat
|
|
|
7824
7822
|
ambiguitiesResolution: {
|
|
7825
7823
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
7826
7824
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
7827
|
-
|
|
7825
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
7828
7826
|
},
|
|
7829
7827
|
alwaysForwardSlashSeparators: true
|
|
7830
7828
|
}),
|
|
@@ -8089,7 +8087,7 @@ class WebpackConfigGenerator {
|
|
|
8089
8087
|
ambiguitiesResolution: {
|
|
8090
8088
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
8091
8089
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
8092
|
-
|
|
8090
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
8093
8091
|
},
|
|
8094
8092
|
alwaysForwardSlashSeparators: true
|
|
8095
8093
|
})
|
|
@@ -11581,7 +11579,13 @@ class SpacesNormalizerForCJK_Text {
|
|
|
11581
11579
|
new RegExp(`(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})\\x20+` +
|
|
11582
11580
|
`(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})`, "gmu"),
|
|
11583
11581
|
new RegExp(`(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})\\r?\\n\\x20+` +
|
|
11584
|
-
`(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})`, "gmu")
|
|
11582
|
+
`(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})`, "gmu"),
|
|
11583
|
+
/* [ Theory ] This issue is frequently occurred because of HTML beautifying rather than Pug.
|
|
11584
|
+
* [ Regular Expressions Tester ] https://regex101.com/r/iaGqag/1 */
|
|
11585
|
+
new RegExp(`(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})\\r?\\n\\x20+(<)`, "gmu"),
|
|
11586
|
+
/* [ Theory ] Occurs when the line ends with interpolation like "#[+Term--YDID ライブラリ]や#[+Term--YDID フレームワーク]".
|
|
11587
|
+
* [ Regular Expressions Tester ] https://regex101.com/r/76PkVy/2 */
|
|
11588
|
+
new RegExp(`(>)\\r?\\n\x20+(${SpacesNormalizerForCJK_Text.ANY_CJK_CHARACTER_INCLUDING_PUNCTUATION_ONES})`, "gmu")
|
|
11585
11589
|
];
|
|
11586
11590
|
static ATTRIBUTE_NAME_OF_TARGET_HTML_ELEMENTS = "data-yda-normalize_spaces_in_cjk";
|
|
11587
11591
|
static normalize(rootHTML_Element) {
|
|
@@ -12593,7 +12597,7 @@ class CompiledInlineTypeScriptImporterForPug extends GulpStreamsBasedTaskExecuto
|
|
|
12593
12597
|
ambiguitiesResolution: {
|
|
12594
12598
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
12595
12599
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
12596
|
-
|
|
12600
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: false
|
|
12597
12601
|
}
|
|
12598
12602
|
})
|
|
12599
12603
|
});
|
|
@@ -14038,7 +14042,7 @@ class TypeScriptSpecialist {
|
|
|
14038
14042
|
ambiguitiesResolution: {
|
|
14039
14043
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
14040
14044
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
14041
|
-
|
|
14045
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
14042
14046
|
}
|
|
14043
14047
|
}));
|
|
14044
14048
|
}
|
|
@@ -14250,8 +14254,6 @@ class DotYDA_DirectoryManager {
|
|
|
14250
14254
|
static OPTIMIZATION_FILES_SUBDIRECTORY_NAME = "Optimizations";
|
|
14251
14255
|
static GIT_IGNORE_FILE_NAME = ".gitignore";
|
|
14252
14256
|
static DOT_VERSION_FILE_NAME = ".version";
|
|
14253
|
-
/* eslint-disable-next-line @typescript-eslint/no-unsafe-member-access --
|
|
14254
|
-
* TypeScript detects the content of "package.json" and provides the type safety. */
|
|
14255
14257
|
static CURRENT_YDA_VERSION = package_json_1.default.version;
|
|
14256
14258
|
static selfSoleInstance = null;
|
|
14257
14259
|
DOT_YDA_DIRECTORY_ABSOLUTE_PATH;
|
|
@@ -14680,7 +14682,7 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
14680
14682
|
ambiguitiesResolution: {
|
|
14681
14683
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
14682
14684
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
14683
|
-
|
|
14685
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
14684
14686
|
},
|
|
14685
14687
|
alwaysForwardSlashSeparators: true
|
|
14686
14688
|
});
|
|
@@ -14812,7 +14814,7 @@ class SourceCodeSelectiveReprocessingHelper {
|
|
|
14812
14814
|
ambiguitiesResolution: {
|
|
14813
14815
|
mustConsiderLastSegmentStartingWithDotAsDirectory: false,
|
|
14814
14816
|
mustConsiderLastSegmentWithNonLeadingDotAsDirectory: false,
|
|
14815
|
-
|
|
14817
|
+
mustConsiderLastSegmentWithoutDotsAsFileNameWithoutExtension: true
|
|
14816
14818
|
},
|
|
14817
14819
|
alwaysForwardSlashSeparators: true
|
|
14818
14820
|
});
|
|
@@ -15138,7 +15140,7 @@ class VinylFileClass extends vinyl_1.default {
|
|
|
15138
15140
|
* `this.contents` is either `null` or `never` and even `isArbitraryObject` type guard does not assure TypeScript. */
|
|
15139
15141
|
/* @ts-ignore: TS2358 (See above) */
|
|
15140
15142
|
return (0, es_extensions_1.isNull)(this.contents) || ((0, es_extensions_1.isArbitraryObject)(this.contents) && !(this.contents instanceof Buffer)) ?
|
|
15141
|
-
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
|
15143
|
+
/* eslint-disable @typescript-eslint/no-unsafe-call -- (See ※ explanation) */
|
|
15142
15144
|
/* @ts-ignore: TS2339 (See ※ explanation) */
|
|
15143
15145
|
"" : this.contents.toString();
|
|
15144
15146
|
/* eslint-enable @typescript-eslint/no-unsafe-call */
|
|
@@ -15620,7 +15622,7 @@ function revisionHash(data) {
|
|
|
15620
15622
|
\***********************/
|
|
15621
15623
|
/***/ ((module) => {
|
|
15622
15624
|
|
|
15623
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@yamato-daiwa/automation","version":"0.5.0-alpha.
|
|
15625
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@yamato-daiwa/automation","version":"0.5.0-alpha.7","description":"The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.","keywords":["build","pug","stylus","tool","typescript"],"engines":{"node":">=18.0.0"},"bin":{"yda":"Executable"},"files":["EntryPoint.js"],"dependencies":{"@eslint-community/eslint-plugin-eslint-comments":"4.4.1","@stylistic/eslint-plugin":"2.10.1","@typescript-eslint/eslint-plugin":"8.13.0","@typescript-eslint/parser":"8.13.0","@vue/compiler-sfc":"3.5.12","@webdiscus/pug-loader":"2.11.0","@yamato-daiwa/es-extensions":"1.8.0-alpha.7","@yamato-daiwa/es-extensions-nodejs":"1.8.0-alpha.6","@yamato-daiwa/style_guides":"0.3.1","autoprefixer":"10.4.20","browser-sync":"3.0.3","css-loader":"7.1.2","cssnano":"7.0.6","eslint":"9.14.0","eslint-plugin-import":"2.31.0","eslint-plugin-n":"17.13.1","eslint-plugin-react":"7.37.2","eslint-plugin-vue":"9.30.0","eslint-plugin-vue-pug":"0.6.2","fork-ts-checker-webpack-plugin":"7.3.0","gulp":"4.0.2","gulp-data":"1.3.1","gulp-html-prettify":"0.0.1","gulp-if":"3.0.0","gulp-imagemin":"7.1.0","gulp-nodemon":"2.5.0","gulp-plumber":"1.2.1","gulp-postcss":"10.0.0","gulp-pug":"5.0.0","gulp-sourcemaps":"3.0.0","gulp-stylus":"3.0.1","imagemin-pngquant":"9.0.2","json5-loader":"4.0.1","node-html-parser":"6.1.13","node-notifier":"10.0.1","pa11y":"8.0.0","probe-image-size":"7.2.3","pug3-ast-loader":"0.0.0","pug-lint":"2.7.0","puppeteer":"22.10.0","rev-hash":"4.1.0","stlint":"1.0.65","stream-combiner2":"1.1.1","style-loader":"4.0.0","stylus":"0.63.0","stylus-loader":"8.1.1","ts-loader":"9.5.1","vinyl":"2.2.1","vue-loader":"17.4.2","vue-style-loader":"4.1.3","w3c-html-validator":"0.8.1","webpack":"5.96.1","webpack-node-externals":"3.0.0","webpack-stream":"7.0.0","worker-loader":"3.0.8","yaml-loader":"0.8.1"},"devDependencies":{"@types/browser-sync":"2.29.0","@types/cssnano":"5.0.0","@types/gulp":"4.0.17","@types/gulp-html-prettify":"0.0.5","@types/gulp-if":"3.0.4","@types/gulp-imagemin":"7.0.3","@types/gulp-nodemon":"0.0.37","@types/gulp-plumber":"0.0.37","@types/gulp-postcss":"8.0.6","@types/gulp-sourcemaps":"0.0.38","@types/gulp-stylus":"2.7.8","@types/node":"20.14.2","@types/node-notifier":"8.0.5","@types/pa11y":"5.3.7","@types/probe-image-size":"7.2.5","@types/pug":"2.0.10","@types/webpack-node-externals":"3.0.4","@types/webpack-stream":"3.2.15","eslint-webpack-plugin":"4.2.0","ts-node":"10.9.2","typescript":"5.6.3","webpack-cli":"5.1.4"},"scripts":{"Incremental development building":"webpack --mode development","Production building":"webpack --mode production","Linting":"eslint Source","Tree diagram of source files generating":"tree Source /f"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation.git"},"bugs":{"url":"https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation/issues","email":"tokugawa.takesi@gmail.com"}}');
|
|
15624
15626
|
|
|
15625
15627
|
/***/ })
|
|
15626
15628
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/automation",
|
|
3
|
-
"version": "0.5.0-alpha.
|
|
3
|
+
"version": "0.5.0-alpha.7",
|
|
4
4
|
"description": "The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"build",
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
"EntryPoint.js"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@eslint-community/eslint-plugin-eslint-comments": "4.4.
|
|
23
|
-
"@stylistic/eslint-plugin": "2.
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
25
|
-
"@typescript-eslint/parser": "8.
|
|
26
|
-
"@vue/compiler-sfc": "3.
|
|
22
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
|
23
|
+
"@stylistic/eslint-plugin": "2.10.1",
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "8.13.0",
|
|
25
|
+
"@typescript-eslint/parser": "8.13.0",
|
|
26
|
+
"@vue/compiler-sfc": "3.5.12",
|
|
27
27
|
"@webdiscus/pug-loader": "2.11.0",
|
|
28
|
-
"@yamato-daiwa/es-extensions": "1.8.0-alpha.
|
|
29
|
-
"@yamato-daiwa/es-extensions-nodejs": "1.8.0-alpha.
|
|
30
|
-
"@yamato-daiwa/style_guides": "0.3.
|
|
31
|
-
"autoprefixer": "10.4.
|
|
32
|
-
"browser-sync": "3.0.
|
|
28
|
+
"@yamato-daiwa/es-extensions": "1.8.0-alpha.7",
|
|
29
|
+
"@yamato-daiwa/es-extensions-nodejs": "1.8.0-alpha.6",
|
|
30
|
+
"@yamato-daiwa/style_guides": "0.3.1",
|
|
31
|
+
"autoprefixer": "10.4.20",
|
|
32
|
+
"browser-sync": "3.0.3",
|
|
33
33
|
"css-loader": "7.1.2",
|
|
34
|
-
"cssnano": "7.0.
|
|
35
|
-
"eslint": "9.
|
|
34
|
+
"cssnano": "7.0.6",
|
|
35
|
+
"eslint": "9.14.0",
|
|
36
36
|
"eslint-plugin-import": "2.31.0",
|
|
37
|
-
"eslint-plugin-n": "17.
|
|
38
|
-
"eslint-plugin-react": "7.37.
|
|
39
|
-
"eslint-plugin-vue": "9.
|
|
37
|
+
"eslint-plugin-n": "17.13.1",
|
|
38
|
+
"eslint-plugin-react": "7.37.2",
|
|
39
|
+
"eslint-plugin-vue": "9.30.0",
|
|
40
40
|
"eslint-plugin-vue-pug": "0.6.2",
|
|
41
41
|
"fork-ts-checker-webpack-plugin": "7.3.0",
|
|
42
42
|
"gulp": "4.0.2",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"stream-combiner2": "1.1.1",
|
|
65
65
|
"style-loader": "4.0.0",
|
|
66
66
|
"stylus": "0.63.0",
|
|
67
|
-
"stylus-loader": "8.1.
|
|
67
|
+
"stylus-loader": "8.1.1",
|
|
68
68
|
"ts-loader": "9.5.1",
|
|
69
69
|
"vinyl": "2.2.1",
|
|
70
70
|
"vue-loader": "17.4.2",
|
|
71
71
|
"vue-style-loader": "4.1.3",
|
|
72
72
|
"w3c-html-validator": "0.8.1",
|
|
73
|
-
"webpack": "5.
|
|
73
|
+
"webpack": "5.96.1",
|
|
74
74
|
"webpack-node-externals": "3.0.0",
|
|
75
75
|
"webpack-stream": "7.0.0",
|
|
76
76
|
"worker-loader": "3.0.8",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@types/node": "20.14.2",
|
|
92
92
|
"@types/node-notifier": "8.0.5",
|
|
93
93
|
"@types/pa11y": "5.3.7",
|
|
94
|
-
"@types/probe-image-size": "7.2.
|
|
94
|
+
"@types/probe-image-size": "7.2.5",
|
|
95
95
|
"@types/pug": "2.0.10",
|
|
96
96
|
"@types/webpack-node-externals": "3.0.4",
|
|
97
97
|
"@types/webpack-stream": "3.2.15",
|