generator-nitro 7.2.4 → 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.
@@ -84,7 +84,7 @@
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.27.2"<% if (options.exampleCode) { %>,
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",
@@ -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.0",
102
- "@merkle-open/prettier-config": "1.0.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.0",
104
+ "@merkle-open/ts-config": "1.0.1",
105
105
  "@nitro/app": "<%= version %>",
106
106
  "@nitro/exporter": "<%= version %>",
107
107
  "@nitro/gulp": "<%= version %>",
@@ -115,7 +115,7 @@
115
115
  "commitizen": "4.3.0",
116
116
  "config": "3.3.9",
117
117
  "cross-env": "7.0.3",
118
- "cypress": "12.4.0",
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",
@@ -124,17 +124,17 @@
124
124
  "generator-nitro": "<%= version %>",
125
125
  "gulp": "4.0.2",
126
126
  "husky": "8.0.3",
127
- "html-validate": "7.13.1",
127
+ "html-validate": "7.13.2",
128
128
  "license-checker": "25.0.1",
129
- "lighthouse": "9.6.8",
130
- "lint-staged": "13.1.0",<% if (options.themes) { %>
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.6.3",
132
+ "npm-check-updates": "16.7.9",
133
133
  "npm-run-all": "4.1.5",
134
- "prettier": "2.8.3",
134
+ "prettier": "2.8.4",
135
135
  "rimraf": "4.1.2",
136
136
  "stylelint": "14.16.1",<% if (options.jsCompiler === 'ts') { %>
137
- "typescript": "4.9.4",<% } %>
137
+ "typescript": "4.9.5",<% } %>
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.4",
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",
@@ -40,7 +40,7 @@
40
40
  "glob": "8.1.0",
41
41
  "got": "11.8.5",
42
42
  "lodash": "4.17.21",
43
- "yeoman-generator": "5.7.0",
43
+ "yeoman-generator": "5.8.0",
44
44
  "yosay": "2.0.2"
45
45
  },
46
46
  "devDependencies": {