Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'canary' into fix/676-gf-file-upload-issue
Browse files Browse the repository at this point in the history
ravewebdev committed Sep 27, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 4c2d2d4 + ba530ab commit 14f20ff
Showing 2 changed files with 1,849 additions and 1,338 deletions.
3,168 changes: 1,839 additions & 1,329 deletions frontend/package-lock.json

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -39,28 +39,29 @@
"test:jest": "jest"
},
"dependencies": {
"@apollo/client": "^3.4.12",
"@apollo/client": "^3.4.14",
"algoliasearch": "^4.10.5",
"apollo-link-rest": "^0.8.0-beta.0",
"dayjs": "^1.10.7",
"deepmerge": "^4.2.2",
"formidable": "^1.2.2",
"formik": "^2.2.9",
"graphql": "^15.5.3",
"graphql": "^15.6.0",
"graphql-anywhere": "^4.2.7",
"hamburger-react": "^2.4.1",
"next": "11.1.2",
"next-auth": "^3.29.0",
"next-connect": "^0.10.2",
"next-seo": "^4.27.0",
"next-seo": "^4.28.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.12.1",
"react-is": "^17.0.2",
"react-syntax-highlighter": "^15.4.4",
"react-twitter-embed": "^3.0.3",
"rimraf": "^3.0.2",
"tailwindcss": "^2.2.15",
"sharp": "^0.29.1",
"tailwindcss": "^2.2.16",
"yup": "^0.32.9"
},
"devDependencies": {
@@ -74,9 +75,9 @@
"@storybook/manager-webpack5": "^6.3.8",
"@storybook/react": "^6.3.8",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"autoprefixer": "^10.3.4",
"babel-jest": "^27.2.0",
"@testing-library/react": "^12.1.1",
"autoprefixer": "^10.3.6",
"babel-jest": "^27.2.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
@@ -85,11 +86,11 @@
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-prettier": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.0",
"jest": "^27.2.2",
"markdownlint": "^0.24.0",
"markdownlint-cli": "^0.28.1",
"next-sitemap": "^1.6.168",
"postcss": "^8.3.6",
"postcss": "^8.3.8",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",

0 comments on commit 14f20ff

Please sign in to comment.