chore: upgrade snjs and sncrypto
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "standard-notes-web",
|
||||
"version": "3.5.0-alpha4",
|
||||
"version": "3.5.0-beta2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@@ -10952,12 +10952,12 @@
|
||||
}
|
||||
},
|
||||
"sncrypto": {
|
||||
"version": "github:standardnotes/sncrypto#0b00a2e97894743cafde05364b4917e7d799bfbf",
|
||||
"from": "github:standardnotes/sncrypto#0b00a2e97894743cafde05364b4917e7d799bfbf"
|
||||
"version": "github:standardnotes/sncrypto#49732d8215312a08a71b833b79e94ba7c1872e11",
|
||||
"from": "github:standardnotes/sncrypto#49732d8215312a08a71b833b79e94ba7c1872e11"
|
||||
},
|
||||
"snjs": {
|
||||
"version": "github:standardnotes/snjs#273f8161d526772e2370737719c081fe3e024f38",
|
||||
"from": "github:standardnotes/snjs#273f8161d526772e2370737719c081fe3e024f38"
|
||||
"version": "github:standardnotes/snjs#ee696470fa0d5e762a39ce179f215052327acbc3",
|
||||
"from": "github:standardnotes/snjs#ee696470fa0d5e762a39ce179f215052327acbc3"
|
||||
},
|
||||
"sockjs": {
|
||||
"version": "0.3.20",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"setup": "npm run submodules && npm install",
|
||||
"start": "webpack-dev-server --progress --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",
|
||||
"submodules": "git submodule update --init --force",
|
||||
"lint": "eslint --fix app/assets/javascripts/**/*.js",
|
||||
@@ -66,7 +66,7 @@
|
||||
"webpack-merge": "^4.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"sncrypto": "github:standardnotes/sncrypto#0b00a2e97894743cafde05364b4917e7d799bfbf",
|
||||
"snjs": "github:standardnotes/snjs#273f8161d526772e2370737719c081fe3e024f38"
|
||||
"sncrypto": "github:standardnotes/sncrypto#49732d8215312a08a71b833b79e94ba7c1872e11",
|
||||
"snjs": "github:standardnotes/snjs#ee696470fa0d5e762a39ce179f215052327acbc3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user