generator-nitro 7.2.3 → 7.2.5
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.
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"nitro:pattern": "yo nitro:pattern",
|
|
19
19
|
"nitro:server": "npm run build && rimraf dist/ && yo nitro:server --folder=dist",
|
|
20
20
|
"nitro:update": "npm uninstall generator-nitro && npm install generator-nitro@latest --save-dev --save-exact && yo nitro",
|
|
21
|
-
"update-dependencies": "npm-check-updates -u",
|
|
21
|
+
"update-dependencies": "npm-check-updates -u --deprecated",
|
|
22
22
|
"\n# MISC ------- ": "",
|
|
23
23
|
"postinstall": "<% if (git.root) { %>cd <%= git.root %> && husky install <% if (git.project) { %><%= git.project %>/.husky && cd <%= git.project %> <% } %>&& <% } %><% if (options.themes) { %>npm rebuild node-sass && <% } %>env-linter<% if (git.root) { %> --hooksInstalled<% } %> --saveExact --dependenciesExactVersion --lts",
|
|
24
24
|
"\n# LINT/TEST ------- ": "",
|
|
@@ -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.28.0"<% if (options.exampleCode) { %>,
|
|
88
88
|
"flatpickr": "4.6.13",
|
|
89
89
|
"handlebars": "4.7.7",
|
|
90
90
|
"jquery": "3.6.3",
|
|
91
91
|
"lazysizes": "5.3.2",
|
|
92
|
-
"lottie-web": "5.10.
|
|
92
|
+
"lottie-web": "5.10.2",
|
|
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"<% } %>
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
"@babel/eslint-parser": "7.19.1",<% } %>
|
|
99
99
|
"@khanacademy/tota11y": "0.2.0",
|
|
100
100
|
"@merkle-open/eslint-config": "1.0.0",
|
|
101
|
-
"@merkle-open/html-validate-config": "1.0.
|
|
102
|
-
"@merkle-open/prettier-config": "1.0.
|
|
101
|
+
"@merkle-open/html-validate-config": "1.0.1",
|
|
102
|
+
"@merkle-open/prettier-config": "1.0.1",
|
|
103
103
|
"@merkle-open/stylelint-config": "1.0.0",
|
|
104
|
-
"@merkle-open/ts-config": "1.0.
|
|
104
|
+
"@merkle-open/ts-config": "1.0.1",
|
|
105
105
|
"@nitro/app": "<%= version %>",
|
|
106
106
|
"@nitro/exporter": "<%= version %>",
|
|
107
107
|
"@nitro/gulp": "<%= version %>",
|
|
@@ -112,29 +112,29 @@
|
|
|
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.
|
|
116
|
-
"config": "3.3.
|
|
115
|
+
"commitizen": "4.3.0",
|
|
116
|
+
"config": "3.3.9",
|
|
117
117
|
"cross-env": "7.0.3",
|
|
118
|
-
"cypress": "12.
|
|
118
|
+
"cypress": "12.6.0",
|
|
119
119
|
"cz-conventional-changelog": "3.3.0",
|
|
120
120
|
"env-linter": "1.0.0",
|
|
121
121
|
"eslint": "7.32.0",
|
|
122
|
-
"eslint-plugin-import": "2.
|
|
122
|
+
"eslint-plugin-import": "2.27.5",
|
|
123
123
|
"extend": "3.0.2",
|
|
124
124
|
"generator-nitro": "<%= version %>",
|
|
125
125
|
"gulp": "4.0.2",
|
|
126
126
|
"husky": "8.0.3",
|
|
127
|
-
"html-validate": "7.
|
|
127
|
+
"html-validate": "7.13.2",
|
|
128
128
|
"license-checker": "25.0.1",
|
|
129
|
-
"lighthouse": "
|
|
130
|
-
"lint-staged": "13.1.
|
|
129
|
+
"lighthouse": "10.0.1",
|
|
130
|
+
"lint-staged": "13.1.2",<% if (options.themes) { %>
|
|
131
131
|
"node-sass": "8.0.0",<% } %>
|
|
132
|
-
"npm-check-updates": "16.
|
|
132
|
+
"npm-check-updates": "16.7.9",
|
|
133
133
|
"npm-run-all": "4.1.5",
|
|
134
|
-
"prettier": "2.8.
|
|
135
|
-
"rimraf": "
|
|
134
|
+
"prettier": "2.8.4",
|
|
135
|
+
"rimraf": "4.1.2",
|
|
136
136
|
"stylelint": "14.16.1",<% if (options.jsCompiler === 'ts') { %>
|
|
137
|
-
"typescript": "4.9.
|
|
137
|
+
"typescript": "4.9.5",<% } %>
|
|
138
138
|
"webpack-cli": "4.10.0",
|
|
139
139
|
"yo": "4.3.1"
|
|
140
140
|
},
|
|
@@ -27,10 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@nitro/app": "<%= nitroAppVersion %>",
|
|
29
29
|
"check-node-version": "4.2.1",
|
|
30
|
-
"config": "3.3.
|
|
30
|
+
"config": "3.3.9",
|
|
31
31
|
"cross-env": "7.0.3",
|
|
32
32
|
"extend": "3.0.2",
|
|
33
|
-
"npm-run-all": "4.1.5"
|
|
34
|
-
"rimraf": "3.0.2"
|
|
33
|
+
"npm-run-all": "4.1.5"
|
|
35
34
|
}
|
|
36
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-nitro",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.5",
|
|
4
4
|
"description": "Yeoman generator for the nitro frontend framework",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "merkle-open/generator-nitro",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"cli-color": "2.0.3",
|
|
37
|
-
"config": "3.3.
|
|
37
|
+
"config": "3.3.9",
|
|
38
38
|
"find-git-root": "1.0.4",
|
|
39
39
|
"git-config": "0.0.7",
|
|
40
|
-
"glob": "8.0
|
|
40
|
+
"glob": "8.1.0",
|
|
41
41
|
"got": "11.8.5",
|
|
42
42
|
"lodash": "4.17.21",
|
|
43
|
-
"yeoman-generator": "5.
|
|
43
|
+
"yeoman-generator": "5.8.0",
|
|
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
|
-
"eslint-plugin-import": "2.
|
|
50
|
+
"eslint-plugin-import": "2.27.5",
|
|
51
51
|
"fs-extra": "11.1.0",
|
|
52
52
|
"jasmine": "4.5.0",
|
|
53
53
|
"yeoman-assert": "3.1.1",
|