Skip to content

Commit 76d12c0

Browse files
committedNov 2, 2020
chore(deps): update deps
1 parent a816975 commit 76d12c0

File tree

2 files changed

+2245
-273
lines changed

2 files changed

+2245
-273
lines changed
 

‎packages/mongo2js/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -49,39 +49,39 @@
4949
},
5050
"homepage": "https://github.com/stalniy/ucast/tree/master/packages/mongo2js#readme",
5151
"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",
5858
"@rollup/plugin-commonjs": "^14.0.0",
5959
"@rollup/plugin-node-resolve": "^8.4.0",
6060
"@semantic-release/changelog": "^5.0.1",
6161
"@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",
6666
"@types/mocha": "^7.0.2",
67-
"@typescript-eslint/eslint-plugin": "^3.9.0",
67+
"@typescript-eslint/eslint-plugin": "^3.10.1",
6868
"chai": "^4.2.0",
6969
"chai-spies": "^1.0.0",
70-
"eslint": "^7.6.0",
70+
"eslint": "^7.12.1",
7171
"eslint-config-airbnb-base": "^14.2.0",
7272
"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",
7575
"nyc": "^15.1.0",
76-
"rollup": "^2.23.1",
76+
"rollup": "^2.33.1",
7777
"rollup-plugin-terser": "^6.1.0",
78-
"semantic-release": "^17.1.1",
78+
"semantic-release": "^17.2.2",
7979
"ts-node": "^8.10.2",
8080
"typescript": "^3.9.7"
8181
},
8282
"dependencies": {
83-
"@ucast/core": "^1.2.1",
83+
"@ucast/core": "^1.6.1",
8484
"@ucast/js": "^3.0.0",
85-
"@ucast/mongo": "^2.2.0"
85+
"@ucast/mongo": "^2.4.0"
8686
}
8787
}

0 commit comments

Comments
 (0)