|
5 | 5 | "description": "In-memory MongoDB Server. Designed with testing in mind, the server will allow you to connect your favourite ODM or client library to the MongoDB Server and run integration tests isolated from each other.", |
6 | 6 | "repository": "https://github.com/nodkz/mongodb-memory-server", |
7 | 7 | "devDependencies": { |
8 | | - "@commitlint/cli": "^9.1.2", |
9 | | - "@commitlint/config-conventional": "^9.1.2", |
| 8 | + "@commitlint/cli": "11.0.0", |
| 9 | + "@commitlint/config-conventional": "11.0.0", |
10 | 10 | "@google/semantic-release-replace-plugin": "^1.0.0", |
11 | 11 | "@semantic-release/changelog": "^5.0.1", |
12 | 12 | "@semantic-release/commit-analyzer": "^8.0.1", |
13 | 13 | "@semantic-release/git": "^9.0.0", |
14 | 14 | "@semantic-release/github": "^7.1.1", |
15 | 15 | "@semantic-release/npm": "^7.0.6", |
16 | 16 | "@semantic-release/release-notes-generator": "^9.0.1", |
17 | | - "@types/jest": "26.0.13", |
| 17 | + "@types/jest": "26.0.14", |
18 | 18 | "@types/mongodb": "3.5.27", |
19 | | - "@types/node": "14.10.0", |
20 | | - "@typescript-eslint/eslint-plugin": "4.1.0", |
21 | | - "@typescript-eslint/parser": "4.1.0", |
22 | | - "commitlint": "^9.1.2", |
| 19 | + "@types/node": "14.10.2", |
| 20 | + "@typescript-eslint/eslint-plugin": "4.1.1", |
| 21 | + "@typescript-eslint/parser": "4.1.1", |
| 22 | + "commitlint": "11.0.0", |
23 | 23 | "cross-env": "^7.0.2", |
24 | 24 | "doctoc": "^1.4.0", |
25 | | - "eslint": "7.8.1", |
| 25 | + "eslint": "7.9.0", |
26 | 26 | "eslint-config-prettier": "6.11.0", |
27 | 27 | "eslint-plugin-prettier": "3.1.4", |
28 | 28 | "husky": "^4.3.0", |
29 | 29 | "jest": "26.4.2", |
30 | 30 | "lerna": "^3.22.1", |
31 | | - "lint-staged": "^10.3.0", |
| 31 | + "lint-staged": "10.4.0", |
32 | 32 | "mongodb": "3.6.2", |
33 | | - "prettier": "2.1.1", |
| 33 | + "prettier": "2.1.2", |
34 | 34 | "semantic-release": "^17.1.1", |
35 | 35 | "ts-jest": "26.3.0", |
36 | 36 | "typescript": "4.0.2" |
|
59 | 59 | "scripts": { |
60 | 60 | "test": "lerna run test --stream", |
61 | 61 | "lint": "lerna run lint --stream --npm-client=yarn --no-prefix", |
| 62 | + "eslint": "eslint 'packages/mongodb-memory-server-core/src/**/*.{js,ts}'", |
62 | 63 | "watch": "jest --env node --watch", |
63 | 64 | "jest": "jest --env node", |
64 | 65 | "build": "tsc --build tsconfig.build.json", |
|
0 commit comments