mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
[2.6.2] update dependencies, bump up version
This commit is contained in:
2849
functions/package-lock.json
generated
2849
functions/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,9 +9,9 @@
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"dependencies": {
|
||||
"firebase-admin": "^9.4.2",
|
||||
"firebase-admin": "^9.5.0",
|
||||
"firebase-functions": "^3.13.1",
|
||||
"puppeteer": "7.0.1"
|
||||
"puppeteer": "7.0.4"
|
||||
},
|
||||
"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.6.1',
|
||||
version: '2.6.2',
|
||||
},
|
||||
plugins: [
|
||||
'gatsby-plugin-react-helmet',
|
||||
|
||||
35645
package-lock.json
generated
35645
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -27,7 +27,7 @@
|
||||
"dayjs": "^1.10.4",
|
||||
"dotenv": "^8.2.0",
|
||||
"downloadjs": "^1.4.7",
|
||||
"firebase": "^8.2.6",
|
||||
"firebase": "^8.2.7",
|
||||
"formik": "^2.2.6",
|
||||
"gatsby": "^2.32.3",
|
||||
"gatsby-image": "^2.11.0",
|
||||
@ -48,12 +48,12 @@
|
||||
"i18next": "^19.8.7",
|
||||
"lodash": "^4.17.20",
|
||||
"nanoevents": "^5.1.10",
|
||||
"postcss": "^8.2.5",
|
||||
"postcss": "^8.2.6",
|
||||
"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-i18next": "^11.8.6",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-scroll": "^1.8.1",
|
||||
@ -80,9 +80,9 @@
|
||||
"jest": "^26.6.3",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"prettier": "2.2.1",
|
||||
"stylelint": "^13.9.0",
|
||||
"stylelint": "^13.10.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"tailwindcss": "^2.0.2"
|
||||
"tailwindcss": "^2.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user