@nanawan/webfont 0.0.9 → 0.0.11

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanawan/webfont",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2",
5
5
  "type": "module",
6
6
  "files": [
@@ -23,7 +23,7 @@
23
23
  }
24
24
  },
25
25
  "dependencies": {
26
- "@nanawan/shared": "^3.2.10",
26
+ "@nanawan/shared": "^3.18.3",
27
27
  "fs-extra": "^11.2.0",
28
28
  "globby": "^11.0.0",
29
29
  "p-limit": "^3.1.0",
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "@types/fs-extra": "11.0.4",
36
36
  "@types/node": "15.14.9",
37
- "@nanawan/release": "^0.2.10",
37
+ "@nanawan/release": "^2.2.4",
38
38
  "rimraf": "5.0.7",
39
39
  "tsup": "^8.0.1",
40
40
  "typescript": "^5.2.2"