Skip to content
Snippets Groups Projects

Switched gfonts to pirate proxy, fixed build error

1 file
+ 21
21
Compare changes
  • Side-by-side
  • Inline
+ 21
21
@@ -3,19 +3,19 @@
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "2.3.3",
"dependencies": {
"gulp": "^4.0.2",
"kind-of": "^6.0.3",
"vue": "^2.6.11",
"vue": "^2.7.14",
},
"resolutions": {
"lodash": "^4.17.12"
@@ -49,32 +49,32 @@
"devDependencies": {
"acorn": "^6.4.1",
"color": "^3.1.2",
"acorn": "^6.4.2",
"color": "^3.2.1",
"rollup": "^2.18.1",
"rollup": "^2.79.1",
}
}
Loading