Skip to content

Commit

Permalink
Merge pull request #37 from blivesta/upgrade-pkg
Browse files Browse the repository at this point in the history
Upgrade packages
  • Loading branch information
blivesta authored Nov 7, 2019
2 parents fc7b6fb + b0a4571 commit 32ef6f7
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 86 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,38 @@
},
"dependencies": {
"@storybook/react": "^5.2.5",
"@types/react": "^16.9.9",
"@types/react": "^16.9.11",
"chroma-js": "^2.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"gatsby": "^2.17.1",
"gatsby-image": "^2.2.29",
"gatsby": "^2.17.10",
"gatsby-image": "^2.2.30",
"gatsby-plugin-canonical-urls": "^2.1.13",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-google-analytics": "^2.1.24",
"gatsby-plugin-manifest": "^2.2.26",
"gatsby-plugin-offline": "^3.0.18",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-typescript": "^2.1.15",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-sharp": "^2.3.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.0",
"styled-components": "^4.4.1",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/addon-options": "^5.2.5",
Expand All @@ -68,13 +68,13 @@
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/enzyme-to-json": "^1.5.3",
"@types/jest": "^24.0.20",
"@types/jest": "^24.0.22",
"@types/node": "^12.12.6",
"@types/react-dom": "^16.9.2",
"@types/react-helmet": "^5.0.12",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/styled-components": "^4.1.22",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"babel-loader": "^8.0.6",
"babel-plugin-remove-graphql-queries": "^2.7.14",
"babel-plugin-styled-components": "^1.10.6",
Expand All @@ -86,15 +86,15 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9.0",
"jest-preset-gatsby": "^1.0.12",
"jest-preset-gatsby": "^1.0.14",
"prettier": "^1.18.2",
"reg-keygen-git-hash-plugin": "^0.7.25",
"reg-notify-github-plugin": "^0.7.26",
"reg-publish-s3-plugin": "^0.7.25",
"reg-suit": "^0.8.2",
"reg-suit": "^0.8.4",
"svg-react-loader": "^0.4.6",
"svgo": "^1.3.0",
"typescript": "^3.6.4",
"svgo": "^1.3.2",
"typescript": "^3.7.2",
"zisui": "^1.3.5"
},
"repository": {
Expand Down
Loading

0 comments on commit 32ef6f7

Please sign in to comment.