Bump version number

This commit is contained in:
2022-02-17 08:30:09 +00:00
parent 446b74466f
commit 5457c4e23e
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parandum",
"version": "2.1.1",
"version": "2.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -4866,9 +4866,9 @@
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
},
"@types/lodash": {
"version": "4.14.172",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz",
"integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==",
"version": "4.14.178",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.178.tgz",
"integrity": "sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==",
"dev": true
},
"@types/long": {
@@ -9514,9 +9514,9 @@
}
},
"firebase-functions-test": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz",
"integrity": "sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA==",
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.3.3.tgz",
"integrity": "sha512-dCppF/2Ztv87IyyBaUQlT1Z05ial5v/3LB0huS2ktXz05yNiID5FVIKtO0/+w9Q7/SThJ8qIDG0hoGDPt4Xcug==",
"dev": true,
"requires": {
"@types/lodash": "^4.14.104",

View File

@@ -1,6 +1,6 @@
{
"name": "parandum",
"version": "2.1.7",
"version": "2.1.8",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
@@ -76,7 +76,7 @@
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-promise": "^5.1.1",
"firebase-functions-test": "^0.2.3",
"firebase-functions-test": "^0.3.3",
"hamjest": "^3.7.3",
"mocha": "^9.1.3",
"react-test-renderer": "^17.0.2"