create-quasar 1.0.31 → 1.1.0

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.
package/index.js CHANGED
@@ -89,6 +89,7 @@ async function run () {
89
89
  : [
90
90
  { title: 'Yes, use Yarn (recommended)', value: 'yarn' },
91
91
  { title: 'Yes, use NPM', value: 'npm' },
92
+ { title: 'Yes, use PNPM (experimental support)', value: 'pnpm' },
92
93
  { title: 'No, I will handle that myself', value: false }
93
94
  ]
94
95
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quasar",
3
- "version": "1.0.31",
3
+ "version": "1.1.0",
4
4
  "description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
5
  "author": {
6
6
  "name": "Razvan Stoenescu",
@@ -0,0 +1,3 @@
1
+ # pnpm-related options
2
+ shamefully-hoist=true
3
+ strict-peer-dependencies=false
@@ -39,7 +39,8 @@
39
39
  <% } } %>
40
40
  <% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %>
41
41
  "@quasar/app-vite": "^1.0.0",
42
- "autoprefixer": "^10.4.2"
42
+ "autoprefixer": "^10.4.2",
43
+ "postcss": "^8.4.14"
43
44
  },
44
45
  "engines": {
45
46
  "node": "^18 || ^16 || ^14.19",
@@ -162,6 +162,7 @@ module.exports = configure(function (/* ctx */) {
162
162
  swFilename: 'sw.js',
163
163
  manifestFilename: 'manifest.json',
164
164
  useCredentialsForManifestTag: false,
165
+ // useFilenameHashes: true,
165
166
  // extendGenerateSWOptions (cfg) {}
166
167
  // extendInjectManifestOptions (cfg) {},
167
168
  // extendManifestJson (json) {}
@@ -0,0 +1,3 @@
1
+ # pnpm-related options
2
+ shamefully-hoist=true
3
+ strict-peer-dependencies=false
@@ -0,0 +1,3 @@
1
+ # pnpm-related options
2
+ shamefully-hoist=true
3
+ strict-peer-dependencies=false
@@ -163,6 +163,7 @@ module.exports = configure(function (/* ctx */) {
163
163
  swFilename: 'sw.js',
164
164
  manifestFilename: 'manifest.json',
165
165
  useCredentialsForManifestTag: false,
166
+ // useFilenameHashes: true,
166
167
  // extendGenerateSWOptions (cfg) {}
167
168
  // extendInjectManifestOptions (cfg) {},
168
169
  // extendManifestJson (json) {}
@@ -0,0 +1,3 @@
1
+ # pnpm-related options
2
+ shamefully-hoist=true
3
+ strict-peer-dependencies=false