We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react@^16.3.0
The text was updated successfully, but these errors were encountered:
Modified "package.json" for the given issue: { "name": "@swiggy/react-context-decorator", "version": "1.0.0", "description": "A react utility function to decorate a component with context, similar to how react-redux works", "main": "index.js", "scripts": { "test": "echo "Error: no test specified" && exit 1", "build": "babel index.js -o dist/index.js", "prepush": "npm run build" }, "husky": { "hooks": { "pre-push": "npm run prepush" } }, "author": "@Swiggy", "license": "MIT", "dependencies": { "peer": "^1.0.0", "react": "^16.3.0" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/plugin-transform-class-properties": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/preset-react": "^7.22.5", "husky": "^8.0.3" }, "babel": { "presets": ["@babel/preset-env", "@babel/preset-react"], "plugins": ["@babel/plugin-transform-class-properties"] } }
Sorry, something went wrong.
No branches or pull requests
react@^16.3.0
The text was updated successfully, but these errors were encountered: