chore: upgrade snjs and sncrypto

This commit is contained in:
Mo Bitar
2020-09-08 14:42:53 -05:00
parent 13b877d277
commit 86e77eee7c
2 changed files with 8 additions and 8 deletions

10
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.5.0-alpha4", "version": "3.5.0-beta2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -10952,12 +10952,12 @@
} }
}, },
"sncrypto": { "sncrypto": {
"version": "github:standardnotes/sncrypto#0b00a2e97894743cafde05364b4917e7d799bfbf", "version": "github:standardnotes/sncrypto#49732d8215312a08a71b833b79e94ba7c1872e11",
"from": "github:standardnotes/sncrypto#0b00a2e97894743cafde05364b4917e7d799bfbf" "from": "github:standardnotes/sncrypto#49732d8215312a08a71b833b79e94ba7c1872e11"
}, },
"snjs": { "snjs": {
"version": "github:standardnotes/snjs#273f8161d526772e2370737719c081fe3e024f38", "version": "github:standardnotes/snjs#ee696470fa0d5e762a39ce179f215052327acbc3",
"from": "github:standardnotes/snjs#273f8161d526772e2370737719c081fe3e024f38" "from": "github:standardnotes/snjs#ee696470fa0d5e762a39ce179f215052327acbc3"
}, },
"sockjs": { "sockjs": {
"version": "0.3.20", "version": "0.3.20",

View File

@@ -10,7 +10,7 @@
"setup": "npm run submodules && npm install", "setup": "npm run submodules && npm install",
"start": "webpack-dev-server --progress --config webpack.dev.js", "start": "webpack-dev-server --progress --config webpack.dev.js",
"watch": "webpack -w --config webpack.dev.js", "watch": "webpack -w --config webpack.dev.js",
"bundle": "webpack --config webpack.prod.js", "bundle": "webpack --config webpack.prod.js && npm run tsc",
"build": "bundle install && npm ci && bundle exec rails assets:precompile && npm run bundle", "build": "bundle install && npm ci && bundle exec rails assets:precompile && npm run bundle",
"submodules": "git submodule update --init --force", "submodules": "git submodule update --init --force",
"lint": "eslint --fix app/assets/javascripts/**/*.js", "lint": "eslint --fix app/assets/javascripts/**/*.js",
@@ -66,7 +66,7 @@
"webpack-merge": "^4.2.2" "webpack-merge": "^4.2.2"
}, },
"dependencies": { "dependencies": {
"sncrypto": "github:standardnotes/sncrypto#0b00a2e97894743cafde05364b4917e7d799bfbf", "sncrypto": "github:standardnotes/sncrypto#49732d8215312a08a71b833b79e94ba7c1872e11",
"snjs": "github:standardnotes/snjs#273f8161d526772e2370737719c081fe3e024f38" "snjs": "github:standardnotes/snjs#ee696470fa0d5e762a39ce179f215052327acbc3"
} }
} }