Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blivesta committed Jan 9, 2020
1 parent 2e47bef commit ebe64bc
Show file tree
Hide file tree
Showing 2 changed files with 831 additions and 491 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,37 @@
},
"dependencies": {
"@storybook/react": "^5.2.8",
"@types/react": "^16.9.14",
"@types/react": "^16.9.17",
"chroma-js": "^2.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"gatsby": "^2.18.6",
"gatsby-image": "^2.2.34",
"gatsby-plugin-canonical-urls": "^2.1.16",
"gatsby-plugin-google-analytics": "^2.1.29",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.26",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby": "^2.18.20",
"gatsby-image": "^2.2.37",
"gatsby-plugin-canonical-urls": "^2.1.18",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-manifest": "^2.2.36",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-react-helmet": "^3.1.20",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.2.22",
"gatsby-plugin-styled-components": "^3.1.14",
"gatsby-plugin-typescript": "^2.1.20",
"gatsby-plugin-sharp": "^2.3.12",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-plugin-typescript": "^2.1.25",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.6",
"gatsby-source-filesystem": "^2.1.45",
"gatsby-transformer-sharp": "^2.3.11",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.1",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
Expand All @@ -65,36 +65,36 @@
"@storybook/addons": "^5.2.8",
"@storybook/source-loader": "^5.2.8",
"@types/chroma-js": "^1.4.3",
"@types/enzyme": "^3.10.3",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/enzyme-to-json": "^1.5.3",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.5",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/styled-components": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.2",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-loader": "^8.0.6",
"babel-plugin-remove-graphql-queries": "^2.7.17",
"babel-plugin-remove-graphql-queries": "^2.7.21",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"jest": "^24.9.0",
"jest-preset-gatsby": "^1.0.19",
"jest-preset-gatsby": "^1.0.23",
"prettier": "^1.19.1",
"reg-keygen-git-hash-plugin": "^0.8.5",
"reg-notify-github-plugin": "^0.8.5",
"reg-publish-s3-plugin": "^0.8.5",
"reg-publish-s3-plugin": "^0.9.0",
"reg-suit": "^0.8.6",
"svg-react-loader": "^0.4.6",
"svgo": "^1.3.2",
"typescript": "^3.7.2",
"typescript": "^3.7.4",
"zisui": "^1.3.5"
},
"repository": {
Expand Down
Loading

0 comments on commit ebe64bc

Please sign in to comment.