You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@enact/template-moonstone

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/template-moonstone - npm Package Compare versions

Comparing version

to
2.0.0-alpha.0

2

package.json
{
"name": "@enact/template-moonstone",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "A template generator for Enact Moonstone applications.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,12 +33,12 @@ {

"dependencies": {
"@enact/core": "^1.15.0",
"@enact/i18n": "^1.15.0",
"@enact/moonstone": "^1.15.0",
"@enact/spotlight": "^1.15.0",
"@enact/ui": "^1.15.0",
"@enact/webos": "^1.15.0",
"@enact/core": "^2.0.0-alpha.5",
"@enact/i18n": "^2.0.0-alpha.5",
"@enact/moonstone": "^2.0.0-alpha.5",
"@enact/spotlight": "^2.0.0-alpha.5",
"@enact/ui": "^2.0.0-alpha.5",
"@enact/webos": "^2.0.0-alpha.5",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-dom": "^15.6.2"
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}