generator-nitro 5.10.11 → 5.10.15

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
- 14.17.4
1
+ 14.18.0
@@ -85,14 +85,14 @@
85
85
  "@gondel/core": "1.2.7",
86
86
  "@gondel/plugin-hot": "1.2.7",
87
87
  "@khanacademy/tota11y": "0.2.0",
88
- "bootstrap": "5.0.2",<% } %>
89
- "core-js": "3.16.0"<% if (options.exampleCode) { %>,
88
+ "bootstrap": "5.1.1",<% } %>
89
+ "core-js": "3.18.1"<% if (options.exampleCode) { %>,
90
90
  "flatpickr": "4.6.9",
91
91
  "handlebars": "4.7.7",
92
92
  "jquery": "3.6.0",
93
93
  "lazysizes": "5.3.2",
94
- "lottie-web": "5.7.12",
95
- "prevent-window-opener-attacks": "0.2.5"<% } %><% if (options.jsCompiler === 'js') { %>,
94
+ "lottie-web": "5.7.13",
95
+ "prevent-window-opener-attacks": "0.3.0"<% } %><% if (options.jsCompiler === 'js') { %>,
96
96
  "regenerator-runtime": "0.13.9"<% } %><% if (options.exampleCode) { %>,
97
97
  "svg4everybody": "2.1.9"<% } %>
98
98
  },
@@ -102,7 +102,6 @@
102
102
  "@dash4/plugin-readme": "0.9.3",
103
103
  "@dash4/plugin-terminal": "0.9.3",
104
104
  "@dash4/server": "0.9.3",
105
- "@namics/env-linter": "0.4.0",
106
105
  "@namics/eslint-config": "9.1.1",
107
106
  "@namics/prettier-config": "2.0.1",
108
107
  "@namics/stylelint-config": "1.1.2",
@@ -111,7 +110,7 @@
111
110
  "@nitro/exporter": "<%= version %>",
112
111
  "@nitro/gulp": "<%= version %>",
113
112
  "@nitro/webpack": "<%= version %>",<% if (options.jsCompiler === 'ts') { %>
114
- "@types/bootstrap": "5.0.17",<% if (options.exampleCode ) { %>
113
+ "@types/bootstrap": "5.1.6",<% if (options.exampleCode ) { %>
115
114
  "@types/jquery": "3.5.6",<% } %>
116
115
  "@types/svg4everybody": "2.1.2",
117
116
  "@types/webpack-env": "1.16.2",<% } %>
@@ -120,26 +119,27 @@
120
119
  "commitizen": "4.2.4",
121
120
  "config": "3.3.6",
122
121
  "cross-env": "7.0.3",
123
- "cypress": "7.7.0",
122
+ "cypress": "8.5.0",
124
123
  "cz-conventional-changelog": "3.3.0",
124
+ "env-linter": "0.5.1",
125
125
  "eslint": "7.32.0",
126
- "eslint-plugin-import": "2.23.4",
126
+ "eslint-plugin-import": "2.24.2",
127
127
  "extend": "3.0.2",
128
128
  "generator-nitro": "<%= version %>",
129
129
  "gulp": "4.0.2",
130
130
  "husky": "4.3.8",
131
131
  "license-checker": "25.0.1",
132
- "lighthouse": "8.1.0",
132
+ "lighthouse": "8.5.1",
133
133
  "lint-staged": "10.5.4",<% if (options.themes) { %>
134
134
  "node-sass": "5.0.0",<% } %>
135
- "npm-check-updates": "11.8.3",
135
+ "npm-check-updates": "11.8.5",
136
136
  "npm-run-all": "4.1.5",
137
137
  "opener": "1.5.2",
138
- "prettier": "2.3.2",
138
+ "prettier": "2.4.1",
139
139
  "rimraf": "3.0.2",
140
140
  "stylelint": "13.13.1",<% if (options.jsCompiler === 'ts') { %>
141
- "typescript": "4.3.5",<% } %>
142
- "webpack-cli": "4.7.2",
141
+ "typescript": "4.4.3",<% } %>
142
+ "webpack-cli": "4.8.0",
143
143
  "yo": "3.1.1"
144
144
  },
145
145
  "browserslist": [
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  *
3
- * DASH4 configuration
3
+ * DASH4 configuration (deprecated)
4
4
  * https://github.com/smollweide/dash4
5
5
  *
6
6
  */
@@ -19,7 +19,7 @@ and start in development mode
19
19
  npm start
20
20
  ```
21
21
 
22
- ### Use Dashboard
22
+ ### Use Dashboard (deprecated)
23
23
 
24
24
  Or use the dashboard to get an overview of the important npm scripts and documentations.
25
25
 
@@ -12,9 +12,9 @@ $grid-breakpoints: (
12
12
  );
13
13
 
14
14
  $container-max-widths: (
15
- sm: $size-xs-max,
16
- md: $size-sm-max,
17
- lg: $size-md-max,
15
+ sm: $size-sm-max,
16
+ md: $size-md-max,
17
+ lg: $size-lg-max,
18
18
  xl: $size-xl-max,
19
19
  xxl: $size-xl-max + 1
20
20
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "5.10.11",
3
+ "version": "5.10.15",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": "merkle-open/generator-nitro",
@@ -36,7 +36,7 @@
36
36
  "chalk": "4.1.2",
37
37
  "config": "3.3.6",
38
38
  "git-config": "0.0.7",
39
- "glob": "7.1.7",
39
+ "glob": "7.2.0",
40
40
  "got": "11.8.2",
41
41
  "lodash": "4.17.21",
42
42
  "yeoman-generator": "4.13.0",
@@ -46,9 +46,9 @@
46
46
  "@namics/eslint-config": "9.1.1",
47
47
  "ejs": "3.1.6",
48
48
  "eslint": "7.32.0",
49
- "eslint-plugin-import": "2.23.4",
49
+ "eslint-plugin-import": "2.24.2",
50
50
  "fs-extra": "9.1.0",
51
- "jasmine": "3.8.0",
51
+ "jasmine": "3.9.0",
52
52
  "yeoman-assert": "3.1.1",
53
53
  "yeoman-test": "2.4.1"
54
54
  }