more package updates because I never work on this thing :P

This commit is contained in:
Rick van Lieshout 2022-07-24 14:17:41 +02:00
parent 50de6be31d
commit 95d49ec986

View File

@ -15,36 +15,36 @@
"clean": "gatsby clean" "clean": "gatsby clean"
}, },
"dependencies": { "dependencies": {
"gatsby": "^4.14.1", "gatsby": "^4.19.2",
"gatsby-plugin-image": "^2.14.1", "gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-manifest": "^4.14.0", "gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-react-helmet": "^5.14.0", "gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-sass": "^5.14.0", "gatsby-plugin-sass": "^5.19.0",
"gatsby-plugin-sharp": "^4.14.1", "gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.14.0", "gatsby-plugin-sitemap": "^5.19.0",
"gatsby-source-filesystem": "^4.14.0", "gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-remark": "^5.14.0", "gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.14.0", "gatsby-transformer-sharp": "^4.19.0",
"html-react-parser": "^1.4.12", "html-react-parser": "^3.0.1",
"react": "^18.1.0", "react": "^18.2.0",
"react-bootstrap": "^2.4.0", "react-bootstrap": "^2.4.0",
"react-cookie-consent": "^7.4.1", "react-cookie-consent": "^7.5.0",
"react-dom": "^18.1.0", "react-dom": "^18.2.0",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"sass": "^1.51.0" "sass": "^1.54.0"
}, },
"devDependencies": { "devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0", "@mastermindzh/prettier-config": "^1.0.0",
"@typescript-eslint/parser": "^5.25.0", "@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.15.0", "eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1", "eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.30.0", "eslint-plugin-react": "^7.30.1",
"prettier": "^2.6.2", "prettier": "^2.7.1",
"stylelint": "^14.8.2", "stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^6.0.0", "stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^25.0.0" "stylelint-config-standard": "^26.0.0"
}, },
"prettier": "@mastermindzh/prettier-config" "prettier": "@mastermindzh/prettier-config"
} }