@quasar/icongenie 3.1.1 → 4.0.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.
@@ -6,8 +6,8 @@ const minor = parseInt(version[ 1 ].replace(/\D/g,''), 10)
6
6
  const patch = parseInt(version[ 2 ].replace(/\D/g,''), 10)
7
7
 
8
8
  const min = {
9
- major: 14,
10
- minor: 19,
9
+ major: 18,
10
+ minor: 12,
11
11
  patch: 0
12
12
  }
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/icongenie",
3
- "version": "3.1.1",
3
+ "version": "4.0.0",
4
4
  "description": "A Quasar tool for generating all your Quasar App's icons and splashscreens",
5
5
  "bin": {
6
6
  "icongenie": "./bin/icongenie.js"
@@ -14,7 +14,7 @@
14
14
  "url": "git+https://github.com/quasarframework/quasar.git"
15
15
  },
16
16
  "engines": {
17
- "node": ">= 14.19.0"
17
+ "node": ">= 18.12.0"
18
18
  },
19
19
  "keywords": [
20
20
  "vuejs",
@@ -45,8 +45,8 @@
45
45
  "@hapi/joi": "^17.1.1",
46
46
  "cross-spawn": "^7.0.2",
47
47
  "elementtree": "^0.1.7",
48
- "fast-glob": "^3.2.12",
49
- "fs-extra": "^11.1.1",
48
+ "fast-glob": "^3.3.2",
49
+ "fs-extra": "^11.2.0",
50
50
  "imagemin": "^8.0.1",
51
51
  "imagemin-pngquant": "^9.0.2",
52
52
  "is-png": "^3.0.1",
@@ -55,14 +55,14 @@
55
55
  "png2icons": "^2.0.1",
56
56
  "potrace": "^2.1.5",
57
57
  "read-chunk": "^4.0.3",
58
- "sharp": "^0.32.1",
59
- "svgo": "^3.0.2",
60
- "untildify": "^4.0.0",
61
- "update-notifier": "^6.0.2"
58
+ "sharp": "^0.32.6",
59
+ "svgo": "^3.2.0",
60
+ "untildify": "^5.0.0",
61
+ "update-notifier": "^7.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "eslint": "^8.31.0",
65
- "eslint-plugin-n": "^15.6.1"
64
+ "eslint": "^8.57.0",
65
+ "eslint-plugin-n": "^16.6.2"
66
66
  },
67
67
  "resolutions": {
68
68
  "minimist": "^1.2.8"