Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Aug 2, 2024
1 parent 7cce55c commit eb78dec
Show file tree
Hide file tree
Showing 4 changed files with 613 additions and 130 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"license": "MIT",
"dependencies": {
"@issue-ops/gatsby-theme-doctocat-typescript": "file:../gatsby-theme-doctocat-typescript",
"@primer/octicons-react": "^19.10.0",
"@primer/react": "^36.24.0",
"@primer/octicons-react": "^19.11.0",
"@primer/react": "^36.27.0",
"gatsby": "^5.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.9"
"styled-components": "^6.1.12"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-mdx": "^3.1.5",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
Expand Down
16 changes: 8 additions & 8 deletions gatsby-theme-doctocat-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@octokit/types": "^13.5.0",
"@primer/component-metadata": "^0.5.1",
"@primer/octicons-react": "^19.10.0",
"@primer/primitives": "^8.2.3",
"@primer/primitives": "^8.2.4",
"@primer/react": "^36.24.0",
"@styled-system/should-forward-prop": "^5.1.5",
"@styled-system/theme-get": "^5.1.2",
"axios": "^1.6.8",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"details-element-polyfill": "^2.4.0",
"downshift": "^9.0.6",
"framer-motion": "^11.2.12",
"downshift": "^9.0.7",
"framer-motion": "^11.3.21",
"fuse.js": "^7.0.0",
"gatsby": "^5.13.4",
"gatsby-plugin-catch-links": "^5.13.1",
Expand All @@ -58,7 +58,7 @@
"get-pkg-repo": "^5.0.0",
"github-slugger": "^2.0.0",
"graphql": "^16.9.0",
"html-react-parser": "^5.0.11",
"html-react-parser": "^5.1.12",
"lodash.debounce": "^4.0.8",
"lodash.uniqby": "^4.7.0",
"path-browserify": "^1.0.1",
Expand All @@ -85,7 +85,7 @@
"remark-github": "^12.0.0",
"remark-mdx": "^3.0.1",
"remark-mdx-frontmatter": "^5.0.0",
"styled-components": "^6.1.9",
"styled-components": "^6.1.12",
"styled-system": "^5.1.5",
"ts-toolbelt": "^9.6.0",
"worker-loader": "^3.0.8"
Expand All @@ -94,7 +94,7 @@
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.uniqby": "^4.7.9",
"@types/node": "^20.14.9",
"@types/node": "^22.0.2",
"@types/path-browserify": "^1.0.2",
"@types/pluralize": "^0.0.33",
"@types/preval.macro": "^3.0.2",
Expand All @@ -110,8 +110,8 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"typescript": "^5.5.3",
"yaml-loader": "^0.8.1"
}
Expand Down
Loading

0 comments on commit eb78dec

Please sign in to comment.