Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 9ded6e6

Browse files
authored
chore: remove plugin-update and plugin-help dependency @W-9565968@ (#334)
* chore: remove oclif dependency @W-9565968@ * chore: remove oclif plugin-update dependency @W-9565968@ * chore: add plugin-command-snapshot @W-9565968@
1 parent faff08e commit 9ded6e6

File tree

2 files changed

+331
-129
lines changed

2 files changed

+331
-129
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@lwc/jest-resolver": "^4.5.0",
6060
"@lwc/synthetic-shadow": "1.2.2",
6161
"@oclif/dev-cli": "^1.22.0",
62+
"@oclif/plugin-command-snapshot": "^2.1.1",
6263
"@oclif/test": "^1.2.4",
6364
"@oclif/tslint": "^3.1.1",
6465
"@salesforce-ux/design-system": "^2.10.0",
@@ -113,10 +114,7 @@
113114
"@lwc/engine": "1.2.2",
114115
"@lwc/module-resolver": "1.2.2",
115116
"@lwc/wire-service": "1.2.2",
116-
"@oclif/command": "^1.5.16",
117117
"@oclif/config": "^1.13.1",
118-
"@oclif/plugin-help": "^2.2.0",
119-
"@oclif/plugin-update": "^1.3.9",
120118
"@rollup/plugin-alias": "^3.0.1",
121119
"@salesforce/command": "^3.0.0",
122120
"@salesforce/core": "^2.5.1",
@@ -167,9 +165,9 @@
167165
},
168166
"commands": "./dist/cli/commands",
169167
"bin": "lwc-dev-server",
170-
"plugins": [
168+
"devPlugins": [
171169
"@oclif/plugin-help",
172-
"@oclif/plugin-update"
170+
"@oclif/plugin-command-snapshot"
173171
]
174172
},
175173
"husky": {
@@ -192,4 +190,4 @@
192190
"path": "./node_modules/cz-conventional-changelog"
193191
}
194192
}
195-
}
193+
}

0 commit comments

Comments
 (0)