react-star-picker
Advanced tools
Comparing version
{ | ||
"name": "react-star-picker", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A star-rating component made with React", | ||
@@ -18,3 +18,3 @@ "type": "module", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"prepare": "pnpm build", | ||
"lint": "eslint .", | ||
@@ -42,25 +42,19 @@ "build": "rm -rf lib/* && rollup --config" | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.9", | ||
"@babel/core": "^7.18.9", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "^7.18.9", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/react": "^16.14.29", | ||
"@types/react-dom": "^16.9.16", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.5", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"@typescript-eslint/eslint-plugin": "^8.29.1", | ||
"@typescript-eslint/parser": "^8.29.1", | ||
"eslint": "^9.24.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"eslint-plugin-prettier": "^5.2.6", | ||
"eslint-plugin-react": "^7.37.5", | ||
"eslint-plugin-react-hooks": "^1.7.0", | ||
"prettier": "^3.5.3", | ||
"prettier-eslint": "^9.0.2", | ||
@@ -74,5 +68,3 @@ "react": "^16.14.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-preserve-directives": "^0.4.0", | ||
"rollup-plugin-styles": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^5.0.4" | ||
@@ -79,0 +71,0 @@ }, |
10420
5.64%27
-22.86%89
43.55%7
-12.5%