Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent 0f02477 commit 5258d7e
Show file tree
Hide file tree
Showing 3 changed files with 1,922 additions and 1,368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
CI: true

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.0
uses: JamesIves/github-pages-deploy-action@v4.4.2
if: steps.build-website.outcome == 'success' || steps.build-website-without-cache.outcome == 'success'
with:
branch: gh-pages
Expand Down
82 changes: 41 additions & 41 deletions package.json
Expand Up @@ -6,71 +6,71 @@
"version": "0.1.0",
"author": "openscript",
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mantine/hooks": "5.2.4",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mantine/hooks": "5.10.5",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"gatsby": "4.22.0",
"gatsby-plugin-catch-links": "4.22.0",
"gatsby-plugin-emotion": "7.22.0",
"gatsby-plugin-google-gtag": "4.22.0",
"gatsby-plugin-i18n-l10n": "4.18.7",
"gatsby-plugin-image": "2.22.0",
"gatsby-plugin-manifest": "4.22.0",
"gatsby": "4.25.7",
"gatsby-plugin-catch-links": "4.25.0",
"gatsby-plugin-emotion": "7.25.0",
"gatsby-plugin-google-gtag": "4.25.0",
"gatsby-plugin-i18n-l10n": "4.21.0",
"gatsby-plugin-image": "2.25.0",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-mdx": "3.20.0",
"gatsby-plugin-offline": "5.22.0",
"gatsby-plugin-react-helmet": "5.22.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sharp": "4.22.0",
"gatsby-plugin-sitemap": "5.22.0",
"gatsby-remark-autolink-headers": "5.22.0",
"gatsby-remark-copy-linked-files": "5.22.0",
"gatsby-remark-images": "6.22.0",
"gatsby-remark-prismjs": "6.22.0",
"gatsby-source-filesystem": "4.22.0",
"gatsby-transformer-sharp": "4.22.0",
"gatsby-transformer-yaml": "4.22.0",
"gatsby-plugin-offline": "5.25.0",
"gatsby-plugin-react-helmet": "5.25.0",
"gatsby-plugin-robots-txt": "1.8.0",
"gatsby-plugin-sharp": "4.25.1",
"gatsby-plugin-sitemap": "5.25.0",
"gatsby-remark-autolink-headers": "5.25.0",
"gatsby-remark-copy-linked-files": "5.25.0",
"gatsby-remark-images": "6.25.0",
"gatsby-remark-prismjs": "6.25.0",
"gatsby-source-filesystem": "4.25.0",
"gatsby-transformer-sharp": "4.25.0",
"gatsby-transformer-yaml": "4.25.0",
"polished": "4.2.2",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-intl": "6.1.0",
"react-intl": "6.4.4",
"react-section-dividers": "0.5.1"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/preset-typescript": "7.18.6",
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@babel/core": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-operations": "2.5.13",
"@types/jest": "28.1.8",
"@types/node": "20.2.5",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-helmet": "6.1.5",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@types/react-helmet": "6.1.6",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"babel-eslint": "10.1.0",
"babel-jest": "28.1.3",
"babel-preset-gatsby": "2.22.0",
"eslint": "8.23.0",
"babel-preset-gatsby": "2.25.0",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"identity-obj-proxy": "3.0.0",
"jest": "28.1.3",
"prettier": "2.7.1",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "4.9.5"
},
"keywords": [
"gatsby"
Expand Down

0 comments on commit 5258d7e

Please sign in to comment.