This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updated the analytics package version
- Loading branch information
1 parent
32b62b5
commit 92d0eac
Showing
2 changed files
with
122 additions
and
122 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,110 @@ | ||
{ | ||
"name": "gatsby-theme-deriv", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"format": "prettier --write '**/*.js' '*.js'", | ||
"stylelint": "stylelint 'src/**/*.js' --formatter verbose", | ||
"eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix", | ||
"storybook": "start-storybook -p 6006", | ||
"build:storybook": "build-storybook -c .storybook -o public/storybook", | ||
"codegen": "graphql-codegen --config codegen.yml", | ||
"codegen:watch": "graphql-codegen --config codegen.yml --watch" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@artsy/fresnel": "^6.2.1", | ||
"@deriv-com/analytics": "^1.5.0", | ||
"@deriv-com/blocks": "^0.118.0", | ||
"@deriv-com/components": "^0.59.0", | ||
"@deriv-com/hooks": "^0.11.0", | ||
"@deriv-com/providers": "^0.12.0", | ||
"@deriv/deriv-api": "^1.0.13", | ||
"@deriv/quill-design": "^1.3.2", | ||
"@deriv/quill-icons": "^1.16.1", | ||
"@hookform/resolvers": "^3.3.2", | ||
"@livechat/customer-sdk": "^3.1.5", | ||
"@loadable/component": "^5.15.3", | ||
"@radix-ui/react-accordion": "^1.1.2", | ||
"@radix-ui/react-alert-dialog": "^1.0.5", | ||
"@radix-ui/react-dropdown-menu": "^2.0.6", | ||
"@radix-ui/react-navigation-menu": "^1.1.4", | ||
"@svgr/webpack": "^8.1.0", | ||
"@tanstack/react-table": "^8.10.7", | ||
"@vercel/gatsby-plugin-vercel-builder": "^0.1.2", | ||
"@zxcvbn-ts/core": "^3.0.4", | ||
"@zxcvbn-ts/language-common": "^3.0.4", | ||
"cli-select": "^1.1.2", | ||
"clsx": "^1.2.1", | ||
"commander": "^8.3.0", | ||
"crc-32": "^1.2.2", | ||
"cssnano": "^5.1.15", | ||
"deriv-api-ts": "^1.0.7", | ||
"embla-carousel-autoplay": "^6.2.0", | ||
"embla-carousel-react": "8.0.0-rc11", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"extend": "^3.0.2", | ||
"firebase": "^9.23.0", | ||
"formik": "^2.4.5", | ||
"gatsby-plugin-anchor-links": "^1.2.1", | ||
"gatsby-plugin-canonical-urls": "^5.12.0", | ||
"gatsby-plugin-image": "3.11.0", | ||
"gatsby-plugin-manifest": "^5.12.3", | ||
"gatsby-plugin-robots-txt": "^1.8.0", | ||
"gatsby-plugin-sass": "^6.12.3", | ||
"gatsby-plugin-sharp": "^5.12.3", | ||
"gatsby-plugin-sitemap": "^6.12.3", | ||
"gatsby-plugin-svgr": "^3.0.0-beta.0", | ||
"gatsby-plugin-use-query-params": "^1.0.1", | ||
"gatsby-source-filesystem": "^5.12.1", | ||
"gatsby-source-strapi": "^3.3.1", | ||
"gatsby-transformer-sharp": "^5.12.3", | ||
"html-minifier": "^4.0.0", | ||
"i18next": "^21.10.0", | ||
"install": "^0.13.0", | ||
"js-cookie": "^2.2.1", | ||
"lodash.isequal": "^4.5.0", | ||
"lottie-web": "^5.12.2", | ||
"match-sorter": "^6.3.1", | ||
"npm": "^9.9.2", | ||
"p-min-delay": "^4.0.2", | ||
"postcss-discard-duplicates": "^5.1.0", | ||
"postcss-ts-classnames": "^0.3.0", | ||
"prompt-sync": "^4.2.0", | ||
"prop-types": "^15.8.1", | ||
"react-date-picker": "8.4.0", | ||
"react-device-detect": "^2.2.2", | ||
"react-hook-form": "^7.48.2", | ||
"react-i18next": "^11.18.6", | ||
"react-intersection-observer": "^9.5.3", | ||
"react-is": "^17.0.2", | ||
"react-modal-video": "^2.0.1", | ||
"react-ticker": "^1.3.2", | ||
"react-tiny-popover": "^7.2.4", | ||
"remove": "^0.1.5", | ||
"rxjs": "^7.8.1", | ||
"sass": "^1.69.5", | ||
"swiper": "^9.4.1", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"use-query-params": "^1.2.3", | ||
"usehooks-ts": "^2.9.1", | ||
"webpack": "^5.89.0", | ||
"yup": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-actions": "^6.4.9", | ||
"@storybook/addon-essentials": "^6.5.16", | ||
"@storybook/addon-links": "^6.5.16", | ||
"@storybook/builder-webpack5": "^6.5.16", | ||
"@storybook/manager-webpack5": "^6.5.16", | ||
"@storybook/react": "^6.5.16" | ||
}, | ||
"peerDependencies": { | ||
"gatsby": "^5.13.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
} | ||
"name": "gatsby-theme-deriv", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"format": "prettier --write '**/*.js' '*.js'", | ||
"stylelint": "stylelint 'src/**/*.js' --formatter verbose", | ||
"eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix", | ||
"storybook": "start-storybook -p 6006", | ||
"build:storybook": "build-storybook -c .storybook -o public/storybook", | ||
"codegen": "graphql-codegen --config codegen.yml", | ||
"codegen:watch": "graphql-codegen --config codegen.yml --watch" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@artsy/fresnel": "^6.2.1", | ||
"@deriv-com/analytics": "^1.6.4", | ||
"@deriv-com/blocks": "^0.118.0", | ||
"@deriv-com/components": "^0.59.0", | ||
"@deriv-com/hooks": "^0.11.0", | ||
"@deriv-com/providers": "^0.12.0", | ||
"@deriv/deriv-api": "^1.0.13", | ||
"@deriv/quill-design": "^1.3.2", | ||
"@deriv/quill-icons": "^1.16.1", | ||
"@hookform/resolvers": "^3.3.2", | ||
"@livechat/customer-sdk": "^3.1.5", | ||
"@loadable/component": "^5.15.3", | ||
"@radix-ui/react-accordion": "^1.1.2", | ||
"@radix-ui/react-alert-dialog": "^1.0.5", | ||
"@radix-ui/react-dropdown-menu": "^2.0.6", | ||
"@radix-ui/react-navigation-menu": "^1.1.4", | ||
"@svgr/webpack": "^8.1.0", | ||
"@tanstack/react-table": "^8.10.7", | ||
"@vercel/gatsby-plugin-vercel-builder": "^0.1.2", | ||
"@zxcvbn-ts/core": "^3.0.4", | ||
"@zxcvbn-ts/language-common": "^3.0.4", | ||
"cli-select": "^1.1.2", | ||
"clsx": "^1.2.1", | ||
"commander": "^8.3.0", | ||
"crc-32": "^1.2.2", | ||
"cssnano": "^5.1.15", | ||
"deriv-api-ts": "^1.0.7", | ||
"embla-carousel-autoplay": "^6.2.0", | ||
"embla-carousel-react": "8.0.0-rc11", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"extend": "^3.0.2", | ||
"firebase": "^9.23.0", | ||
"formik": "^2.4.5", | ||
"gatsby-plugin-anchor-links": "^1.2.1", | ||
"gatsby-plugin-canonical-urls": "^5.12.0", | ||
"gatsby-plugin-image": "3.11.0", | ||
"gatsby-plugin-manifest": "^5.12.3", | ||
"gatsby-plugin-robots-txt": "^1.8.0", | ||
"gatsby-plugin-sass": "^6.12.3", | ||
"gatsby-plugin-sharp": "^5.12.3", | ||
"gatsby-plugin-sitemap": "^6.12.3", | ||
"gatsby-plugin-svgr": "^3.0.0-beta.0", | ||
"gatsby-plugin-use-query-params": "^1.0.1", | ||
"gatsby-source-filesystem": "^5.12.1", | ||
"gatsby-source-strapi": "^3.3.1", | ||
"gatsby-transformer-sharp": "^5.12.3", | ||
"html-minifier": "^4.0.0", | ||
"i18next": "^21.10.0", | ||
"install": "^0.13.0", | ||
"js-cookie": "^2.2.1", | ||
"lodash.isequal": "^4.5.0", | ||
"lottie-web": "^5.12.2", | ||
"match-sorter": "^6.3.1", | ||
"npm": "^9.9.2", | ||
"p-min-delay": "^4.0.2", | ||
"postcss-discard-duplicates": "^5.1.0", | ||
"postcss-ts-classnames": "^0.3.0", | ||
"prompt-sync": "^4.2.0", | ||
"prop-types": "^15.8.1", | ||
"react-date-picker": "8.4.0", | ||
"react-device-detect": "^2.2.2", | ||
"react-hook-form": "^7.48.2", | ||
"react-i18next": "^11.18.6", | ||
"react-intersection-observer": "^9.5.3", | ||
"react-is": "^17.0.2", | ||
"react-modal-video": "^2.0.1", | ||
"react-ticker": "^1.3.2", | ||
"react-tiny-popover": "^7.2.4", | ||
"remove": "^0.1.5", | ||
"rxjs": "^7.8.1", | ||
"sass": "^1.69.5", | ||
"swiper": "^9.4.1", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"use-query-params": "^1.2.3", | ||
"usehooks-ts": "^2.9.1", | ||
"webpack": "^5.89.0", | ||
"yup": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-actions": "^6.4.9", | ||
"@storybook/addon-essentials": "^6.5.16", | ||
"@storybook/addon-links": "^6.5.16", | ||
"@storybook/builder-webpack5": "^6.5.16", | ||
"@storybook/manager-webpack5": "^6.5.16", | ||
"@storybook/react": "^6.5.16" | ||
}, | ||
"peerDependencies": { | ||
"gatsby": "^5.13.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
} | ||
} |