Pin dependencies

This commit is contained in:
Renovate Bot 2021-02-16 09:13:43 +00:00
parent dd64ac40ff
commit aa8b35548e
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -19,46 +19,46 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/cli": "^7.12.16",
"@babel/plugin-transform-typescript": "^7.12.16",
"animejs": "^3.2.1",
"babel-plugin-i18next-extract": "^0.8.2",
"gatsby": "^2.32.3",
"gatsby-cli": "^2.19.1",
"gatsby-plugin-asset-path": "^3.0.3",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-i18next": "^1.0.3",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"i18next": "^19.8.7",
"jquery": "^3.5.1",
"locale": "^0.1.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.6"
"@babel/cli": "7.12.16",
"@babel/plugin-transform-typescript": "7.12.16",
"animejs": "3.2.1",
"babel-plugin-i18next-extract": "0.8.2",
"gatsby": "2.32.3",
"gatsby-cli": "2.19.1",
"gatsby-plugin-asset-path": "3.0.3",
"gatsby-plugin-manifest": "2.12.0",
"gatsby-plugin-offline": "3.10.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-react-i18next": "1.0.3",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "2.8.0",
"gatsby-plugin-sharp": "2.14.1",
"gatsby-plugin-sitemap": "2.12.0",
"gatsby-source-filesystem": "2.11.0",
"gatsby-transformer-json": "2.11.0",
"gatsby-transformer-sharp": "2.12.0",
"i18next": "19.8.7",
"jquery": "3.5.1",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
"react-i18next": "11.8.6"
},
"devDependencies": {
"@fab/actions": "^1.0.0-rc.9",
"@fab/cli": "^1.0.0-rc.9",
"@fab/input-static": "^1.0.0-rc.9",
"@fab/plugin-render-html": "^1.0.0-rc.9",
"@fab/plugin-rewire-assets": "^1.0.0-rc.9",
"@fab/server": "^1.0.0-rc.9",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"gatsby-plugin-eslint": "^2.0.8"
"@fab/actions": "1.0.0-rc.9",
"@fab/cli": "1.0.0-rc.9",
"@fab/input-static": "1.0.0-rc.9",
"@fab/plugin-render-html": "1.0.0-rc.9",
"@fab/plugin-rewire-assets": "1.0.0-rc.9",
"@fab/server": "1.0.0-rc.9",
"babel-eslint": "10.1.0",
"eslint": "7.19.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0",
"gatsby-plugin-eslint": "2.0.8"
}
}