@restart/ui
Advanced tools
Comparing version 1.6.9 to 1.7.0
{ | ||
"name": "@restart/ui", | ||
"version": "1.6.9", | ||
"version": "1.7.0", | ||
"description": "Utilities for creating robust overlay components", | ||
@@ -14,5 +14,5 @@ "author": { | ||
"license": "MIT", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"types": "esm/index.d.ts", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "lib/esm/index.d.ts", | ||
"exports": { | ||
@@ -33,2 +33,5 @@ ".": { | ||
"sideEffects": false, | ||
"files": [ | ||
"lib" | ||
], | ||
"gitHooks": { | ||
@@ -48,2 +51,16 @@ "pre-commit": "lint-staged" | ||
], | ||
"scripts": { | ||
"bootstrap": "yarn --network-timeout 100000 && yarn --cwd www --network-timeout 100000", | ||
"build": "rimraf lib && 4c build src && yarn build:popper && yarn build:pick", | ||
"build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm", | ||
"build:popper": "rollup src/popper.ts --file lib/cjs/popper.js --format cjs --name popper --plugin @rollup/plugin-node-resolve", | ||
"deploy-docs": "yarn --cwd www deploy", | ||
"lint": "eslint www/*.js www/src src test *.ts --ext .js,.ts,.tsx", | ||
"prepublishOnly": "yarn build", | ||
"release": "rollout", | ||
"start": "yarn --cwd www start", | ||
"tdd": "vitest", | ||
"test": "yarn lint && yarn testonly", | ||
"testonly": "yarn vitest --run" | ||
}, | ||
"lint-staged": { | ||
@@ -78,2 +95,49 @@ "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx" | ||
}, | ||
"devDependencies": { | ||
"@4c/cli": "^4.0.4", | ||
"@4c/rollout": "^4.0.2", | ||
"@4c/tsconfig": "^0.4.1", | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@react-bootstrap/eslint-config": "^2.0.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@testing-library/dom": "^10.3.1", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/classnames": "^2.3.1", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react-transition-group": "^4.4.4", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"@vitest/browser": "^2.0.2", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"babel-preset-env-modules": "^1.0.1", | ||
"cherry-pick": "^0.5.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.24.0", | ||
"eslint-config-4catalyzer-typescript": "^3.2.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"gh-pages": "^3.1.0", | ||
"hookem": "^1.0.9", | ||
"lint-staged": "^10.5.4", | ||
"playwright": "^1.45.1", | ||
"prettier": "^2.7.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-transition-group": "^4.4.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^4.18.1", | ||
"typescript": "^4.7.4", | ||
"vitest": "^2.0.2" | ||
}, | ||
"bugs": { | ||
@@ -80,0 +144,0 @@ "url": "https://github.com/react-restart/ui/issues" |
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
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
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
360522
45
8646
1