@arancini/events
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"homepage": "https://github.com/isaac-mason/arancini", | ||
@@ -21,2 +21,3 @@ "bugs": { | ||
"test:watch": "vitest", | ||
"lint": "eslint --ext .ts src", | ||
"build": "yarn build:before && rollup --config rollup.config.js --bundleConfigAsCjs", | ||
@@ -26,2 +27,3 @@ "build:before": "rm -rf dist" | ||
"devDependencies": { | ||
"@isaac-mason/eslint-config-typescript": "^0.0.2", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
@@ -31,15 +33,4 @@ "@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.2.0", | ||
"@typescript-eslint/parser": "^6.2.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"eslint": "^8.48.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-es": "^4.1.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-typescript-enum": "^2.1.0", | ||
"eslint": "^8.56.0", | ||
"prettier": "^3.0.1", | ||
@@ -51,3 +42,3 @@ "react": "^18.2.0", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
"typescript": "^5.1.3", | ||
"typescript": "^5.3.3", | ||
"vitest": "^0.34.3" | ||
@@ -54,0 +45,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
15
4235