This commit is contained in:
Kevin Kandlbinder 2021-04-12 12:45:08 +00:00 committed by GitHub
commit abb502c863
2 changed files with 97 additions and 87 deletions

56
package-lock.json generated
View file

@ -10431,9 +10431,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.23.0.tgz",
"integrity": "sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==",
"version": "7.24.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz",
"integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==",
"requires": {
"@babel/code-frame": "7.12.11",
"@eslint/eslintrc": "^0.4.0",
@ -10511,9 +10511,9 @@
}
},
"globals": {
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-13.7.0.tgz",
"integrity": "sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==",
"version": "13.8.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-13.8.0.tgz",
"integrity": "sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==",
"requires": {
"type-fest": "^0.20.2"
}
@ -10792,9 +10792,9 @@
}
},
"eslint-plugin-react": {
"version": "7.23.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz",
"integrity": "sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==",
"version": "7.23.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz",
"integrity": "sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==",
"requires": {
"array-includes": "^3.1.3",
"array.prototype.flatmap": "^1.2.4",
@ -12760,9 +12760,9 @@
}
},
"gatsby-plugin-sharp": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.2.0.tgz",
"integrity": "sha512-+Y4z/Q0bQL+wA1kb9wvAKlSz+o0+2V3IRxhu8kx/0pfpk48Q0apk+v4UMn7l835yocKfsePj8qvW7Ez0D47O9A==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.2.1.tgz",
"integrity": "sha512-ZAEiDehEz7VRgykQSVwg0ESu9c+rA2BUfi6+VCi2ppemRezXm+jGUkSTo+WUhjiPmEhQq+IIOOWe4lpslJoZRg==",
"requires": {
"@babel/runtime": "^7.12.5",
"async": "^3.2.0",
@ -14204,9 +14204,9 @@
"dev": true
},
"i18next": {
"version": "20.1.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz",
"integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==",
"version": "20.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz",
"integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==",
"requires": {
"@babel/runtime": "^7.12.0"
}
@ -15662,6 +15662,11 @@
"lodash._reinterpolate": "^3.0.0"
}
},
"lodash.truncate": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
"integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM="
},
"lodash.uniq": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
@ -22804,20 +22809,25 @@
}
},
"table": {
"version": "6.0.7",
"resolved": "https://registry.npmjs.org/table/-/table-6.0.7.tgz",
"integrity": "sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==",
"version": "6.0.9",
"resolved": "https://registry.npmjs.org/table/-/table-6.0.9.tgz",
"integrity": "sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ==",
"requires": {
"ajv": "^7.0.2",
"lodash": "^4.17.20",
"ajv": "^8.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"lodash.clonedeep": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.truncate": "^4.4.2",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.0"
},
"dependencies": {
"ajv": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-7.2.4.tgz",
"integrity": "sha512-nBeQgg/ZZA3u3SYxyaDvpvDtgZ/EZPF547ARgZBrG9Bhu1vKDwAIjtIf+sDtJUKa2zOcEbmRLBRSyMraS/Oy1A==",
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.0.5.tgz",
"integrity": "sha512-RkiLa/AeJx7+9OvniQ/qeWu0w74A8DiPPBclQ6ji3ZQkv5KamO+QGpqmi7O4JIw3rHGUXZ6CoP9tsAkn3gyazg==",
"requires": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",

View file

@ -1,64 +1,64 @@
{
"name": "kevink.dev",
"version": "1.1.0",
"private": true,
"description": "KevinK.dev",
"author": "Kevin Kandlbinder",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build:fab": "npm run build && npm run fab:build",
"fab:build": "fab build",
"fab:serve": "fab serve fab.zip",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "7.13.14",
"@babel/plugin-transform-typescript": "7.13.0",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3",
"gatsby": "3.2.1",
"gatsby-cli": "3.2.0",
"gatsby-plugin-asset-path": "3.0.3",
"gatsby-plugin-manifest": "3.2.0",
"gatsby-plugin-offline": "4.2.0",
"gatsby-plugin-react-helmet": "4.2.0",
"gatsby-plugin-react-i18next": "1.1.1",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "4.2.0",
"gatsby-plugin-sharp": "3.2.0",
"gatsby-plugin-sitemap": "3.2.0",
"gatsby-source-filesystem": "3.2.0",
"gatsby-transformer-json": "3.2.0",
"gatsby-transformer-sharp": "3.2.0",
"i18next": "20.1.0",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "^1.2.0",
"react-helmet": "6.1.0",
"react-i18next": "11.8.12"
},
"devDependencies": {
"@fab/actions": "1.0.0-rc.3-beta.1",
"@fab/cli": "1.0.0-rc.3-beta.1",
"@fab/input-static": "1.0.0-rc.3-beta.1",
"@fab/plugin-render-html": "1.0.0-rc.3-beta.1",
"@fab/plugin-rewire-assets": "1.0.0-rc.3-beta.1",
"@fab/server": "1.0.0-rc.3-beta.1",
"babel-eslint": "10.1.0",
"eslint": "7.23.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.23.1",
"gatsby-plugin-eslint": "2.0.8"
}
}
{
"name": "kevink.dev",
"version": "1.1.0",
"private": true,
"description": "KevinK.dev",
"author": "Kevin Kandlbinder",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"build:fab": "npm run build && npm run fab:build",
"fab:build": "fab build",
"fab:serve": "fab serve fab.zip",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "7.13.14",
"@babel/plugin-transform-typescript": "7.13.0",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.3",
"gatsby": "3.2.1",
"gatsby-cli": "3.2.0",
"gatsby-plugin-asset-path": "3.0.3",
"gatsby-plugin-manifest": "3.2.0",
"gatsby-plugin-offline": "4.2.0",
"gatsby-plugin-react-helmet": "4.2.0",
"gatsby-plugin-react-i18next": "1.1.1",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "4.2.0",
"gatsby-plugin-sharp": "3.2.1",
"gatsby-plugin-sitemap": "3.2.0",
"gatsby-source-filesystem": "3.2.0",
"gatsby-transformer-json": "3.2.0",
"gatsby-transformer-sharp": "3.2.0",
"i18next": "20.2.1",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "1.2.0",
"react-helmet": "6.1.0",
"react-i18next": "11.8.12"
},
"devDependencies": {
"@fab/actions": "1.0.0-rc.3-beta.1",
"@fab/cli": "1.0.0-rc.3-beta.1",
"@fab/input-static": "1.0.0-rc.3-beta.1",
"@fab/plugin-render-html": "1.0.0-rc.3-beta.1",
"@fab/plugin-rewire-assets": "1.0.0-rc.3-beta.1",
"@fab/server": "1.0.0-rc.3-beta.1",
"babel-eslint": "10.1.0",
"eslint": "7.24.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.23.2",
"gatsby-plugin-eslint": "2.0.8"
}
}