From 95d49ec9863d0ce2953807746fa5500e35b90e13 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 24 Jul 2022 14:17:41 +0200 Subject: [PATCH] more package updates because I never work on this thing :P --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 7699298..b0a2c46 100644 --- a/package.json +++ b/package.json @@ -15,36 +15,36 @@ "clean": "gatsby clean" }, "dependencies": { - "gatsby": "^4.14.1", - "gatsby-plugin-image": "^2.14.1", - "gatsby-plugin-manifest": "^4.14.0", - "gatsby-plugin-react-helmet": "^5.14.0", - "gatsby-plugin-sass": "^5.14.0", - "gatsby-plugin-sharp": "^4.14.1", - "gatsby-plugin-sitemap": "^5.14.0", - "gatsby-source-filesystem": "^4.14.0", - "gatsby-transformer-remark": "^5.14.0", - "gatsby-transformer-sharp": "^4.14.0", - "html-react-parser": "^1.4.12", - "react": "^18.1.0", + "gatsby": "^4.19.2", + "gatsby-plugin-image": "^2.19.0", + "gatsby-plugin-manifest": "^4.19.0", + "gatsby-plugin-react-helmet": "^5.19.0", + "gatsby-plugin-sass": "^5.19.0", + "gatsby-plugin-sharp": "^4.19.0", + "gatsby-plugin-sitemap": "^5.19.0", + "gatsby-source-filesystem": "^4.19.0", + "gatsby-transformer-remark": "^5.19.0", + "gatsby-transformer-sharp": "^4.19.0", + "html-react-parser": "^3.0.1", + "react": "^18.2.0", "react-bootstrap": "^2.4.0", - "react-cookie-consent": "^7.4.1", - "react-dom": "^18.1.0", + "react-cookie-consent": "^7.5.0", + "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "sass": "^1.51.0" + "sass": "^1.54.0" }, "devDependencies": { "@mastermindzh/prettier-config": "^1.0.0", - "@typescript-eslint/parser": "^5.25.0", - "eslint": "^8.15.0", + "@typescript-eslint/parser": "^5.30.7", + "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", - "eslint-plugin-react": "^7.30.0", - "prettier": "^2.6.2", - "stylelint": "^14.8.2", + "eslint-plugin-react": "^7.30.1", + "prettier": "^2.7.1", + "stylelint": "^14.9.1", "stylelint-config-prettier": "^9.0.3", - "stylelint-config-recommended-scss": "^6.0.0", - "stylelint-config-standard": "^25.0.0" + "stylelint-config-recommended-scss": "^7.0.0", + "stylelint-config-standard": "^26.0.0" }, "prettier": "@mastermindzh/prettier-config" }