Skip to content

Commit

Permalink
docs: dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 11, 2024
1 parent d554f98 commit 86c3033
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
"version": "0.0.0",
"author": "Sergei Kudinov <[email protected]>",
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"color": "^4.2.3",
"gatsby": "^5.13.1",
"gatsby": "^5.13.6",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^5.13.0",
"gatsby-plugin-emotion": "^8.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-offline": "^6.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-typography": "^5.13.0",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-embed-snippet": "^8.13.0",
"gatsby-remark-prismjs": "^7.13.0",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-embed-snippet": "^8.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-snippet-url": "^0.2.1",
"gatsby-remark-snippet-url-prepare": "^0.2.1",
"gatsby-remark-title-to-frontmatter": "^1.3.1",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"pad": "^3.2.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-syntax-highlighter": "^15.5.0",
Expand All @@ -42,9 +42,9 @@
"typography-breakpoint-constants": "^0.16.19"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.1"
"eslint": "^9.4.0",
"eslint-plugin-react": "^7.34.2",
"prettier": "^3.3.2"
},
"keywords": [
"gatsby"
Expand Down

0 comments on commit 86c3033

Please sign in to comment.