This commit is contained in:
Mo Bitar
2020-01-07 09:47:17 -06:00
parent 3be494f109
commit badadba8f8
4 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.24",
"version": "3.0.25",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -8687,9 +8687,9 @@
}
},
"snjs": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/snjs/-/snjs-1.0.5.tgz",
"integrity": "sha512-wKasLkMCcd9KYjgZxUNX2TkWVUO/G8YGI2P7hA189BlFjeDv/U9epm6oPo+C4jHkFPV6ttEz/iWTs2CoK4u5Fg==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/snjs/-/snjs-1.0.6.tgz",
"integrity": "sha512-JLC3+VYlxzFU3DQ/nOJKBUQOLca4V2AiVP1Al/NEXEQSPaQ4G3f7O25nDMxAlcRceygEPWU/yguYJ/s8PH3rJw==",
"dev": true,
"requires": {
"lodash": "^4.17.15"

View File

@@ -44,7 +44,7 @@
"mocha": "^6.2.2",
"serve-static": "^1.14.1",
"sn-stylekit": "2.0.20",
"snjs": "1.0.5",
"snjs": "1.0.6",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
},