Skip to content

Commit

Permalink
Merge pull request #8 from hyva-themes/update-packages-1.0
Browse files Browse the repository at this point in the history
update packages based on 1.0 stable release
  • Loading branch information
rajeev-k-tomy authored Jan 10, 2022
2 parents 9d9da4e + 48d2b86 commit 13571ce
Show file tree
Hide file tree
Showing 4 changed files with 221,146 additions and 33 deletions.
56 changes: 28 additions & 28 deletions reactapp/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "hyva-checkout",
"version": "0.1.0",
"description": "A headless React Checkout for Magento 2",
"name": "hyva-react-checkout-example",
"description": "The right way to modify Hyvä React Checkout Magento 2 module.",
"repository": "local",
"keywords": [
"react",
"checkout",
"magento"
"magento",
"magento 2"
],
"author": "Willem Wigman",
"license": "MIT",
"author": "Hyvä Themes BV",
"license": "BSD-3-Clause",
"private": true,
"proxy": "https://demo.hyva.io",
"proxy": "http://m24-hyva.test",
"dependencies": {
"@heroicons/react": "^1.0.1",
"@heroicons/react": "^1.0.5",
"@hyva/react-checkout": "file:../../../../../vendor/hyva-themes/magento2-react-checkout/src/reactapp/src",
"formik": "^2.2.6",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"npm-run-all": "^4.1.5",
"preact": "^10.5.4",
"preact": "^10.6.4",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.3",
"yup": "^0.32.8"
"react-scripts": "^5.0.0",
"yup": "^0.32.11"
},
"scripts": {
"preinstall": "node scripts/configurePaymentMethods && npm run tailwind-install",
Expand Down Expand Up @@ -68,25 +68,25 @@
]
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@tailwindcss/forms": "^0.3.3",
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@tailwindcss/forms": "^0.3.4",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8",
"react-dev-utils": "^11.0.4",
"tailwindcss": "^2.2.7"
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"prettier": "^2.5.1",
"react-app-rewire-alias": "^1.1.7",
"react-app-rewired": "^2.1.9",
"react-dev-utils": "^12.0.0",
"tailwindcss": "^2.2.19"
}
}
Loading

0 comments on commit 13571ce

Please sign in to comment.