tailwindcss-theme-variants
Advanced tools
Comparing version 1.9.2 to 1.10.0-alpha.2
{ | ||
"name": "tailwindcss-theme-variants", | ||
"version": "1.9.2", | ||
"version": "1.10.0-alpha.2", | ||
"description": "Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS", | ||
@@ -20,6 +20,10 @@ "keywords": [ | ||
"files": [ | ||
"dist/src/*" | ||
"dist" | ||
], | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"default": "./dist/index.mjs", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"scripts": { | ||
@@ -33,3 +37,5 @@ "eslint:fix": "eslint --fix ./src/**/*.ts ./scripts/**/*.ts ./tests/**/*.ts", | ||
"render": "run-p render:content render:readme", | ||
"prepare": "tsc" | ||
"build:js": "node scripts/esbuild.cjs", | ||
"build:dts": "tsc --project tsconfig-src.json", | ||
"prepare": "run-p build:js build:dts" | ||
}, | ||
@@ -44,16 +50,17 @@ "dependencies": { | ||
"@types/assert": "^1.5.2", | ||
"@types/lodash": "^4.14.164", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.14.6", | ||
"@types/lodash": "^4.14.165", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^14.14.7", | ||
"@types/sinon": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"@typescript-eslint/eslint-plugin": "^4.7.0", | ||
"@typescript-eslint/parser": "^4.7.0", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.12.1", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"esbuild": "^0.8.7", | ||
"eslint": "^7.13.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"markdown-toc": "^1.2.0", | ||
"mocha": "^8.2.0", | ||
"mocha": "^8.2.1", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.1.4", | ||
"postcss": "^8.1.7", | ||
"remark-parse": "^9.0.0", | ||
@@ -70,3 +77,3 @@ "remark-retext": "^4.0.0", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^3.9.7", | ||
"typescript": "^4.0.5", | ||
"unified": "^9.2.0", | ||
@@ -73,0 +80,0 @@ "vfile-reporter": "^6.0.1" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
79831
31
201
1
1