generator-nitro 7.5.2 → 7.5.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
18.16.
|
|
1
|
+
18.16.1
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"@gondel/core": "1.2.8",
|
|
88
88
|
"@gondel/plugin-hot": "1.2.8",
|
|
89
89
|
"bootstrap": "5.3.0",<% } %>
|
|
90
|
-
"core-js": "3.
|
|
90
|
+
"core-js": "3.31.0"<% if (options.exampleCode) { %>,
|
|
91
91
|
"flatpickr": "4.6.13",
|
|
92
92
|
"handlebars": "4.7.7",
|
|
93
93
|
"jquery": "3.7.0",
|
|
94
94
|
"lazysizes": "5.3.2",
|
|
95
|
-
"lottie-web": "5.12.
|
|
95
|
+
"lottie-web": "5.12.2",
|
|
96
96
|
"prevent-window-opener-attacks": "0.3.1"<% } %><% if (options.jsCompiler === 'js') { %>,
|
|
97
97
|
"regenerator-runtime": "0.13.11"<% } %><% if (options.exampleCode) { %>,
|
|
98
98
|
"svg4everybody": "2.1.9"<% } %>
|
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
"@merkle-open/eslint-config": "1.0.0",
|
|
104
104
|
"@merkle-open/html-validate-config": "1.0.1",
|
|
105
105
|
"@merkle-open/prettier-config": "1.1.0",
|
|
106
|
-
"@merkle-open/stylelint-config": "
|
|
106
|
+
"@merkle-open/stylelint-config": "3.0.0",
|
|
107
107
|
"@merkle-open/ts-config": "1.1.0",
|
|
108
108
|
"@nitro/app": "<%= version %>",
|
|
109
109
|
"@nitro/exporter": "<%= version %>",
|
|
110
110
|
"@nitro/gulp": "<%= version %>",
|
|
111
111
|
"@nitro/webpack": "<%= version %>",
|
|
112
|
-
"@playwright/test": "1.35.
|
|
112
|
+
"@playwright/test": "1.35.1",<% if (options.jsCompiler === 'ts') { %>
|
|
113
113
|
"@types/bootstrap": "5.2.6",<% if (options.exampleCode ) { %>
|
|
114
114
|
"@types/jquery": "3.5.16",<% } %>
|
|
115
115
|
"@types/svg4everybody": "2.1.2",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"commitizen": "4.3.0",
|
|
120
120
|
"config": "3.3.9",
|
|
121
121
|
"cross-env": "7.0.3",
|
|
122
|
-
"cypress": "12.
|
|
122
|
+
"cypress": "12.16.0",
|
|
123
123
|
"cz-conventional-changelog": "3.3.0",
|
|
124
124
|
"env-linter": "1.0.0",
|
|
125
125
|
"eslint": "7.32.0",
|
|
@@ -130,15 +130,15 @@
|
|
|
130
130
|
"html-validate": "7.18.1",
|
|
131
131
|
"husky": "8.0.3",
|
|
132
132
|
"license-checker": "25.0.1",
|
|
133
|
-
"lighthouse": "10.
|
|
134
|
-
"lint-staged": "13.2.
|
|
133
|
+
"lighthouse": "10.3.0",
|
|
134
|
+
"lint-staged": "13.2.3",<% if (options.themes) { %>
|
|
135
135
|
"node-sass": "8.0.0",<% } %>
|
|
136
|
-
"npm-check-updates": "16.10.
|
|
136
|
+
"npm-check-updates": "16.10.13",
|
|
137
137
|
"npm-run-all": "4.1.5",
|
|
138
138
|
"prettier": "2.8.8",
|
|
139
139
|
"rimraf": "5.0.1",
|
|
140
|
-
"stylelint": "15.
|
|
141
|
-
"typescript": "5.1.
|
|
140
|
+
"stylelint": "15.9.0",<% if (options.jsCompiler === 'ts') { %>
|
|
141
|
+
"typescript": "5.1.6",<% } %>
|
|
142
142
|
"webpack-cli": "4.10.0",
|
|
143
143
|
"yo": "4.3.1"
|
|
144
144
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const port = process.env.PORT || '
|
|
3
|
+
const port = process.env.PORT || '8892';
|
|
4
4
|
const hostName = process.env.HOST_NAME || 'http://host.docker.internal';
|
|
5
5
|
const host = `${hostName}:${port}`;
|
|
6
6
|
const viewports = [
|
|
@@ -47,7 +47,7 @@ module.exports = {
|
|
|
47
47
|
asyncCompareLimit: 50,
|
|
48
48
|
debug: false,
|
|
49
49
|
debugWindow: false,
|
|
50
|
-
dockerCommandTemplate: 'docker run --rm -it --mount type=bind,source="{cwd}",target=/src backstopjs/backstopjs:{version} {backstopCommand} {args}',
|
|
50
|
+
// dockerCommandTemplate: 'docker run --rm -it --mount type=bind,source="{cwd}",target=/src backstopjs/backstopjs:{version} {backstopCommand} {args}',
|
|
51
51
|
},
|
|
52
52
|
baseScenario: {
|
|
53
53
|
label: 'scenario x',
|