Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Jun 23, 2021
1 parent aacad9e commit 62a57c5
Show file tree
Hide file tree
Showing 4 changed files with 773 additions and 562 deletions.
3 changes: 0 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module.exports = {
stories: ['../src/components/**/stories.tsx'],
addons: ['@storybook/addon-essentials'],
typescript: {
reactDocgen: 'react-docgen'
},
webpackFinal: (config) => {
config.resolve.modules.push(`${process.cwd()}/src`)
return config
Expand Down
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"dependencies": {
"@apollo/client": "^3.3.20",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.0",
"@stripe/stripe-js": "^1.15.1",
"@styled-icons/boxicons-regular": "^10.34.0",
"@styled-icons/boxicons-solid": "^10.34.0",
"@styled-icons/fa-brands": "^10.34.0",
"@styled-icons/material-outlined": "^10.34.0",
"@styled-icons/remix-fill": "^10.18.0",
"@types/lodash.xor": "^4.5.6",
"dotenv": "^10.0.0",
"graphql": "^15.5.0",
"graphql": "^15.5.1",
"joi": "^17.4.0",
"lodash.xor": "^4.5.0",
"next": "11.0.0",
"next": "11.0.1",
"next-auth": "^3.27.0",
"next-pwa": "^5.2.21",
"next-seo": "^4.25.1",
"nextjs-progressbar": "^0.0.10",
"next-seo": "^4.26.0",
"nextjs-progressbar": "^0.0.11",
"polished": "^4.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -67,35 +67,35 @@
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@jackfranklin/test-data-bot": "^1.3.0",
"@next/eslint-plugin-next": "^11.0.0",
"@storybook/addon-essentials": "6.2.9",
"@storybook/react": "6.2.9",
"@next/eslint-plugin-next": "^11.0.1",
"@storybook/addon-essentials": "6.3.0",
"@storybook/react": "6.3.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-slick": "^0.23.4",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"apollo": "^2.33.4",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"cypress": "^7.5.0",
"cypress-plugin-stripe-elements": "^1.0.1",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^27.0.4",
"jest": "^27.0.5",
"jest-styled-components": "^7.0.4",
"lint-staged": "^11.0.0",
"msw": "^0.29.0",
Expand All @@ -104,6 +104,6 @@
"prettier": "^2.3.1",
"setimmediate": "^1.0.5",
"start-server-and-test": "^1.12.5",
"typescript": "^4.3.2"
"typescript": "^4.3.4"
}
}
Loading

0 comments on commit 62a57c5

Please sign in to comment.