@tealess/context
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@tealess/context", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -21,19 +21,17 @@ "description": "Scaffolding Your First Tealess Component", | ||
}, | ||
"dependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@devjskit/rimraf": "^1.0.0", | ||
"@happy-dom/global-registrator": "^14.7.1", | ||
"@types/bun": "^1.0.12", | ||
"@types/react": "^18.2.75", | ||
"@types/react-dom": "^18.2.24", | ||
"@types/web": "^0.0.142", | ||
"@types/bun": "^1.1.1", | ||
"@types/react": "^18.3.1", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/web": "^0.0.143", | ||
"eslint": "^8.57.0", | ||
"eslint-config-devjskit": "^2.0.0", | ||
"eslint-config-devjskit": "^2.2.2", | ||
"prettier": "^3.2.5", | ||
"prettier-config-devjskit": "^2.0.0", | ||
"prettier-config-devjskit": "^2.2.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -59,14 +57,2 @@ "peerDependencies": { | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"publishConfig": { | ||
@@ -76,3 +62,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"gitHead": "b2b85c3514581283853b64a2c0b8f90f872f3b62" | ||
"gitHead": "e08ae73de969774d219940890f0ac92b406f7c4f" | ||
} |
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
2
13342
14
- Removedreact@^18.2.0
- Removedreact-dom@^18.2.0