generator-nitro 7.0.3 → 7.0.4

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.15.1
1
+ 16.16.0
@@ -1,2 +1 @@
1
1
  save-exact=true
2
- production=false
@@ -84,12 +84,12 @@
84
84
  "@gondel/core": "1.2.7",
85
85
  "@gondel/plugin-hot": "1.2.7",
86
86
  "bootstrap": "5.1.3",<% } %>
87
- "core-js": "3.23.3"<% if (options.exampleCode) { %>,
87
+ "core-js": "3.23.4"<% if (options.exampleCode) { %>,
88
88
  "flatpickr": "4.6.13",
89
89
  "handlebars": "4.7.7",
90
90
  "jquery": "3.6.0",
91
91
  "lazysizes": "5.3.2",
92
- "lottie-web": "5.9.4",
92
+ "lottie-web": "5.9.6",
93
93
  "prevent-window-opener-attacks": "0.3.0"<% } %><% if (options.jsCompiler === 'js') { %>,
94
94
  "regenerator-runtime": "0.13.9"<% } %><% if (options.exampleCode) { %>,
95
95
  "svg4everybody": "2.1.9"<% } %>
@@ -115,7 +115,7 @@
115
115
  "commitizen": "4.2.4",
116
116
  "config": "3.3.7",
117
117
  "cross-env": "7.0.3",
118
- "cypress": "10.2.0",
118
+ "cypress": "10.3.0",
119
119
  "cz-conventional-changelog": "3.3.0",
120
120
  "env-linter": "1.0.0",
121
121
  "eslint": "7.32.0",
@@ -125,10 +125,10 @@
125
125
  "gulp": "4.0.2",
126
126
  "husky": "8.0.1",
127
127
  "license-checker": "25.0.1",
128
- "lighthouse": "9.6.2",
128
+ "lighthouse": "9.6.3",
129
129
  "lint-staged": "13.0.3",<% if (options.themes) { %>
130
130
  "node-sass": "6.0.1",<% } %>
131
- "npm-check-updates": "14.1.1",
131
+ "npm-check-updates": "15.2.6",
132
132
  "npm-run-all": "4.1.5",
133
133
  "prettier": "2.7.1",
134
134
  "rimraf": "3.0.2",
@@ -23,7 +23,7 @@ This application was created by the yeoman generator for nitro.
23
23
  Before using, you need of course [node](https://nodejs.org/) installed.
24
24
  Nitro is always tested with the current
25
25
  ["Active LTS" version of node.js](https://github.com/nodejs/Release#release-schedule) (release 16.x)
26
- and at the moment also with the LTS maintenance versions (release 12.x and 14.x).
26
+ and at the moment also with the LTS maintenance version (release 14.x).
27
27
 
28
28
  Install the project dependencies in the project root:
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": "merkle-open/generator-nitro",
package/readme.md CHANGED
@@ -18,7 +18,7 @@ Nitro is simple, fast and flexible. It works on macOS, Windows and Linux. Use th
18
18
  Before using, you need of course [node](https://nodejs.org/) installed.
19
19
  Nitro and the Nitro generator are always tested with the current
20
20
  ["Active LTS" version of node.js](https://github.com/nodejs/Release#release-schedule) (release 16.x)
21
- and at the moment also with the LTS maintenance versions (release 12.x and 14.x).
21
+ and at the moment also with the LTS maintenance version (release 14.x).
22
22
 
23
23
  ### Create a new project
24
24