generator-nitro 6.0.6 → 6.0.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.
@@ -20,7 +20,7 @@
20
20
  "nitro:update": "npm uninstall generator-nitro && npm install generator-nitro@latest --save-dev --save-exact && yo nitro",
21
21
  "update-dependencies": "npm-check-updates -u",
22
22
  "\n# MISC ------- ": "",
23
- "postinstall": "<% if (git.root) { %>cd <%= git.root %> && husky install <% if (git.project) { %><%= git.project %>/.husky <% } %>&& <% } %><% if (options.themes) { %>npm rebuild node-sass && <% } %>env-linter<% if (git.root) { %> --hooksInstalled<% } %> --saveExact --dependenciesExactVersion --lts",
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 ------- ": "",
25
25
  "check-node-version": "check-node-version --print --package",
26
26
  "cypress-test": "npm run build && cross-env PORT=8888 NITRO_MODE=test npm-run-all --parallel --race test:cypress:serve cypress-test:open",
@@ -85,7 +85,7 @@
85
85
  "@gondel/plugin-hot": "1.2.7",
86
86
  "@khanacademy/tota11y": "0.2.0",
87
87
  "bootstrap": "5.1.3",<% } %>
88
- "core-js": "3.20.2"<% if (options.exampleCode) { %>,
88
+ "core-js": "3.20.3"<% if (options.exampleCode) { %>,
89
89
  "flatpickr": "4.6.9",
90
90
  "handlebars": "4.7.7",
91
91
  "jquery": "3.6.0",
@@ -105,16 +105,16 @@
105
105
  "@nitro/exporter": "<%= version %>",
106
106
  "@nitro/gulp": "<%= version %>",
107
107
  "@nitro/webpack": "<%= version %>",<% if (options.jsCompiler === 'ts') { %>
108
- "@types/bootstrap": "5.1.8",<% if (options.exampleCode ) { %>
109
- "@types/jquery": "3.5.12",<% } %>
108
+ "@types/bootstrap": "5.1.9",<% if (options.exampleCode ) { %>
109
+ "@types/jquery": "3.5.13",<% } %>
110
110
  "@types/svg4everybody": "2.1.2",
111
111
  "@types/webpack-env": "1.16.3",<% } %>
112
112
  "backstopjs": "6.0.4",
113
113
  "check-node-version": "4.2.1",
114
114
  "commitizen": "4.2.4",
115
- "config": "3.3.6",
115
+ "config": "3.3.7",
116
116
  "cross-env": "7.0.3",
117
- "cypress": "9.2.1",
117
+ "cypress": "9.3.1",
118
118
  "cz-conventional-changelog": "3.3.0",
119
119
  "env-linter": "0.5.1",
120
120
  "eslint": "7.32.0",
@@ -125,16 +125,16 @@
125
125
  "husky": "7.0.4",
126
126
  "license-checker": "25.0.1",
127
127
  "lighthouse": "9.2.0",
128
- "lint-staged": "12.1.7",<% if (options.themes) { %>
128
+ "lint-staged": "12.3.2",<% if (options.themes) { %>
129
129
  "node-sass": "6.0.1",<% } %>
130
- "npm-check-updates": "12.1.0",
130
+ "npm-check-updates": "12.2.1",
131
131
  "npm-run-all": "4.1.5",
132
132
  "opener": "1.5.2",
133
133
  "prettier": "2.5.1",
134
134
  "rimraf": "3.0.2",
135
135
  "stylelint": "13.13.1",<% if (options.jsCompiler === 'ts') { %>
136
- "typescript": "4.5.4",<% } %>
137
- "webpack-cli": "4.9.1",
136
+ "typescript": "4.5.5",<% } %>
137
+ "webpack-cli": "4.9.2",
138
138
  "yo": "4.3.0"
139
139
  },
140
140
  "browserslist": [
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@nitro/app": "<%= nitroAppVersion %>",
29
29
  "check-node-version": "4.2.1",
30
- "config": "3.3.6",
30
+ "config": "3.3.7",
31
31
  "cross-env": "7.0.3",
32
32
  "extend": "3.0.2",
33
33
  "npm-run-all": "4.1.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": "merkle-open/generator-nitro",
@@ -34,13 +34,13 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "chalk": "4.1.2",
37
- "config": "3.3.6",
37
+ "config": "3.3.7",
38
38
  "find-git-root": "1.0.4",
39
39
  "git-config": "0.0.7",
40
40
  "glob": "7.2.0",
41
41
  "got": "11.8.3",
42
42
  "lodash": "4.17.21",
43
- "yeoman-generator": "5.5.2",
43
+ "yeoman-generator": "5.6.1",
44
44
  "yosay": "2.0.2"
45
45
  },
46
46
  "devDependencies": {