@restart/ui
Advanced tools
Comparing version 1.5.0 to 1.5.1
101
package.json
{ | ||
"name": "@restart/ui", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Utilities for creating robust overlay components", | ||
@@ -14,8 +14,5 @@ "author": { | ||
"license": "MIT", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"sideEffects": false, | ||
"files": [ | ||
"lib" | ||
], | ||
"gitHooks": { | ||
@@ -35,16 +32,2 @@ "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 *.js --ext .js,.ts,.tsx", | ||
"prepublishOnly": "yarn build", | ||
"release": "rollout", | ||
"start": "yarn --cwd www start", | ||
"tdd": "cross-env NODE_ENV=test karma start", | ||
"test": "yarn lint && yarn testonly", | ||
"testonly": "yarn tdd --single-run" | ||
}, | ||
"lint-staged": { | ||
@@ -65,8 +48,8 @@ "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx" | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.3", | ||
"@popperjs/core": "^2.11.5", | ||
"@react-aria/ssr": "^3.2.0", | ||
"@babel/runtime": "^7.20.7", | ||
"@popperjs/core": "^2.11.6", | ||
"@react-aria/ssr": "^3.4.1", | ||
"@restart/hooks": "^0.4.7", | ||
"@types/warning": "^3.0.0", | ||
"dequal": "^2.0.2", | ||
"dequal": "^2.0.3", | ||
"dom-helpers": "^5.2.0", | ||
@@ -80,72 +63,2 @@ "uncontrollable": "^7.2.1", | ||
}, | ||
"devDependencies": { | ||
"@4c/cli": "^2.2.9", | ||
"@4c/rollout": "^2.2.1", | ||
"@4c/tsconfig": "^0.3.1", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.18.5", | ||
"@babel/preset-react": "^7.17.12", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@react-bootstrap/eslint-config": "^2.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"@testing-library/react": "^11.2.7", | ||
"@testing-library/user-event": "^13.5.0", | ||
"@types/chai": "^4.3.1", | ||
"@types/classnames": "^2.3.1", | ||
"@types/mocha": "^8.2.3", | ||
"@types/react": "^17.0.47", | ||
"@types/react-dom": "^17.0.17", | ||
"@types/react-transition-group": "^4.4.4", | ||
"@types/sinon": "^10.0.11", | ||
"@types/sinon-chai": "^3.2.8", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"babel-preset-env-modules": "^1.0.1", | ||
"chai": "^4.3.6", | ||
"cherry-pick": "^0.5.0", | ||
"cross-env": "^7.0.3", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"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-mocha": "^8.1.0", | ||
"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", | ||
"karma": "^6.4.0", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-coverage": "^2.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"karma-webpack": "5.0.0", | ||
"lint-staged": "^10.5.4", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.7.1", | ||
"process": "^0.11.10", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-transition-group": "^4.4.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.75.6", | ||
"simulant": "^0.2.2", | ||
"sinon": "^13.0.1", | ||
"sinon-chai": "^3.6.0", | ||
"stream-browserify": "^3.0.0", | ||
"typescript": "^4.7.4", | ||
"util": "^0.12.3", | ||
"webpack": "^5.73.0", | ||
"webpack-atoms": "^16.0.1", | ||
"webpack-cli": "^4.1.0" | ||
}, | ||
"bugs": { | ||
@@ -152,0 +65,0 @@ "url": "https://github.com/react-restart/ui/issues" |
<div align="center"> | ||
<img src="https://raw.githubusercontent.com/react-restart/ui/main/www/static/refresh-dot.svg" style="width: 75px;height: 75;display: inline-block;" valign="middle"/> | ||
</div> | ||
<h1 align="center">Restart UI</h1> | ||
<h1 align="center">Restart UI</h1> | ||
A set of full featured, extensible, and accessible UI components, designed to integrate into any styling | ||
@@ -9,3 +11,2 @@ framework or system. Restart components, are "headless", meaning they don't provide any styles. Components encapsulate | ||
## Documentation | ||
@@ -12,0 +13,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
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
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
0
8285
20
345776
Updated@babel/runtime@^7.20.7
Updated@popperjs/core@^2.11.6
Updated@react-aria/ssr@^3.4.1
Updateddequal@^2.0.3