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

Commit

Permalink
chore: bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Oct 9, 2020
1 parent a2e32eb commit 3e5fe44
Show file tree
Hide file tree
Showing 3 changed files with 1,119 additions and 794 deletions.
40 changes: 20 additions & 20 deletions gatsby-theme-code-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"mdx"
],
"peerDependencies": {
"gatsby": "^2.19.12",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"gatsby": "^2.23.12",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"files": [
"src",
Expand All @@ -46,49 +46,49 @@
"@theme-ui/prism": "^0.4.0-rc.1",
"color-hash": "^1.0.3",
"copee": "^1.0.6",
"gatsby-core-utils": "^1.3.15",
"gatsby-core-utils": "^1.3.23",
"gatsby-plugin-local-search": "^2.0.0",
"gatsby-plugin-mdx": "^1.2.19",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "^0.0.1",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-helmet": "^3.3.13",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-sharp": "^2.6.39",
"gatsby-plugin-theme-ui": "^0.4.0-rc.1",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-remark-images": "^3.3.25",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.13",
"gatsby-plugin-typescript": "^2.4.21",
"gatsby-remark-images": "^3.3.33",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-sharp": "^2.5.17",
"git-jiggy": "^1.1.1",
"lodash": "^4.17.20",
"mkdirp": "^1.0.3",
"querystring": "^0.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-rough-notation": "^0.1.1",
"react-rough-notation": "^1.0.0",
"react-use-flexsearch": "^0.1.1",
"remark-emoji": "^2.0.2",
"remark-github": "^9.0.1",
"remark-github": "^10.0.0",
"remark-slug": "^6.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"remark-truncate-links": "^1.0.3",
"remark-unwrap-images": "^2.0.0",
"text-cleaner": "^1.2.1",
"theme-ui": "^0.3.1",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/node": "^14.11.8",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"dotenv-cli": "^3.2.0",
"eslint-plugin-react-hooks": "^4.1.0",
"dotenv-cli": "^4.0.0",
"eslint-plugin-react-hooks": "^4.1.2",
"gatsby": "^2.23.12",
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"release-it": "^14.0.2"
"release-it": "^14.0.4"
}
}
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@
"example"
],
"dependencies": {
"eslint": "^7.7.0"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"husky": "^4.2.5",
"jest": "^26.4.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"husky": "^4.3.0",
"jest": "^26.5.2",
"jest-emotion": "^10.0.27",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5"
"lint-staged": "^10.4.0",
"prettier": "^2.1.2"
}
}
Loading

0 comments on commit 3e5fe44

Please sign in to comment.