create-stencil
Advanced tools
Comparing version 3.5.2 to 3.5.3
{ | ||
"name": "create-stencil", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "Quickly create a new stencil component project: npm init stencil", | ||
@@ -52,4 +52,4 @@ "repository": { | ||
"np": "^9.0.0", | ||
"prettier": "3.1.1", | ||
"replace-in-file": "^6.1.0", | ||
"prettier": "3.2.4", | ||
"replace-in-file": "^7.0.0", | ||
"rollup": "^4.0.0", | ||
@@ -75,5 +75,5 @@ "sisteransi": "^1.0.5", | ||
"volta": { | ||
"node": "20.10.0", | ||
"npm": "10.2.5" | ||
"node": "20.11.0", | ||
"npm": "10.4.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
201499