|
1 | 1 | {
|
2 | 2 | "name": "firebase-ci",
|
3 |
| - "version": "0.12.0", |
| 3 | + "version": "0.12.1", |
4 | 4 | "description": "Simplified Firebase interaction for continuous integration including deploying hosting, functions, and database/storage rules.",
|
5 | 5 | "main": "lib/index.js",
|
6 | 6 | "bin": {
|
|
67 | 67 | "dependencies": {
|
68 | 68 | "chalk": "^3.0.0",
|
69 | 69 | "command-exists": "^1.2.8",
|
70 |
| - "commander": "^4.0.1", |
| 70 | + "commander": "^4.1.0", |
71 | 71 | "figures": "^3.1.0",
|
72 | 72 | "lodash": "^4.17.15"
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@babel/cli": "^7.8.3", |
76 |
| - "@babel/core": "^7.8.3", |
| 75 | + "@babel/cli": "^7.8.4", |
| 76 | + "@babel/core": "^7.8.4", |
77 | 77 | "@babel/plugin-transform-modules-commonjs": "^7.8.3",
|
78 |
| - "@babel/preset-env": "^7.8.3", |
| 78 | + "@babel/preset-env": "^7.8.4", |
79 | 79 | "@babel/register": "^7.8.3",
|
80 | 80 | "babel-eslint": "^10.0.3",
|
81 | 81 | "babel-plugin-lodash": "^3.3.4",
|
82 | 82 | "babel-plugin-module-resolver": "^4.0.0",
|
83 | 83 | "chai": "^4.2.0",
|
84 | 84 | "chai-files": "^1.4.0",
|
85 | 85 | "codecov": "^3.6.1",
|
86 |
| - "cross-env": "^6.0.3", |
| 86 | + "cross-env": "^7.0.0", |
87 | 87 | "env-cmd": "^10.0.1",
|
88 | 88 | "eslint": "^6.8.0",
|
89 |
| - "eslint-config-prettier": "^6.9.0", |
| 89 | + "eslint-config-prettier": "^6.10.0", |
90 | 90 | "eslint-config-standard": "^14.1.0",
|
91 | 91 | "eslint-plugin-babel": "^5.3.0",
|
92 | 92 | "eslint-plugin-import": "^2.20.0",
|
93 |
| - "eslint-plugin-jsdoc": "^20.3.1", |
| 93 | + "eslint-plugin-jsdoc": "^21.0.0", |
94 | 94 | "eslint-plugin-node": "^11.0.0",
|
95 |
| - "eslint-plugin-prettier": "^3.1.0", |
96 |
| - "eslint-plugin-promise": "^4.2.0", |
97 |
| - "eslint-plugin-standard": "^4.0.0", |
98 |
| - "husky": "^4.0.10", |
| 95 | + "eslint-plugin-prettier": "^3.1.2", |
| 96 | + "eslint-plugin-promise": "^4.2.1", |
| 97 | + "eslint-plugin-standard": "^4.0.1", |
| 98 | + "husky": "^4.2.1", |
99 | 99 | "mocha": "^7.0.0",
|
100 | 100 | "nyc": "^15.0.0",
|
101 | 101 | "prettier": "^1.19.1",
|
102 |
| - "rimraf": "^3.0.0", |
103 |
| - "sinon": "^8.1.0", |
| 102 | + "rimraf": "^3.0.1", |
| 103 | + "sinon": "^8.1.1", |
104 | 104 | "sinon-chai": "^3.4.0"
|
105 | 105 | }
|
106 | 106 | }
|
0 commit comments