generator-nitro 7.2.1 → 7.2.2
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
|
-
16.
|
|
1
|
+
16.19.0
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"@gondel/core": "1.2.7",
|
|
85
85
|
"@gondel/plugin-hot": "1.2.7",
|
|
86
86
|
"bootstrap": "5.2.3",<% } %>
|
|
87
|
-
"core-js": "3.
|
|
87
|
+
"core-js": "3.27.1"<% if (options.exampleCode) { %>,
|
|
88
88
|
"flatpickr": "4.6.13",
|
|
89
89
|
"handlebars": "4.7.7",
|
|
90
|
-
"jquery": "3.6.
|
|
90
|
+
"jquery": "3.6.3",
|
|
91
91
|
"lazysizes": "5.3.2",
|
|
92
|
-
"lottie-web": "5.10.
|
|
92
|
+
"lottie-web": "5.10.1",
|
|
93
93
|
"prevent-window-opener-attacks": "0.3.0"<% } %><% if (options.jsCompiler === 'js') { %>,
|
|
94
94
|
"regenerator-runtime": "0.13.11"<% } %><% if (options.exampleCode) { %>,
|
|
95
95
|
"svg4everybody": "2.1.9"<% } %>
|
|
@@ -97,25 +97,25 @@
|
|
|
97
97
|
"devDependencies": {<% if (options.jsCompiler === 'js') { %>
|
|
98
98
|
"@babel/eslint-parser": "7.19.1",<% } %>
|
|
99
99
|
"@khanacademy/tota11y": "0.2.0",
|
|
100
|
+
"@merkle-open/eslint-config": "1.0.0",
|
|
100
101
|
"@merkle-open/html-validate-config": "1.0.0",
|
|
101
102
|
"@merkle-open/prettier-config": "1.0.0",
|
|
102
103
|
"@merkle-open/stylelint-config": "1.0.0",
|
|
103
104
|
"@merkle-open/ts-config": "1.0.0",
|
|
104
|
-
"@namics/eslint-config": "9.1.1",
|
|
105
105
|
"@nitro/app": "<%= version %>",
|
|
106
106
|
"@nitro/exporter": "<%= version %>",
|
|
107
107
|
"@nitro/gulp": "<%= version %>",
|
|
108
108
|
"@nitro/webpack": "<%= version %>",<% if (options.jsCompiler === 'ts') { %>
|
|
109
109
|
"@types/bootstrap": "5.2.6",<% if (options.exampleCode ) { %>
|
|
110
|
-
"@types/jquery": "3.5.
|
|
110
|
+
"@types/jquery": "3.5.16",<% } %>
|
|
111
111
|
"@types/svg4everybody": "2.1.2",
|
|
112
112
|
"@types/webpack-env": "1.18.0",<% } %>
|
|
113
113
|
"backstopjs": "6.1.4",
|
|
114
114
|
"check-node-version": "4.2.1",
|
|
115
|
-
"commitizen": "4.2.
|
|
115
|
+
"commitizen": "4.2.6",
|
|
116
116
|
"config": "3.3.8",
|
|
117
117
|
"cross-env": "7.0.3",
|
|
118
|
-
"cypress": "
|
|
118
|
+
"cypress": "12.2.0",
|
|
119
119
|
"cz-conventional-changelog": "3.3.0",
|
|
120
120
|
"env-linter": "1.0.0",
|
|
121
121
|
"eslint": "7.32.0",
|
|
@@ -124,17 +124,17 @@
|
|
|
124
124
|
"generator-nitro": "<%= version %>",
|
|
125
125
|
"gulp": "4.0.2",
|
|
126
126
|
"husky": "8.0.2",
|
|
127
|
-
"html-validate": "7.
|
|
127
|
+
"html-validate": "7.12.0",
|
|
128
128
|
"license-checker": "25.0.1",
|
|
129
129
|
"lighthouse": "9.6.8",
|
|
130
130
|
"lint-staged": "13.1.0",<% if (options.themes) { %>
|
|
131
|
-
"node-sass": "
|
|
132
|
-
"npm-check-updates": "16.
|
|
131
|
+
"node-sass": "8.0.0",<% } %>
|
|
132
|
+
"npm-check-updates": "16.6.2",
|
|
133
133
|
"npm-run-all": "4.1.5",
|
|
134
|
-
"prettier": "2.8.
|
|
134
|
+
"prettier": "2.8.1",
|
|
135
135
|
"rimraf": "3.0.2",
|
|
136
|
-
"stylelint": "14.16.
|
|
137
|
-
"typescript": "4.9.
|
|
136
|
+
"stylelint": "14.16.1",<% if (options.jsCompiler === 'ts') { %>
|
|
137
|
+
"typescript": "4.9.4",<% } %>
|
|
138
138
|
"webpack-cli": "4.10.0",
|
|
139
139
|
"yo": "4.3.1"
|
|
140
140
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-nitro",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"description": "Yeoman generator for the nitro frontend framework",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "merkle-open/generator-nitro",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"yosay": "2.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@
|
|
47
|
+
"@merkle-open/eslint-config": "1.0.0",
|
|
48
48
|
"ejs": "3.1.8",
|
|
49
49
|
"eslint": "7.32.0",
|
|
50
50
|
"eslint-plugin-import": "2.26.0",
|