Skip to content

Commit

Permalink
Update some libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandavid committed Dec 17, 2019
1 parent 71628bd commit 5568cde
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 14,533 deletions.
39 changes: 20 additions & 19 deletions @christiandavid/gatsby-theme-byfolio/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,9 @@
{ {
"name": "@christiandavid/gatsby-theme-byfolio", "name": "@christiandavid/gatsby-theme-byfolio",
"description": "A simplified way to create a portfolio using GatsbyJS", "description": "A simplified way to create a portfolio using GatsbyJS",
"version": "1.0.4", "author": "Christian David Ibarguen <christian@davidibarguen.com>",
"main": "index.js",
"version": "1.0.5",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"gatsby", "gatsby",
Expand All @@ -20,7 +22,7 @@
"test": "jest" "test": "jest"
}, },
"peerDependencies": { "peerDependencies": {
"gatsby": "^2.18.10", "gatsby": "^2.18.12",
"react": "^16.12.0", "react": "^16.12.0",
"react-dom": "^16.12.0" "react-dom": "^16.12.0"
}, },
Expand All @@ -30,21 +32,20 @@
"animejs": "^3.1.0", "animejs": "^3.1.0",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.26", "babel-preset-gatsby": "^0.2.26",
"gatsby": "^2.18.10", "gatsby": "^2.18.12",
"gatsby-cli": "^2.8.13", "gatsby-image": "^2.2.36",
"gatsby-image": "^2.2.33", "gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-emotion": "^4.1.15", "gatsby-plugin-manifest": "^2.2.33",
"gatsby-plugin-manifest": "^2.2.29", "gatsby-plugin-nprogress": "^2.1.17",
"gatsby-plugin-nprogress": "^2.1.14", "gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-offline": "^3.0.22", "gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-react-helmet": "^3.1.15", "gatsby-plugin-sharp": "^2.3.8",
"gatsby-plugin-sharp": "^2.3.2", "gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-sitemap": "^2.2.21", "gatsby-plugin-transition-link": "^1.17.7",
"gatsby-plugin-transition-link": "^1.16.1", "gatsby-plugin-typography": "^2.3.20",
"gatsby-plugin-typography": "^2.3.17", "gatsby-source-filesystem": "^2.1.42",
"gatsby-source-filesystem": "^2.1.38", "gatsby-transformer-remark": "^2.6.42",
"gatsby-transformer-remark": "^2.6.37", "gatsby-transformer-sharp": "^2.3.9",
"gatsby-transformer-sharp": "^2.3.5",
"grapheme-splitter": "^1.0.4", "grapheme-splitter": "^1.0.4",
"gsap": "^2.1.3", "gsap": "^2.1.3",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
Expand All @@ -59,14 +60,14 @@
"react-typography": "^0.16.19", "react-typography": "^0.16.19",
"typewriter-effect": "^2.12.1", "typewriter-effect": "^2.12.1",
"typography": "^0.16.19", "typography": "^0.16.19",
"use-debounce": "^3.1.0" "use-debounce": "^3.3.0"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0", "@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1", "@testing-library/react-hooks": "^3.2.1",
"eslint-config-prettier": "^6.7.0", "eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react-hooks": "^2.3.0", "eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1" "prettier": "^1.19.1"
}, },
Expand Down
Loading

0 comments on commit 5568cde

Please sign in to comment.