mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
[2.6.0] update dependencies
This commit is contained in:
2492
functions/package-lock.json
generated
2492
functions/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,13 +8,10 @@
|
||||
"deploy": "firebase deploy --only functions",
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12"
|
||||
},
|
||||
"dependencies": {
|
||||
"firebase-admin": "^9.4.2",
|
||||
"firebase-functions": "^3.13.1",
|
||||
"puppeteer": "5.5.0"
|
||||
"puppeteer": "7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"firebase-functions-test": "^0.2.3"
|
||||
|
||||
@ -6,7 +6,7 @@ module.exports = {
|
||||
title: 'Reactive Resume',
|
||||
siteUrl: 'https://rxresu.me',
|
||||
description: 'A free and open source resume builder.',
|
||||
version: '2.5.5',
|
||||
version: '2.6.0',
|
||||
},
|
||||
plugins: [
|
||||
'gatsby-plugin-react-helmet',
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line no-underscore-dangle
|
||||
global.___loader = {
|
||||
enqueue: jest.fn(),
|
||||
};
|
||||
|
||||
37348
package-lock.json
generated
37348
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
46
package.json
46
package.json
@ -18,56 +18,56 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.2",
|
||||
"@material-ui/core": "^4.11.3",
|
||||
"@reach/router": "^1.3.4",
|
||||
"animate.css": "^4.1.1",
|
||||
"array-move": "^3.0.1",
|
||||
"autoprefixer": "^10.2.3",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"classnames": "^2.2.6",
|
||||
"dayjs": "^1.10.4",
|
||||
"dotenv": "^8.2.0",
|
||||
"downloadjs": "^1.4.7",
|
||||
"firebase": "^8.2.4",
|
||||
"firebase": "^8.2.6",
|
||||
"formik": "^2.2.6",
|
||||
"gatsby": "^2.31.1",
|
||||
"gatsby-image": "^2.10.0",
|
||||
"gatsby-plugin-create-client-paths": "^2.9.0",
|
||||
"gatsby": "^2.32.3",
|
||||
"gatsby-image": "^2.11.0",
|
||||
"gatsby-plugin-create-client-paths": "^2.10.0",
|
||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||
"gatsby-plugin-manifest": "^2.11.0",
|
||||
"gatsby-plugin-manifest": "^2.12.0",
|
||||
"gatsby-plugin-material-ui": "^2.1.10",
|
||||
"gatsby-plugin-offline": "^3.9.0",
|
||||
"gatsby-plugin-postcss": "^3.6.0",
|
||||
"gatsby-plugin-react-helmet": "^3.9.0",
|
||||
"gatsby-plugin-sharp": "^2.13.1",
|
||||
"gatsby-plugin-sitemap": "^2.11.0",
|
||||
"gatsby-plugin-offline": "^3.10.0",
|
||||
"gatsby-plugin-postcss": "^3.7.0",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-sharp": "^2.14.1",
|
||||
"gatsby-plugin-sitemap": "^2.12.0",
|
||||
"gatsby-plugin-webfonts": "^1.1.4",
|
||||
"gatsby-source-filesystem": "^2.10.0",
|
||||
"gatsby-source-filesystem": "^2.11.0",
|
||||
"gatsby-source-gravatar": "^1.0.0",
|
||||
"gatsby-transformer-remark": "^2.15.0",
|
||||
"gatsby-transformer-sharp": "^2.11.0",
|
||||
"i18next": "^19.8.4",
|
||||
"gatsby-transformer-remark": "^2.16.0",
|
||||
"gatsby-transformer-sharp": "^2.12.0",
|
||||
"i18next": "^19.8.7",
|
||||
"lodash": "^4.17.20",
|
||||
"nanoevents": "^5.1.10",
|
||||
"postcss": "^8.2.4",
|
||||
"postcss": "^8.2.5",
|
||||
"react": "^17.0.1",
|
||||
"react-beautiful-dnd": "^13.0.0",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-i18next": "^11.8.5",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-scroll": "^1.8.1",
|
||||
"react-toastify": "^6.2.0",
|
||||
"react-toastify": "^7.0.3",
|
||||
"short-unique-id": "^3.2.3",
|
||||
"uuid": "^8.3.2",
|
||||
"yup": "^0.32.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@testing-library/react": "^11.2.3",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"babel-jest": "^26.6.3",
|
||||
"babel-preset-gatsby": "^0.11.0",
|
||||
"eslint": "^7.18.0",
|
||||
"babel-preset-gatsby": "^0.12.1",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
@ -75,7 +75,7 @@
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"gatsby-plugin-eslint": "^2.0.8",
|
||||
"gatsby-plugin-eslint": "^3.0.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user