chore: fix snjs lint job; devDep structure

This commit is contained in:
Mo
2022-07-06 08:39:43 -05:00
parent 6116287138
commit 3ab1ef5e2a
23 changed files with 122 additions and 112 deletions

View File

@@ -51,6 +51,8 @@
"@standardnotes/snjs": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@lerna-lite/cli": "^1.6.0",
@@ -62,6 +64,7 @@
"changelog-parser": "^2.8.1",
"css-loader": "^6.7.1",
"eslint": "^8.17.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"lint-staged": "^13.0.1",
"npm-check-updates": "^14.1.1",
@@ -70,7 +73,8 @@
"typescript": "^4.7.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.2"
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"packageManager": "yarn@3.2.1"
}