ember-phone-input
Advanced tools
Comparing version 9.0.0 to 9.0.1
{ | ||
"name": "ember-phone-input", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "A component to input / validate / submit phone numbers", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"build": "rollup --config", | ||
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", | ||
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", | ||
"lint": "concurrently 'pnpm:lint:*(!fix)' --names 'lint:'", | ||
"lint:fix": "concurrently 'pnpm:lint:*:fix' --names 'fix:'", | ||
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", | ||
@@ -40,4 +40,4 @@ "lint:js": "eslint . --cache", | ||
"test": "echo 'A v2 addon does not have tests, run tests in test-app'", | ||
"prepack": "yarn run build", | ||
"prepare": "yarn run build" | ||
"prepack": "rollup --config", | ||
"prepare": "rollup --config" | ||
}, | ||
@@ -50,18 +50,18 @@ "dependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.21.8", | ||
"@babel/core": "7.22.1", | ||
"@babel/eslint-parser": "7.21.8", | ||
"@babel/plugin-proposal-class-properties": "7.18.6", | ||
"@babel/plugin-proposal-decorators": "7.21.0", | ||
"@babel/plugin-syntax-decorators": "7.21.0", | ||
"@embroider/addon-dev": "3.0.0", | ||
"@babel/plugin-proposal-decorators": "7.22.3", | ||
"@babel/plugin-syntax-decorators": "7.22.3", | ||
"@embroider/addon-dev": "3.1.0", | ||
"@rollup/plugin-babel": "6.0.3", | ||
"concurrently": "8.0.1", | ||
"ember-template-lint": "5.7.3", | ||
"ember-template-lint": "5.10.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-ember": "11.5.2", | ||
"eslint-plugin-ember": "11.7.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"prettier": "2.8.8", | ||
"rollup": "3.21.6", | ||
"rollup": "3.23.0", | ||
"rollup-plugin-copy": "3.4.0" | ||
@@ -68,0 +68,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33936