chore(deps): update components (#1028)

* chore(deps): update components

* chore(deps): snjs version

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2022-05-17 10:50:40 -04:00
committed by GitHub
parent 62cf34e894
commit ce9739da4a
5 changed files with 81 additions and 76 deletions

View File

@@ -70,9 +70,9 @@
"binary": "d8060e0eb8dc727339329be5e5150c077e2795ff2145521dc90a38717eea5d3c"
},
"org.standardnotes.simple-task-editor": {
"version": "1.3.9",
"base64": "98ecadbe8e4ce6f722980aa172ebe7290c2ddbad7f0da6708587096ce19d5d3c",
"binary": "3f553a232f3ec81ae95506d60eda2f30877974af213b144f02d0464517f74a97"
"version": "1.3.10",
"base64": "2da772eb55106dd5a79859e7866fcd36df83cd473435a2473fd81c2cdce3acb7",
"binary": "9c772c6eab7f5e694c11d72032f4fbf924eb3f152cc35453bcaac39850897f5d"
},
"org.standardnotes.token-vault": {
"version": "2.0.10",

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +1,14 @@
{
"name": "sn-simple-task-editor",
"version": "1.3.9",
"name": "@standardnotes/simple-task-editor",
"version": "1.3.10",
"main": "dist/dist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",
"lint": "eslint app/ --ext .js",
"lint:fix": "yarn lint --fix"
"lint:fix": "yarn lint --fix",
"prepublishOnly": "npm run build"
},
"sn": {
"main": "dist/index.html"
@@ -39,9 +40,13 @@
"style-loader": "^1.0.1",
"terser-webpack-plugin": "^5.1.1",
"validate-commit-msg": "2.x",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
"webpack": "5.24.4",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}