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:
File diff suppressed because one or more lines are too long
@@ -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/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user