Skip to content

Commit

Permalink
Merge branch 'feature/r-799'
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Angeles committed Mar 11, 2024
2 parents c8be72c + 20698a2 commit 021acd3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 13,404 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,24 @@
"license": "MIT",
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.1",
"@types/react-dates": "^21.8.3",
"clsx": "^2.0.0",
"@stripe/react-stripe-js": "^2.5.1",
"@stripe/stripe-js": "^3.0.7",
"clsx": "^2.1.0",
"compressorjs": "^1.2.1",
"country-flag-icons": "^1.5.7",
"country-flag-icons": "^1.5.9",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"fuse.js": "^6.6.2",
"google-libphonenumber": "^3.2.32",
"lucide-react": "^0.258.0",
"moment": "^2.29.4",
"fuse.js": "^7.0.0",
"google-libphonenumber": "^3.2.34",
"lucide-react": "^0.354.0",
"moment": "^2.30.1",
"react-dates": "^21.8.0",
"react-draft-wysiwyg": "^1.15.0",
"react-image-crop": "^10.1.5",
"react-image-crop": "^11.0.5",
"react-modal": "^3.16.1",
"react-places-autocomplete": "^7.3.0",
"react-webcam": "^7.1.1",
"styled-components": "^5.3.11",
"react-webcam": "^7.2.0",
"styled-components": "^6.1.8",
"styled-media-query": "^2.1.2"
},
"scripts": {
Expand All @@ -53,55 +52,56 @@
"react": "^18.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.6.7",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^6.3.1",
"@types/draftjs-to-html": "^0.8.1",
"@types/google-libphonenumber": "^7.4.23",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-modal": "^3.16.0",
"@types/react-places-autocomplete": "^7.2.9",
"@types/styled-components": "^5.1.26",
"auto": "^10.46.0",
"chromatic": "^6.19.9",
"eslint-plugin-storybook": "^0.6.15",
"msw": "^1.2.2",
"@types/draftjs-to-html": "^0.8.4",
"@types/google-libphonenumber": "^7.4.30",
"@types/react": "^18.2.64",
"@types/react-dates": "^21.8.6",
"@types/react-dom": "^18.2.21",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-modal": "^3.16.3",
"@types/react-places-autocomplete": "^7.2.14",
"@types/styled-components": "^5.1.34",
"auto": "^11.1.1",
"chromatic": "^11.0.7",
"eslint-plugin-storybook": "^0.8.0",
"msw": "^2.2.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.77.2",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-import-css": "^3.0.3",
"rollup-plugin-import-css": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^7.6.7",
"typescript": "^5.1.6"
"storybook": "^7.6.17",
"typescript": "^5.4.2"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"engines": {
"node": "16"
"node": "18"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 021acd3

Please sign in to comment.