mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Merge branch 'master' of github.com:alxshelepenok/gatsby-starter-lumen
This commit is contained in:
commit
35c0956f9b
1324
package-lock.json
generated
1324
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
72
package.json
72
package.json
@ -49,29 +49,29 @@
|
|||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"disqus-react": "^1.1.3",
|
"disqus-react": "^1.1.3",
|
||||||
"gatsby": "^4.20.0",
|
"gatsby": "^4.23.0",
|
||||||
"gatsby-link": "^4.20.0",
|
"gatsby-link": "^4.23.0",
|
||||||
"gatsby-plugin-catch-links": "^4.20.0",
|
"gatsby-plugin-catch-links": "^4.23.0",
|
||||||
"gatsby-plugin-feed": "^4.20.0",
|
"gatsby-plugin-feed": "^4.23.0",
|
||||||
"gatsby-plugin-google-gtag": "^4.20.0",
|
"gatsby-plugin-google-gtag": "^4.23.0",
|
||||||
"gatsby-plugin-image": "^2.20.0",
|
"gatsby-plugin-image": "^2.23.0",
|
||||||
"gatsby-plugin-manifest": "^4.20.0",
|
"gatsby-plugin-manifest": "^4.23.0",
|
||||||
"gatsby-plugin-offline": "^5.20.0",
|
"gatsby-plugin-offline": "^5.23.0",
|
||||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||||
"gatsby-plugin-react-helmet": "^5.20.0",
|
"gatsby-plugin-react-helmet": "^5.23.0",
|
||||||
"gatsby-plugin-sass": "^5.20.0",
|
"gatsby-plugin-sass": "^5.23.0",
|
||||||
"gatsby-plugin-sharp": "^4.20.0",
|
"gatsby-plugin-sharp": "^4.23.0",
|
||||||
"gatsby-plugin-sitemap": "^5.20.0",
|
"gatsby-plugin-sitemap": "^5.23.0",
|
||||||
"gatsby-remark-autolink-headers": "^5.20.0",
|
"gatsby-remark-autolink-headers": "^5.23.0",
|
||||||
"gatsby-remark-copy-linked-files": "^5.20.0",
|
"gatsby-remark-copy-linked-files": "^5.23.0",
|
||||||
"gatsby-remark-external-links": "0.0.4",
|
"gatsby-remark-external-links": "0.0.4",
|
||||||
"gatsby-remark-images": "^6.20.0",
|
"gatsby-remark-images": "^6.23.0",
|
||||||
"gatsby-remark-prismjs": "^6.20.0",
|
"gatsby-remark-prismjs": "^6.23.0",
|
||||||
"gatsby-remark-responsive-iframe": "^5.20.0",
|
"gatsby-remark-responsive-iframe": "^5.23.0",
|
||||||
"gatsby-remark-smartypants": "^5.20.0",
|
"gatsby-remark-smartypants": "^5.23.0",
|
||||||
"gatsby-source-filesystem": "^4.20.0",
|
"gatsby-source-filesystem": "^4.23.0",
|
||||||
"gatsby-transformer-remark": "^5.20.0",
|
"gatsby-transformer-remark": "^5.23.0",
|
||||||
"gatsby-transformer-sharp": "^4.20.0",
|
"gatsby-transformer-sharp": "^4.23.0",
|
||||||
"prismjs": "^1.29.0",
|
"prismjs": "^1.29.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-cookie-consent": "^8.0.1",
|
"react-cookie-consent": "^8.0.1",
|
||||||
@ -85,21 +85,21 @@
|
|||||||
"@mastermindzh/prettier-config": "^1.0.0",
|
"@mastermindzh/prettier-config": "^1.0.0",
|
||||||
"@semantic-release/exec": "6.0.3",
|
"@semantic-release/exec": "6.0.3",
|
||||||
"@semantic-release/git": "10.0.1",
|
"@semantic-release/git": "10.0.1",
|
||||||
"@swc/core": "^1.2.247",
|
"@swc/core": "^1.3.1",
|
||||||
"@swc/jest": "^0.2.22",
|
"@swc/jest": "^0.2.22",
|
||||||
"@types/gatsby-transformer-remark": "^2.9.1",
|
"@types/gatsby-transformer-remark": "^2.9.1",
|
||||||
"@types/jest": "^28.1.6",
|
|
||||||
"@types/node": "^18.7.3",
|
"@types/node": "^18.7.3",
|
||||||
"@types/react": "^18.0.18",
|
"@types/jest": "^29.0.3",
|
||||||
|
"@types/react": "^18.0.20",
|
||||||
"@types/react-dom": "^18.0.6",
|
"@types/react-dom": "^18.0.6",
|
||||||
"@types/react-helmet": "^6.1.5",
|
"@types/react-helmet": "^6.1.5",
|
||||||
"@types/react-test-renderer": "^18.0.0",
|
"@types/react-test-renderer": "^18.0.0",
|
||||||
"@types/react-toggle": "^4.0.3",
|
"@types/react-toggle": "^4.0.3",
|
||||||
"@types/sass": "^1.43.1",
|
"@types/sass": "^1.43.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
||||||
"@typescript-eslint/parser": "^5.36.1",
|
"@typescript-eslint/parser": "^5.37.0",
|
||||||
"autoprefixer": "^10.4.8",
|
"autoprefixer": "^10.4.11",
|
||||||
"browserslist": "^4.21.3",
|
"browserslist": "^4.21.4",
|
||||||
"codecov": "^3.8.3",
|
"codecov": "^3.8.3",
|
||||||
"concurrently": "^7.3.0",
|
"concurrently": "^7.3.0",
|
||||||
"eslint": "^8.23.0",
|
"eslint": "^8.23.0",
|
||||||
@ -107,31 +107,31 @@
|
|||||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
"eslint-config-airbnb-typescript": "^17.0.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-import-resolver-typescript": "^3.5.0",
|
"eslint-import-resolver-typescript": "^3.5.1",
|
||||||
"eslint-plugin-flowtype": "^8.0.3",
|
"eslint-plugin-flowtype": "^8.0.3",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-jest": "^27.0.1",
|
"eslint-plugin-jest": "^27.0.4",
|
||||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"eslint-plugin-react": "^7.31.5",
|
"eslint-plugin-react": "^7.31.8",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-simple-import-sort": "^8.0.0",
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
||||||
"husky": "8.0.1",
|
"husky": "8.0.1",
|
||||||
"identity-obj-proxy": "3.0.0",
|
"identity-obj-proxy": "3.0.0",
|
||||||
"jest": "^28.1.3",
|
"jest": "^29.0.3",
|
||||||
"jest-cli": "^28.1.3",
|
"jest-cli": "^29.0.3",
|
||||||
"jest-environment-jsdom": "^28.1.3",
|
"jest-environment-jsdom": "^29.0.3",
|
||||||
"jest-svg-transformer": "^1.0.0",
|
"jest-svg-transformer": "^1.0.0",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"lost": "9.0.1",
|
"lost": "9.0.1",
|
||||||
"markdownlint": "^0.26.2",
|
"markdownlint": "^0.26.2",
|
||||||
"postcss": "^8.4.16",
|
"postcss": "^8.4.16",
|
||||||
"postcss-scss": "^4.0.4",
|
"postcss-scss": "^4.0.5",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"prettier-plugin-packagejson": "^2.2.18",
|
"prettier-plugin-packagejson": "^2.2.18",
|
||||||
"react-test-renderer": "^18.2.0",
|
"react-test-renderer": "^18.2.0",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"sass": "^1.54.8",
|
"sass": "^1.54.9",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"stylelint": "^14.11.0",
|
"stylelint": "^14.11.0",
|
||||||
"stylelint-config-recommended-scss": "^7.0.0",
|
"stylelint-config-recommended-scss": "^7.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user