mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
- v2.7.3: update dependencies
This commit is contained in:
21
functions/package-lock.json
generated
21
functions/package-lock.json
generated
@ -10,7 +10,10 @@
|
|||||||
"puppeteer": "10.0.0"
|
"puppeteer": "10.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"firebase-functions-test": "^0.2.3"
|
"firebase-functions-test": "^0.3.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@firebase/app-types": {
|
"node_modules/@firebase/app-types": {
|
||||||
@ -1023,9 +1026,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/firebase-functions-test": {
|
"node_modules/firebase-functions-test": {
|
||||||
"version": "0.2.3",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.3.0.tgz",
|
||||||
"integrity": "sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA==",
|
"integrity": "sha512-V1bOe3XZxbQNd4taaRbxNIwMjHxfo04LMTnA5KFS3jkEaJrHmKCsosLLtVG4eOw4iVQHrc+q4AlhpyJ66DjMbw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/lodash": "^4.14.104",
|
"@types/lodash": "^4.14.104",
|
||||||
@ -1033,6 +1036,10 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"firebase-admin": ">=6.0.0",
|
||||||
|
"firebase-functions": ">=2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/forwarded": {
|
"node_modules/forwarded": {
|
||||||
@ -3299,9 +3306,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"firebase-functions-test": {
|
"firebase-functions-test": {
|
||||||
"version": "0.2.3",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.3.0.tgz",
|
||||||
"integrity": "sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA==",
|
"integrity": "sha512-V1bOe3XZxbQNd4taaRbxNIwMjHxfo04LMTnA5KFS3jkEaJrHmKCsosLLtVG4eOw4iVQHrc+q4AlhpyJ66DjMbw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/lodash": "^4.14.104",
|
"@types/lodash": "^4.14.104",
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
"puppeteer": "10.0.0"
|
"puppeteer": "10.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"firebase-functions-test": "^0.2.3"
|
"firebase-functions-test": "^0.3.0"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
title: 'Reactive Resume',
|
title: 'Reactive Resume',
|
||||||
siteUrl: 'https://rxresu.me',
|
siteUrl: 'https://rxresu.me',
|
||||||
description: 'A free and open source resume builder.',
|
description: 'A free and open source resume builder.',
|
||||||
version: '2.7.2',
|
version: '2.7.3',
|
||||||
},
|
},
|
||||||
flags: { PRESERVE_WEBPACK_CACHE: true },
|
flags: { PRESERVE_WEBPACK_CACHE: true },
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
1729
package-lock.json
generated
1729
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -26,24 +26,24 @@
|
|||||||
"dayjs": "^1.10.5",
|
"dayjs": "^1.10.5",
|
||||||
"dotenv": "^10.0.0",
|
"dotenv": "^10.0.0",
|
||||||
"downloadjs": "^1.4.7",
|
"downloadjs": "^1.4.7",
|
||||||
"firebase": "^8.6.3",
|
"firebase": "^8.6.5",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"gatsby": "^3.6.2",
|
"gatsby": "^3.7.0",
|
||||||
"gatsby-plugin-create-client-paths": "^3.6.0",
|
"gatsby-plugin-create-client-paths": "^3.7.0",
|
||||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||||
"gatsby-plugin-image": "^1.6.0",
|
"gatsby-plugin-image": "^1.7.0",
|
||||||
"gatsby-plugin-manifest": "^3.6.0",
|
"gatsby-plugin-manifest": "^3.7.0",
|
||||||
"gatsby-plugin-material-ui": "^3.0.1",
|
"gatsby-plugin-material-ui": "^3.0.1",
|
||||||
"gatsby-plugin-offline": "^4.6.0",
|
"gatsby-plugin-offline": "^4.7.0",
|
||||||
"gatsby-plugin-postcss": "^4.6.0",
|
"gatsby-plugin-postcss": "^4.7.0",
|
||||||
"gatsby-plugin-react-helmet": "^4.6.0",
|
"gatsby-plugin-react-helmet": "^4.7.0",
|
||||||
"gatsby-plugin-sharp": "^3.6.0",
|
"gatsby-plugin-sharp": "^3.7.0",
|
||||||
"gatsby-plugin-sitemap": "^4.2.0",
|
"gatsby-plugin-sitemap": "^4.3.0",
|
||||||
"gatsby-plugin-webfonts": "^2.1.0",
|
"gatsby-plugin-webfonts": "^2.1.0",
|
||||||
"gatsby-source-filesystem": "^3.6.0",
|
"gatsby-source-filesystem": "^3.7.0",
|
||||||
"gatsby-source-gravatar": "^1.0.1",
|
"gatsby-source-gravatar": "^1.0.1",
|
||||||
"gatsby-transformer-remark": "^4.3.0",
|
"gatsby-transformer-remark": "^4.4.0",
|
||||||
"gatsby-transformer-sharp": "^3.6.0",
|
"gatsby-transformer-sharp": "^3.7.0",
|
||||||
"i18next": "^20.3.1",
|
"i18next": "^20.3.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"nanoevents": "^6.0.0",
|
"nanoevents": "^6.0.0",
|
||||||
@ -64,11 +64,11 @@
|
|||||||
"yup": "^0.32.9"
|
"yup": "^0.32.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "^5.12.0",
|
"@testing-library/jest-dom": "^5.13.0",
|
||||||
"@testing-library/react": "^11.2.7",
|
"@testing-library/react": "^11.2.7",
|
||||||
"babel-jest": "^27.0.2",
|
"babel-jest": "^27.0.2",
|
||||||
"babel-preset-gatsby": "^1.6.0",
|
"babel-preset-gatsby": "^1.7.0",
|
||||||
"eslint": "^7.27.0",
|
"eslint": "^7.28.0",
|
||||||
"eslint-config-airbnb": "^18.2.1",
|
"eslint-config-airbnb": "^18.2.1",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-loader": "^4.0.2",
|
"eslint-loader": "^4.0.2",
|
||||||
@ -80,9 +80,9 @@
|
|||||||
"eslint-webpack-plugin": "^2.5.4",
|
"eslint-webpack-plugin": "^2.5.4",
|
||||||
"gatsby-plugin-eslint": "^3.0.0",
|
"gatsby-plugin-eslint": "^3.0.0",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^27.0.3",
|
"jest": "^27.0.4",
|
||||||
"jest-fetch-mock": "^3.0.3",
|
"jest-fetch-mock": "^3.0.3",
|
||||||
"prettier": "2.3.0",
|
"prettier": "2.3.1",
|
||||||
"stylelint": "^13.13.1",
|
"stylelint": "^13.13.1",
|
||||||
"stylelint-config-standard": "^22.0.0",
|
"stylelint-config-standard": "^22.0.0",
|
||||||
"tailwindcss": "^2.1.4"
|
"tailwindcss": "^2.1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user