@enact/template-moonstone
Advanced tools
Comparing version
{ | ||
"name": "@enact/template-moonstone", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "A template generator for Enact Moonstone applications.", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/enactjs/templates/tree/master/packages/moonstone#readme", | ||
"homepage": "https://github.com/enactjs/templates/tree/master/packages/moonstone#readme", | ||
"license": "Apache-2.0", | ||
@@ -15,0 +15,0 @@ "engines": { |
@@ -25,3 +25,3 @@ { | ||
"eslintConfig": { | ||
"extends": "enact" | ||
"extends": "enact-proxy" | ||
}, | ||
@@ -36,3 +36,3 @@ "eslintIgnore": [ | ||
"@enact/i18n": "^4.6.0", | ||
"@enact/moonstone": "^4.5.1", | ||
"@enact/moonstone": "^4.5.2", | ||
"@enact/spotlight": "^4.6.0", | ||
@@ -44,4 +44,7 @@ "@enact/ui": "^4.6.0", | ||
"react-dom": "^18.2.0", | ||
"web-vitals": "^3.1.0" | ||
"web-vitals": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-enact-proxy": "^1.0.5" | ||
} | ||
} |
29432
0.26%