Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Dec 11, 2022
1 parent 3e8c7be commit 2632804
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 398 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
},
"dependencies": {
"@code-hike/mdx": "^0.7.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@giscus/react": "^2.2.2",
"@giscus/react": "^2.2.4",
"@mdx-js/mdx": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"asciinema-player": "^3.0.1",
"bulma": "^0.9.4",
"eslint-config-prettier": "^8.5.0",
"gatsby": "^5.0.0",
"gatsby": "^5.2.0",
"gatsby-plugin-exclude": "^1.0.2",
"gatsby-plugin-feed": "^5.0.0",
"gatsby-plugin-gatsby-cloud": "^5.0.0",
"gatsby-plugin-google-gtag": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-feed": "^5.2.0",
"gatsby-plugin-gatsby-cloud": "^5.2.0",
"gatsby-plugin-google-gtag": "^5.2.0",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-mdx": "^5",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-page-creator": "^5.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-sitemap": "^6.0.0",
"gatsby-plugin-offline": "^6.2.0",
"gatsby-plugin-page-creator": "^5.2.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-sass": "^6.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-plugin-sitemap": "^6.2.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-remark-copy-relative-linked-files": "https://github.com/kxxt/npm-gatsby-remark-copy-relative-linked-files",
"gatsby-remark-graphviz": "^5.0.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^6.0.0",
"gatsby-remark-smartypants": "^6.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gatsby-remark-graphviz": "^5.2.0",
"gatsby-remark-images": "^7.2.0",
"gatsby-remark-mermaid": "^3.0.1",
"gatsby-remark-responsive-iframe": "^6.2.0",
"gatsby-remark-smartypants": "^6.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-remark": "^6.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"graphql": "^16.6.0",
"katex": "^0.16.3",
"katex": "^0.16.4",
"lodash": "^4.17.21",
"material-design-color": "^2.3.2",
"puppeteer": "^19.2.2",
"puppeteer": "^19.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
Expand All @@ -66,18 +66,18 @@
"typeface-montserrat": "1.1.13"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"babel-eslint": "^10.0.0",
"eslint": "^8.27.0",
"eslint": "^8.29.0",
"gh-pages": "^4.0.0",
"husky": ">=8",
"lint-staged": ">=13",
"node-gyp": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
"prettier": "^2.8.1",
"sass": "^1.56.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
},
"homepage": "https://www.kxxt.dev",
"keywords": [
Expand Down
Loading

0 comments on commit 2632804

Please sign in to comment.