update dependencies

This commit is contained in:
Rick van Lieshout 2022-05-19 23:16:06 +02:00
parent 7a68e42288
commit e736278e27
2 changed files with 7426 additions and 4789 deletions

12164
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,37 +15,36 @@
"clean": "gatsby clean" "clean": "gatsby clean"
}, },
"dependencies": { "dependencies": {
"gatsby": "^4.5.4", "gatsby": "^4.14.1",
"gatsby-plugin-image": "^2.5.2", "gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.5.2", "gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-react-helmet": "^5.5.0", "gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sass": "^5.5.0", "gatsby-plugin-sass": "^5.14.0",
"gatsby-plugin-sharp": "^4.5.2", "gatsby-plugin-sharp": "^4.14.1",
"gatsby-plugin-sitemap": "^5.5.0", "gatsby-plugin-sitemap": "^5.14.0",
"gatsby-source-filesystem": "^4.5.2", "gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-remark": "^5.5.2", "gatsby-transformer-remark": "^5.14.0",
"gatsby-transformer-sharp": "^4.5.0", "gatsby-transformer-sharp": "^4.14.0",
"html-react-parser": "^1.4.5", "html-react-parser": "^1.4.12",
"react": "^17.0.2", "react": "^18.1.0",
"react-bootstrap": "^0.32.4", "react-bootstrap": "^2.4.0",
"react-cookie-consent": "^7.2.1", "react-cookie-consent": "^7.4.1",
"react-dom": "^17.0.2", "react-dom": "^18.1.0",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-side-effect": "^2.1.1", "sass": "^1.51.0"
"sass": "^1.49.0"
}, },
"devDependencies": { "devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0", "@mastermindzh/prettier-config": "^1.0.0",
"@typescript-eslint/parser": "^5.10.0", "@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.7.0", "eslint": "^8.15.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0", "eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.30.0",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"stylelint": "^14.3.0", "stylelint": "^14.8.2",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^5.0.2", "stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard": "^24.0.0" "stylelint-config-standard": "^25.0.0"
}, },
"prettier": "@mastermindzh/prettier-config" "prettier": "@mastermindzh/prettier-config"
} }