react-likert-scale
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -9,2 +9,8 @@ Changelog | ||
[4.1.1] | ||
---------------------------- | ||
### Changed | ||
* Updated the dependencies | ||
[4.1.0] | ||
@@ -11,0 +17,0 @@ ---------------------------- |
{ | ||
"name": "react-likert-scale", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A React component that makes a Likert Scale for surveys or data collection.", | ||
@@ -32,3 +32,3 @@ "comments": [ | ||
"start": "webpack serve --config webpack.config.dev.cjs --inline --hot --progress --mode development", | ||
"build": "rm dist/*.* && rollup --config", | ||
"build": "rm -f dist/*.* && rollup --config", | ||
"prepare": "npm run build", | ||
@@ -43,33 +43,33 @@ "test": "jest", | ||
"devDependencies": { | ||
"@babel/core": "^7.13.10", | ||
"@babel/core": "^7.14.0", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/preset-env": "^7.13.10", | ||
"@babel/preset-react": "^7.12.13", | ||
"@babel/preset-env": "^7.14.1", | ||
"@babel/preset-react": "^7.13.13", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@testing-library/jest-dom": "^5.11.9", | ||
"@testing-library/react": "^11.2.5", | ||
"@testing-library/user-event": "^13.0.0", | ||
"@webpack-cli/serve": "^1.3.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@testing-library/jest-dom": "^5.12.0", | ||
"@testing-library/react": "^11.2.6", | ||
"@testing-library/user-event": "^13.1.8", | ||
"@webpack-cli/serve": "^1.4.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
"css-loader": "^5.1.3", | ||
"eslint": "^7.22.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-jest": "^24.3.2", | ||
"eslint-plugin-jest-dom": "^3.6.5", | ||
"eslint-plugin-react": "^7.22.0", | ||
"css-loader": "^5.2.4", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"eslint-plugin-jest-dom": "^3.9.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"html-webpack-plugin": "^5.3.1", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"rollup": "^2.41.4", | ||
"prettier": "^2.3.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"rollup": "^2.47.0", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"style-loader": "^2.0.0", | ||
"webpack": "^5.26.2", | ||
"webpack-cli": "^4.5.0", | ||
"webpack": "^5.37.0", | ||
"webpack-cli": "^4.7.0", | ||
"webpack-dev-server": "^3.11.2" | ||
@@ -76,0 +76,0 @@ }, |
@@ -8,3 +8,3 @@ React Likert Scale | ||
* it is fully responsive (looks great on laptops and phones) | ||
* has a very small size (less than 4kb) | ||
* has a very small size (about 5kb) | ||
* has zero-dependencies | ||
@@ -11,0 +11,0 @@ * the styling can be customized by providing your own CSS styles |
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
24393