|
12 | 12 | "index.js.map" |
13 | 13 | ], |
14 | 14 | "peerDependencies": { |
15 | | - "eslint": ">=3.9.0" |
| 15 | + "eslint": "^5.0.0" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | 18 | "debug": "^3.1.0", |
19 | | - "eslint-scope": "^3.7.1", |
| 19 | + "eslint-scope": "^4.0.0", |
20 | 20 | "eslint-visitor-keys": "^1.0.0", |
21 | | - "espree": "^3.5.2", |
22 | | - "esquery": "^1.0.0", |
23 | | - "lodash": "^4.17.4" |
| 21 | + "espree": "^4.0.0", |
| 22 | + "esquery": "^1.0.1", |
| 23 | + "lodash": "^4.17.10" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
| 26 | + "@mysticatea/eslint-plugin": "^5.0.1", |
26 | 27 | "@types/debug": "0.0.30", |
27 | 28 | "@types/estree": "0.0.38", |
28 | | - "@types/lodash": "^4.14.91", |
29 | | - "@types/mocha": "^2.2.44", |
30 | | - "@types/node": "^6.0.85", |
31 | | - "babel-eslint": "^8.1.1", |
32 | | - "chokidar": "^1.7.0", |
33 | | - "codecov": "^3.0.0", |
34 | | - "cross-spawn": "^5.1.0", |
| 29 | + "@types/lodash": "^4.14.110", |
| 30 | + "@types/mocha": "^5.2.4", |
| 31 | + "@types/node": "^6.0.113", |
| 32 | + "babel-eslint": "^8.2.5", |
| 33 | + "chokidar": "^2.0.4", |
| 34 | + "codecov": "^3.0.2", |
| 35 | + "cross-spawn": "^6.0.5", |
35 | 36 | "dts-bundle": "^0.7.3", |
36 | | - "eslint": "^4.14.0", |
37 | | - "eslint-config-mysticatea": "^12.0.0", |
38 | | - "fs-extra": "^5.0.0", |
39 | | - "mocha": "^4.0.1", |
40 | | - "npm-run-all": "^4.1.2", |
41 | | - "nyc": "^11.4.1", |
| 37 | + "eslint": "^5.0.1", |
| 38 | + "fs-extra": "^6.0.1", |
| 39 | + "mocha": "^5.2.0", |
| 40 | + "npm-run-all": "^4.1.3", |
| 41 | + "nyc": "^12.0.2", |
42 | 42 | "opener": "^1.4.3", |
43 | 43 | "rimraf": "^2.6.2", |
44 | | - "rollup": "^0.53.0", |
45 | | - "rollup-plugin-node-resolve": "^3.0.0", |
| 44 | + "rollup": "^0.60.7", |
| 45 | + "rollup-plugin-node-resolve": "^3.3.0", |
46 | 46 | "rollup-plugin-sourcemaps": "^0.4.2", |
47 | 47 | "rollup-watch": "^4.3.1", |
48 | | - "typescript": "~2.6.2", |
49 | | - "typescript-eslint-parser": "^11.0.0", |
50 | | - "wait-on": "^2.0.2", |
| 48 | + "typescript": "^2.9.2", |
| 49 | + "typescript-eslint-parser": "^16.0.1", |
| 50 | + "wait-on": "^2.1.0", |
51 | 51 | "warun": "^1.0.0" |
52 | 52 | }, |
53 | 53 | "scripts": { |
|
57 | 57 | "clean": "rimraf .nyc_output .temp coverage index.*", |
58 | 58 | "codecov": "nyc report --reporter lcovonly && codecov", |
59 | 59 | "coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html", |
60 | | - "lint": "eslint src test --ext .ts", |
| 60 | + "lint": "eslint src test --ext .js,.ts", |
61 | 61 | "setup": "git submodule update --init && cd test/fixtures/eslint && npm install", |
62 | 62 | "pretest": "run-s build lint", |
63 | 63 | "test": "nyc npm run _mocha", |
64 | 64 | "preupdate-fixtures": "npm run -s build", |
65 | | - "update-fixtures": "node test/tools/update-fixtures-ast.js", |
| 65 | + "update-fixtures": "node scripts/update-fixtures-ast.js", |
66 | 66 | "preversion": "npm test", |
67 | 67 | "version": "npm run -s build", |
68 | 68 | "postversion": "git push && git push --tags", |
|
71 | 71 | "watch:tsc": "tsc --watch", |
72 | 72 | "watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch", |
73 | 73 | "watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc -r lcov npm run -s _mocha", |
74 | | - "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node test/tools/update-fixtures-ast.js", |
| 74 | + "watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js", |
75 | 75 | "watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html" |
76 | 76 | }, |
77 | 77 | "repository": { |
|
0 commit comments