|
49 | 49 | },
|
50 | 50 | "homepage": "https://github.com/stalniy/ucast/tree/master/packages/mongo2js#readme",
|
51 | 51 | "devDependencies": {
|
52 |
| - "@babel/core": "^7.11.1", |
53 |
| - "@babel/plugin-proposal-class-properties": "^7.10.4", |
54 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
55 |
| - "@babel/plugin-transform-typescript": "^7.11.0", |
56 |
| - "@babel/preset-env": "^7.11.0", |
57 |
| - "@rollup/plugin-babel": "^5.1.0", |
| 52 | + "@babel/core": "^7.12.3", |
| 53 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 54 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 55 | + "@babel/plugin-transform-typescript": "^7.12.1", |
| 56 | + "@babel/preset-env": "^7.12.1", |
| 57 | + "@rollup/plugin-babel": "^5.2.1", |
58 | 58 | "@rollup/plugin-commonjs": "^14.0.0",
|
59 | 59 | "@rollup/plugin-node-resolve": "^8.4.0",
|
60 | 60 | "@semantic-release/changelog": "^5.0.1",
|
61 | 61 | "@semantic-release/git": "^9.0.0",
|
62 |
| - "@semantic-release/github": "^7.0.7", |
63 |
| - "@semantic-release/npm": "^7.0.5", |
64 |
| - "@types/chai": "^4.2.12", |
65 |
| - "@types/chai-spies": "^1.0.1", |
| 62 | + "@semantic-release/github": "^7.1.1", |
| 63 | + "@semantic-release/npm": "^7.0.6", |
| 64 | + "@types/chai": "^4.2.14", |
| 65 | + "@types/chai-spies": "^1.0.2", |
66 | 66 | "@types/mocha": "^7.0.2",
|
67 |
| - "@typescript-eslint/eslint-plugin": "^3.9.0", |
| 67 | + "@typescript-eslint/eslint-plugin": "^3.10.1", |
68 | 68 | "chai": "^4.2.0",
|
69 | 69 | "chai-spies": "^1.0.0",
|
70 |
| - "eslint": "^7.6.0", |
| 70 | + "eslint": "^7.12.1", |
71 | 71 | "eslint-config-airbnb-base": "^14.2.0",
|
72 | 72 | "eslint-config-airbnb-typescript": "^8.0.2",
|
73 |
| - "eslint-plugin-import": "^2.22.0", |
74 |
| - "mocha": "^8.1.1", |
| 73 | + "eslint-plugin-import": "^2.22.1", |
| 74 | + "mocha": "^8.2.0", |
75 | 75 | "nyc": "^15.1.0",
|
76 |
| - "rollup": "^2.23.1", |
| 76 | + "rollup": "^2.33.1", |
77 | 77 | "rollup-plugin-terser": "^6.1.0",
|
78 |
| - "semantic-release": "^17.1.1", |
| 78 | + "semantic-release": "^17.2.2", |
79 | 79 | "ts-node": "^8.10.2",
|
80 | 80 | "typescript": "^3.9.7"
|
81 | 81 | },
|
82 | 82 | "dependencies": {
|
83 |
| - "@ucast/core": "^1.2.1", |
| 83 | + "@ucast/core": "^1.6.1", |
84 | 84 | "@ucast/js": "^3.0.0",
|
85 |
| - "@ucast/mongo": "^2.2.0" |
| 85 | + "@ucast/mongo": "^2.4.0" |
86 | 86 | }
|
87 | 87 | }
|
0 commit comments