This commit is contained in:
Kevin Kandlbinder 2022-06-07 16:33:42 +00:00 committed by GitHub
commit 8845418824
3 changed files with 966 additions and 710 deletions

2
.nvmrc
View file

@ -1 +1 @@
16.15.0
16.15.1

View file

@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "7.17.10",
"@babel/plugin-transform-typescript": "7.16.8",
"@babel/plugin-transform-typescript": "7.18.4",
"@fontsource/encode-sans": "4.5.6",
"@icons-pack/react-simple-icons": "4.7.0",
"@mdx-js/mdx": "1.6.22",
@ -28,49 +28,49 @@
"@react-hook/media-query": "1.1.1",
"@types/animejs": "3.1.4",
"@types/node": "17.0.14",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3",
"gatsby": "4.14.0",
"gatsby": "4.15.2",
"gatsby-awesome-pagination": "0.3.8",
"gatsby-cli": "4.14.0",
"gatsby-cli": "4.15.1",
"gatsby-plugin-asset-path": "3.0.4",
"gatsby-plugin-feed": "4.14.0",
"gatsby-plugin-image": "2.14.1",
"gatsby-plugin-manifest": "4.14.0",
"gatsby-plugin-mdx": "3.14.0",
"gatsby-plugin-netlify": "4.3.1",
"gatsby-plugin-offline": "5.14.0",
"gatsby-plugin-feed": "4.15.1",
"gatsby-plugin-image": "2.15.1",
"gatsby-plugin-manifest": "4.15.1",
"gatsby-plugin-mdx": "3.15.2",
"gatsby-plugin-netlify": "5.0.0",
"gatsby-plugin-offline": "5.15.1",
"gatsby-plugin-portal": "1.0.7",
"gatsby-plugin-react-helmet": "5.14.0",
"gatsby-plugin-react-helmet": "5.15.0",
"gatsby-plugin-react-i18next": "1.2.3",
"gatsby-plugin-remote-images": "3.4.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sass": "5.14.0",
"gatsby-plugin-sharp": "4.14.1",
"gatsby-plugin-sitemap": "5.14.0",
"gatsby-plugin-typescript": "4.14.0",
"gatsby-remark-copy-linked-files": "5.14.0",
"gatsby-remark-images": "6.14.0",
"gatsby-source-filesystem": "4.14.0",
"gatsby-transformer-json": "4.14.0",
"gatsby-transformer-sharp": "4.14.0",
"gatsby-plugin-sass": "5.15.1",
"gatsby-plugin-sharp": "4.15.1",
"gatsby-plugin-sitemap": "5.15.1",
"gatsby-plugin-typescript": "4.15.0",
"gatsby-remark-copy-linked-files": "5.15.0",
"gatsby-remark-images": "6.15.1",
"gatsby-source-filesystem": "4.15.0",
"gatsby-transformer-json": "4.15.0",
"gatsby-transformer-sharp": "4.15.1",
"hamburger-react": "2.5.0",
"i18next": "21.8.1",
"i18next": "21.8.8",
"locale": "0.1.0",
"lodash": "4.17.21",
"lucide-react": "0.44.0",
"lucide-react": "0.60.0",
"prop-types": "15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-github-btn": "1.2.2",
"react-github-btn": "1.3.0",
"react-helmet": "6.1.0",
"react-i18next": "11.16.9",
"sass": "1.51.0",
"react-i18next": "11.17.0",
"sass": "1.52.2",
"tsparticles": "2.0.6",
"typed-scss-modules": "6.4.1",
"typed-scss-modules": "6.5.0",
"utterances-react": "0.1.3"
},
"devDependencies": {
@ -78,10 +78,10 @@
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react": "7.30.0",
"gatsby-plugin-eslint": "4.0.2",
"husky": "8.0.1",
"lint-staged": "12.4.1",
"lint-staged": "13.0.0",
"prettier": "2.6.2"
},
"lint-staged": {

1616
yarn.lock

File diff suppressed because it is too large Load diff