Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from EmaSuriano/bump-deps-2
Browse files Browse the repository at this point in the history
feat: bump dependencies to latest
  • Loading branch information
EmaSuriano authored Aug 6, 2021
2 parents c402da0 + dcd41b9 commit 219cb19
Show file tree
Hide file tree
Showing 4 changed files with 597 additions and 584 deletions.
7 changes: 4 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"serve": "gatsby serve -p 5000",
"build": "gatsby build",
"cy": "DETERMINISTIC=true percy exec -t 350 -h cdn-images-1.medium.com -- cypress",
"test": "yarn cy run",
"test:ui": "yarn cy open"
},
"dependencies": {
"gatsby": "^3.8.1",
"gatsby": "^3.11.0",
"gatsby-theme-mate": "0.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.63",
"@percy/cypress": "^3.1.1",
"axe-core": "^4.2.3",
"cypress": "^7.6.0",
"axe-core": "^4.3.2",
"cypress": "^8.2.0",
"cypress-axe": "^0.12.2",
"percy": "^0.28.6"
}
Expand Down
38 changes: 19 additions & 19 deletions gatsby-theme-mate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,34 @@
"gatsby": "^3.8.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.12",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"babel-plugin-styled-components": "^1.13.1",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-styled-components": "^4.8.0",
"gatsby-plugin-typescript": "^3.8.0",
"gatsby-source-contentful": "^5.8.0",
"gatsby-source-medium": "^3.8.0",
"gatsby-transformer-remark": "^4.5.0",
"babel-plugin-styled-components": "^1.13.2",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-styled-components": "^4.11.0",
"gatsby-plugin-typescript": "^3.11.0",
"gatsby-source-contentful": "^5.11.0",
"gatsby-source-medium": "^3.11.0",
"gatsby-transformer-remark": "^4.8.0",
"react-awesome-reveal": "^3.8.1",
"react-headroom": "^3.1.1",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-markdown": "^6.0.3",
"react-text-loop": "^2.3.0",
"rebass": "^4.0.7",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react-headroom": "^2.2.1",
"@types/react-helmet": "^6.1.1",
"@types/rebass": "^4.0.7",
"typescript": "^4.3.4"
"@types/react-headroom": "^2.2.2",
"@types/react-helmet": "^6.1.2",
"@types/rebass": "^4.0.9",
"typescript": "^4.3.5"
}
}
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"clean": "yarn example clean",
"start": "yarn example start",
"build": "yarn example build",
"serve": "yarn example build && serve example/public",
"serve": "yarn example serve",
"test": "yarn example test",
"test:ci": "start-server-and-test serve 5000",
"test:ci": "yarn build && start-server-and-test serve 5000",
"check-types": "yarn theme check-types",
"release": "yarn theme release"
},
Expand All @@ -22,7 +22,6 @@
],
"devDependencies": {
"env-cmd": "^10.1.0",
"serve": "^12.0.0",
"start-server-and-test": "^1.12.5"
"start-server-and-test": "^1.13.1"
}
}
Loading

0 comments on commit 219cb19

Please sign in to comment.