Skip to content

Commit cf67503

Browse files
committed
Fix depends
1 parent 608aaf3 commit cf67503

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323
"license": "CC-BY-4.0",
2424
"main": "server.js",
2525
"devDependencies": {
26-
"@babel/cli": "^7.2.3",
27-
"@babel/core": "^7.3.3",
28-
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
29-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
30-
"@babel/plugin-syntax-export-default-from": "^7.2.0",
31-
"@babel/plugin-transform-runtime": "^7.2.0",
32-
"@babel/preset-env": "^7.3.1",
3326
"@plasma-platform/tm-message-hook": "^2.0.12",
3427
"babel-eslint": "^10.0.1",
3528
"documentation": "^9.1.1",
@@ -44,6 +37,15 @@
4437
"prettier": "^1.16.4"
4538
},
4639
"dependencies": {
40+
"@babel/cli": "^7.2.3",
41+
"@babel/core": "^7.3.3",
42+
"@babel/node": "^7.2.2",
43+
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
44+
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
45+
"@babel/plugin-syntax-export-default-from": "^7.2.0",
46+
"@babel/plugin-transform-runtime": "^7.2.0",
47+
"@babel/preset-env": "^7.3.1",
48+
"@babel/runtime": "^7.3.4",
4749
"connect-mongo": "^2.0.3",
4850
"dotenv": "^6.2.0",
4951
"express-session": "^1.15.6",

0 commit comments

Comments
 (0)