generator-nitro 9.4.1 → 9.4.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.
@@ -80,8 +80,8 @@
80
80
  "dependencies": {<% if (options.exampleCode) { %>
81
81
  "@gondel/core": "1.2.8",
82
82
  "@gondel/plugin-hot": "1.2.8",
83
- "bootstrap": "5.3.3",<% } %>
84
- "core-js": "3.39.0"<% if (options.exampleCode) { %>,
83
+ "bootstrap": "5.3.5",<% } %>
84
+ "core-js": "3.42.0"<% if (options.exampleCode) { %>,
85
85
  "flatpickr": "4.6.13",
86
86
  "handlebars": "4.7.8",
87
87
  "jquery": "3.7.1",
@@ -92,7 +92,7 @@
92
92
  "svg4everybody": "2.1.9"<% } %>
93
93
  },
94
94
  "devDependencies": {<% if (options.jsCompiler === 'js') { %>
95
- "@babel/eslint-parser": "7.25.9",<% } %>
95
+ "@babel/eslint-parser": "7.27.1",<% } %>
96
96
  "@merkle-open/eslint-config": "4.0.0",
97
97
  "@merkle-open/html-validate-config": "1.0.2",
98
98
  "@merkle-open/prettier-config": "1.2.1",
@@ -102,11 +102,11 @@
102
102
  "@nitro/exporter": "<%= version %>",
103
103
  "@nitro/gulp": "<%= version %>",
104
104
  "@nitro/webpack": "<%= version %>",
105
- "@playwright/test": "1.49.1",<% if (options.jsCompiler === 'ts') { %>
105
+ "@playwright/test": "1.52.0",<% if (options.jsCompiler === 'ts') { %>
106
106
  "@types/bootstrap": "5.2.10",<% if (options.exampleCode ) { %>
107
107
  "@types/jquery": "3.5.32",<% } %>
108
108
  "@types/svg4everybody": "2.1.5",
109
- "@types/webpack-env": "1.18.5",<% } %>
109
+ "@types/webpack-env": "1.18.8",<% } %>
110
110
  "backstopjs": "6.3.25",
111
111
  "check-node-version": "4.2.1",
112
112
  "commitizen": "4.3.1",
@@ -124,15 +124,15 @@
124
124
  "html-validate": "7.18.1",
125
125
  "husky": "9.1.7",
126
126
  "license-checker": "25.0.1",
127
- "lighthouse": "12.3.0",
128
- "lint-staged": "15.2.11",<% if (options.themes) { %>
127
+ "lighthouse": "12.6.0",
128
+ "lint-staged": "15.5.1",<% if (options.themes) { %>
129
129
  "node-sass": "9.0.0",<% } %>
130
- "npm-check-updates": "17.1.11",
130
+ "npm-check-updates": "18.0.1",
131
131
  "npm-run-all": "4.1.5",
132
- "prettier": "3.4.2",
132
+ "prettier": "3.5.3",
133
133
  "rimraf": "5.0.10",
134
- "stylelint": "16.12.0",<% if (options.jsCompiler === 'ts') { %>
135
- "typescript": "5.6.3",<% } %>
134
+ "stylelint": "16.19.1",<% if (options.jsCompiler === 'ts') { %>
135
+ "typescript": "5.8.3",<% } %>
136
136
  "webpack-cli": "4.10.0",
137
137
  "yo": "5.1.0"
138
138
  },
@@ -32,7 +32,7 @@
32
32
  "cross-env": "7.0.3",
33
33
  "extend": "3.0.2",
34
34
  "hbs": "4.2.0",
35
- "i18next": "24.1.2",
35
+ "i18next": "24.2.3",
36
36
  "npm-run-all": "4.1.5"
37
37
  }
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "9.4.1",
3
+ "version": "9.4.2",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -51,8 +51,8 @@
51
51
  "ejs": "3.1.10",
52
52
  "eslint": "8.57.1",
53
53
  "eslint-plugin-import": "2.31.0",
54
- "fs-extra": "11.2.0",
55
- "jasmine": "5.5.0",
54
+ "fs-extra": "11.3.0",
55
+ "jasmine": "5.7.1",
56
56
  "yeoman-assert": "3.1.1",
57
57
  "yeoman-test": "6.3.0"
58
58
  }