|
47 | 47 | "author": "Jim Cummins <jimthedev@gmail.com> (https://github.com/jimthedev)",
|
48 | 48 | "license": "MIT",
|
49 | 49 | "devDependencies": {
|
50 |
| - "@babel/cli": "^7.1.0", |
51 |
| - "@babel/core": "^7.1.0", |
| 50 | + "@babel/cli": "7.1.0", |
| 51 | + "@babel/core": "7.1.0", |
52 | 52 | "@babel/plugin-proposal-object-rest-spread": "7.9.0",
|
53 |
| - "@babel/preset-env": "^7.1.0", |
54 |
| - "@babel/register": "^7.0.0", |
| 53 | + "@babel/preset-env": "7.1.0", |
| 54 | + "@babel/register": "7.0.0", |
55 | 55 | "@istanbuljs/nyc-config-babel": "2.1.1",
|
56 | 56 | "axios": "0.19.0",
|
57 | 57 | "babel-plugin-istanbul": "5.1.4",
|
58 |
| - "chai": "^4.1.2", |
| 58 | + "chai": "4.1.2", |
59 | 59 | "codecov.io": "0.1.6",
|
60 | 60 | "cz-conventional-changelog-default-export": "0.0.0-semantically-released.1",
|
61 |
| - "ghooks": "^2.0.4", |
62 |
| - "in-publish": "^2.0.0", |
| 61 | + "ghooks": "2.0.4", |
| 62 | + "in-publish": "2.0.0", |
63 | 63 | "mocha": "6.2.0",
|
64 |
| - "mocha-junit-reporter": "^1.18.0", |
65 |
| - "mocha-multi-reporters": "^1.1.7", |
| 64 | + "mocha-junit-reporter": "1.18.0", |
| 65 | + "mocha-multi-reporters": "1.1.7", |
66 | 66 | "nodemon": "1.19.1",
|
67 | 67 | "nyc": "15.0.1",
|
68 |
| - "proxyquire": "^2.1.0", |
| 68 | + "proxyquire": "2.1.0", |
69 | 69 | "semantic-release": "15.13.18",
|
70 | 70 | "semver": "6.2.0",
|
71 |
| - "sinon": "^6.3.4", |
| 71 | + "sinon": "6.3.4", |
72 | 72 | "uuid": "3.3.2"
|
73 | 73 | },
|
74 | 74 | "dependencies": {
|
|
0 commit comments