Skip to content

Commit 7da7803

Browse files
committed
chore(deps): remove lint & e2e deps in vue2-jest
1 parent 57c1a2f commit 7da7803

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

packages/vue2-jest/package.json

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@
1818
"vue jest preprocessor"
1919
],
2020
"scripts": {
21-
"format": "prettier --no-semi --single-quote --write \"**/*.{js,json,md}\"",
22-
"format:check": "prettier --no-semi --single-quote --check \"**/*.{js,json,md}\"",
23-
"lint": "eslint --ignore-path .gitignore \"{,!(node_modules)/**/}*.js\"",
24-
"lint:fix": "yarn lint --fix",
2521
"release": "semantic-release",
26-
"test": "yarn lint && yarn format:check && yarn test:e2e",
27-
"test:e2e": "node e2e/test-runner"
22+
"test": "echo \"There are no unit tests yet. Run e2e/2.x/ tests instead.\""
2823
},
2924
"author": "Edd Yerburgh",
3025
"license": "MIT",
@@ -34,28 +29,9 @@
3429
"@vue/test-utils": "^1.1.0",
3530
"babel-core": "^7.0.0-bridge.0",
3631
"babel-jest": "^23.6.0",
37-
"coffeescript": "^2.3.2",
3832
"conventional-changelog": "^1.1.5",
39-
"eslint": "^5.12.0",
40-
"eslint-config-prettier": "^3.3.0",
41-
"eslint-config-standard": "^12.0.0",
42-
"eslint-plugin-import": "^2.14.0",
43-
"eslint-plugin-node": "^8.0.0",
44-
"eslint-plugin-promise": "^4.0.1",
45-
"eslint-plugin-standard": "^4.0.0",
46-
"eslint-plugin-vue": "^5.1.0",
47-
"fs-extra": "^7.0.1",
48-
"hamljs": "^0.6.2",
49-
"husky": "^1.1.4",
50-
"jade": "^1.11.0",
5133
"jest": "^26.0.0",
52-
"less": "^3.9.0",
53-
"lint-staged": "^8.0.5",
54-
"prettier": "^1.16.1",
55-
"pug": "^3.0.1",
56-
"sass": "^1.23.7",
5734
"semantic-release": "^15.13.2",
58-
"stylus": "^0.54.5",
5935
"ts-jest": "^26.3.0",
6036
"typescript": "^3.2.2",
6137
"vue": "^2.4.2",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4144,14 +4144,6 @@ from2@^2.1.0, from2@^2.3.0:
41444144
inherits "^2.0.1"
41454145
readable-stream "^2.0.0"
41464146

4147-
fs-extra@^7.0.1:
4148-
version "7.0.1"
4149-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
4150-
dependencies:
4151-
graceful-fs "^4.1.2"
4152-
jsonfile "^4.0.0"
4153-
universalify "^0.1.0"
4154-
41554147
fs-extra@^8.0.0:
41564148
version "8.1.0"
41574149
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
@@ -4456,10 +4448,6 @@ growly@^1.3.0:
44564448
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
44574449
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
44584450

4459-
hamljs@^0.6.2:
4460-
version "0.6.2"
4461-
resolved "https://registry.yarnpkg.com/hamljs/-/hamljs-0.6.2.tgz#7b7116cf6dbe7278e42b3f6ef8725a33e177c8e3"
4462-
44634451
handlebars@^4.0.2, handlebars@^4.4.0:
44644452
version "4.7.7"
44654453
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"

0 commit comments

Comments
 (0)